post2web
11/10/2017 - 11:52 PM

add ssh keypair

Generate a rsa keypair:

# ssh-keygen
then copy it on the server with one simple command:

# ssh-copy-id hostname
you can now log in without password:

# ssh hostname