Add ssh public key to new server
cat
~
/.ssh/id_rsa.pub
|
ssh user@server
'
cat >> .ssh/authorized_keys
'
Back
Articles