|
|||||||||||
|
Re: Debian default ssh configuration problem with public/private key checking
From: Andrew Sackville-West <andrew(at)farwestbilliards.com>
Date: Fri Jun 22 2007 - 16:50:17 EDT
from /etc/ssh/sshd_config:
RSAAuthentication yes
[....] # To enable empty passwords, change to yes (NOT RECOMMENDED) PermitEmptyPasswords no # Change to no to disable s/key passwords ChallengeResponseAuthentication no # Change to yes to enable tunnelled clear text passwords PasswordAuthentication no and before you do that (i.e., while passwords is still on) do ssh-copy-id -i ~/.ssh/id_rsa.pub you@your-box it will prompt you for the password, copy up the key and tweak a couple permissions if needed. Then you can test it using public-key before you turn off the passwords... A -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Jun 22 16:50:35 2007 This archive was generated by hypermail 2.1.8 : Fri Jun 22 2007 - 17:00:02 EDT |
||||||||||
|
|||||||||||