Crew
Vim + SSH Agent
#12
Creating a Key
On your main host,
ssh-keygen -t dsa
By default, creates:
PRIVATE file:
~/.ssh/id_dsa
Public file:
~/.ssh/id_dsa.pub
« Previous
|
Index
|
Next »
Copyright © 2005 Ian Langworth