How to add node if SSH is configured "PermitRootLogin without-password"

yena

Renowned Member
Nov 18, 2011
385
6
83
Hello,
how can i add a node to a cluster where all nodes are configured with ssh:
PermitRootLogin without-password

Thanks!
 
how can i add a node to a cluster where all nodes are configured with ssh:
PermitRootLogin without-password
create a key and distribute it manually - or just change the SSH setting, join the cluster and change the SSH setting back.
 
create a key and distribute it manually - or just change the SSH setting, join the cluster and change the SSH setting back.
Just one node or hav i to change ssh config in all nodes ?
Thanks!
 
Just one node or hav i to change ssh config in all nodes ?
Thanks!
Use the already generated key by the first node and copy it manually to each node you wanted to add. This is done automatically while setting up.

Why don't you just active password login and deactivate it afterwards? That is the fastest way to go.
 
Use the already generated key by the first node and copy it manually to each node you wanted to add. This is done automatically while setting up.

Why don't you just active password login and deactivate it afterwards? That is the fastest way to go.
Thanks, Works well !