LINUX.ORG.RU
ФорумAdmin

sshd auth


0

0

Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
UsePrivilegeSeparation yes

KeyRegenerationInterval 3600
ServerKeyBits 768

SyslogFacility AUTH
LogLevel INFO

LoginGraceTime 600
PermitRootLogin no
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile %h/.ssh/authorized_keys

IgnoreRhosts yes
/etc/ssh_known_hosts
RhostsRSAAuthentication no

HostbasedAuthentication no
RhostsRSAAuthentication

PermitEmptyPasswords no


PasswordAuthentication no


AllowGroups sshusers

X11Forwarding no
X11DisplayOffset 10
PrintMotd no
KeepAlive yes

UseDNS no
UsePAM yes

такой вот конфиг sshd
проблема состоит в том ,что хоть PasswordAuthentication и выставлена в no , sshd спрашивает как и passphrase так и пассворд . в чем может быть дело ?

anonymous

Посмотри еще ssh_config

anonymous
()

отключил Use PAM и все стало ok .

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.