hi > First I logged in as user kunal and then did ssh-keygen > it has generated keys without passphrase(because I wanted > like that) in $HOME/.ssh/identity and > $HOME/.ssh/identity.pub > From ftp, I got these two files in my windows machine. > now in putty, I gave the path to identity file on my local > windows machine where it is asked. I also gave the username > as Kunal where I had to.
You are doing the reverse. Generate the key pair with putty's keygen utility in windows and put the public key in the machine where u want to connect. ie., in machie:/your/dir/.ssh/authorized_keys file. In putty, give the path of the private key where u saved it. Check if the server is enabled with the protocol version 1 if u r connecting with putty with protocol 1. -Logu > > now the while login with putty to ssh the error I get is > > Sent username "kunal" > Trying public key authentication. > No passphrase required. > Server refused our public key. > [EMAIL PROTECTED]'s password: > ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
