Reply to comment

quicky about ssh

To generate a new key-pair on your local machine you run the following command:

ssh-keygen -t rsa

Then you can copy the key to the remote hosts with

ssh-copy-id -i ~/.ssh/id_rsa.pub username@remotehost

More info:

man ssh-agent
man ssh-add

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
C
h
6
u
H
x
Enter the code without spaces and pay attention to upper/lower case.