Re: trouble logging in over ssh with a key

2012-04-12 Thread David Rothenberger
On 4/12/2012 12:50 PM, fREW Schmidt wrote: > I'm trying to set up my server to allow key-based authentication and > am not having any luck. I initially created the key on the windows > box with ssh-user-config. Then I copied the private key (I know, > that's not how you are supposed to do it, but

RE: trouble logging in over ssh with a key

2012-04-12 Thread PRIKHODKO, GEORGE
Hi, Did you add your public key (~/.ssh/id_rsa2.pub) to ~/.ssh/authorized_keys on the host you tried to connect to? Thanks, George Prikhodko > > Hello all, > > I'm trying to set up my server to allow key-based authentication and > am not having any luck.  I initially created the key on the w