Tech 1.0 Blog
This is my tech log.
Thursday, September 22, 2011
How to generate ssh public/private key (using command)
Use following command:
ssh-keygen -t rsa
where
-t: specifies type of key to create
rsa: is a type to create You can to check more options by using man command.
man ssh-keygen
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment