![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh keys monitoring | tungaw2004 | UNIX for Dummies Questions & Answers | 0 | 07-25-2007 03:34 AM |
| Hot Keys | cwtlr | Shell Programming and Scripting | 8 | 12-14-2006 01:07 PM |
| Hot Keys | cwtlr | UNIX for Dummies Questions & Answers | 2 | 12-01-2006 01:50 PM |
| SSH Keys Help | sysera | UNIX for Advanced & Expert Users | 1 | 08-10-2004 02:57 AM |
| arrow keys / special keys | raguramtgr | UNIX for Dummies Questions & Answers | 3 | 02-20-2004 02:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
SSH keys
Hi everyone,
i wanted to generate ssh keys so that i can include the public key in the remote sever, so that for subsequent logins, i can do away with the keying in of the password. I consulted the man ssh-keygen man pages. Code:
"..Normally each user wishing to use SSH with RSA or DSA authentication runs
this once to create the authentication key in $HOME/.ssh/identity,
$HOME/.ssh/id_dsa or $HOME/.ssh/id_rsa..."
"..-t type
Specifies the type of the key to create. The possible values are
``rsa1'' for protocol version 1 and ``rsa'' or ``dsa'' for proto-
col version 2."
1.How are the identity, id_dsa and id_rsa files generated? Does it mean that if i run ssh-keygen -t rsa1 , the id_rsa file is generated? If yes, then what is the value to specify if i want to generate the identity file? Am i correct to assume the following: if i supply rsa1 as the value for option -t, identity and identity.pub are generated? if i supply rsa as the value for option -t, id_rsa and id_rsa.pub are generated? if i supply dsa as the value for option -t, id_dsa and id_dsa.pub are generated? Last edited by new2ss; 01-05-2007 at 06:07 AM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|