Ssh authentication setup

From Genecats
Revision as of 23:18, 2 July 2013 by Galt (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.