Quote:
Originally Posted by mikewgilligan
I'm setting up rsa public key authentication between a Windows client using the putty ssh client and a remote Linux server.
|
RSA should be authorized_keys2.
btw I use puttygen to generate the RSA public key which i then copy the key text and paste to the linux users home directory in:
/home/user/.ssh/authorized_keys2
chown user:user -R .ssh/
and then i load the private key generated by puttygen in Putty's pageant..open putty client ..enter user ,IP : port of linux server and done...simple
Even Winscp can atomatically read the private key from pageant
Quote:
Originally Posted by mikewgilligan
I have also tried to scp username@windows_machine but could not get it to work.
Anyone have a quick and dirty way to get the private key transfered?
Thanks.
|
this is excellent SSH server for Windows
http://freesshd.com/