|
From: <ax...@ax...> - 2006-12-18 14:22:16
|
Hi .ssh is the correct directory for ssh and ssh2. Check your sshd_config fi= le where you can over ride the default setting for stored keys. # Authentication: LoginGraceTime 600 PermitRootLogin no StrictModes yes DenyUsers serious RSAAuthentication yes PubkeyAuthentication yes #AuthorizedKeysFile %h/.ssh/authorized_keys and...@fr... wrote: > > Hi all, > I am trying to create a public-private key for authentication via ssh, > usable by putty os pscp > > I read a lot of docs, anyway I was not able to succed in doing this. > > I think the problem is that I am trying to create an SSH-2 key, using > puttygen. I copied my public key in > the /root/.ssh2 directory, I created the "authorization" file containin= g > the key entry pointing to my .pub file in the same directory > > Nope, the server always answer: > > "Server refused our key" > > I tried to configure a new user, before having configured webmin to > automatically create rsa key pair: > My Idea was "to spy" what webmin did > > I discoverd webmin creates a .ssh dir (not .ssh2) with the key pair and > without any authorization file > > I configured ssh server to use ONLY ssh-2 protocol > > what can I try to do ? > > thanks in advance, > > Andrea > > Chi ricevesse questa mail per errore e' gentilmente pregato di cancella= rla. > > Visitate il sito http://www.frameweb.it > > > -----------------------------------------------------------------------= -- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share= your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > - > Forwarded by the Webmin mailing list at web...@li...= .net > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > |