SSH login with key instead of password
As user:
cd ~/.ssh
ssh-keygen -d
hit enter when it prompts you for file name
cat id_dsa.pub > authorized_keys
Then, connect up via ssh, and it will copy your public key to the
remote directory and no more prompt for the password. This worked in
8.0.
|