Ssh authentication setup
From Genecats
Jump to navigationJump to search
Auto-Login setup:
On hgwdev
ssh-keygen -t dsa # (use enter for all defaults) cd ~/.ssh, cp id_dsa.pub authorized_keys cd ..
Also put these in your local cse box or laptop (i.e. screech, pfft, whatever) (your-local-box:~/.ssh)
scp -r .ssh/ your-local-box:
The .ssh/ stuff should start out identical on the two machines.
Note that permissions on .ssh should be 700 and permissions on files in .ssh/ should be 600 or 640.