Filed under:

Set up SSH for use without a password?




Setting up SSH keys

On your local machine type

ssh-keygen -t rsa

Follow the instructions for creating your key. Once created, type:

scp ~/.ssh/id_dsa.pub server_address:.ssh/authorized_keys2

This will copy your key onto our server - now test it by typing:

ssh server_address

On your local machine you will need an SSH client.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
article icon Cron Cheat Sheet (Views: 3423)

Language: