Posted by Adam Cooper in
Bash / SSH on 02 3rd, 2009 |
1 Comment
Top Solution of the day:
SSH keys are very useful for people who work with multiple servers every day.
How do keys work:
Simply, you generate yourself a key:
ssh-keygen -t dsa -C “Comment-goes-here”
The ssh-keygen is an application that generates and manages authentication keys.
You can see...