1754956 Members
2839 Online
108827 Solutions
New Discussion юеВ

ssh keygen

 
prajul.keeriyat
Occasional Advisor

ssh keygen

hi,

What is the proper ssh kegen procedure--11.11v
3 REPLIES 3
Steven Schweda
Honored Contributor
Steven E. Protter
Exalted Contributor

Re: ssh keygen

Shalom,

ssh-keygen -t dsa

ssh-keygen -t rsa

Depending on what kind of key you need.

Longer is better, but can slow authentication times.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
madhuchakkaravarthy
Trusted Contributor

Re: ssh keygen

hi


in server

1.mkdir .ssh
cd .ssh
ssh-keygen -t rsa
two files will be generating
add the host entry of client in server.

in client

copy the id.rsa.pub key in to .ssh of ur home dir.and the same u redirect to authorized_keys.
set 700 for .ssh and 600 for authorized keys


regards


MC