пытаюсь настроить SSH через Putty в QNX 4.25
вход по паролю не работает.
etc/ssh/sshd_config# This is ssh server systemwide configuration file.
Port 22
ListenAddress 0.0.0.0
HostKey /etc/ssh/ssh_host_key
RandomSeed /etc/ssh/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 120
KeyRegenerationInterval 1024
IdleTimeout 1024
PermitRootLogin yes
IgnoreRhosts yes
StrictModes yes
QuietMode yes
X11Forwarding no
X11DisplayOffset 10
FascistLogging no
PrintMotd yes
KeepAlive yes
SyslogFacility DAEMON
RhostsAuthentication no
RhostsRSAAuthentication no
RSAAuthentication no
PasswordAuthentication yes
PermitEmptyPasswords no
UseLogin yes
CheckMail no
PidFile /var/run/sshd.pid
# AllowHosts *.our.com friend.other.com
# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
Umask 022
SilentDeny yes
лог Putty2012-07-04 10:56:16 Looking up host "192.168.0.80"
2012-07-04 10:56:16 Connecting to 192.168.0.80 port 22
2012-07-04 10:56:16 Server version: SSH-1.5-1.2.33
2012-07-04 10:56:16 We claim version: SSH-1.5-PuTTY_Release_0.60
2012-07-04 10:56:16 Using SSH protocol version 1
2012-07-04 10:56:16 Received public keys
2012-07-04 10:56:16 Host key fingerprint is:
2012-07-04 10:56:16 1024 65:c7:d6:10:71:21:36:ba:b1:b9:12:2e:51:f2:f4:9f
2012-07-04 10:56:16 Encrypted session key
2012-07-04 10:56:16 AES not supported in SSH-1, skipping
2012-07-04 10:56:16 Using Blowfish encryption
2012-07-04 10:56:16 Trying to enable encryption...
2012-07-04 10:56:16 Initialised Blowfish-128 CBC encryption
2012-07-04 10:56:16 Installing CRC compensation attack detector
2012-07-04 10:56:16 Successfully started encryption
2012-07-04 10:56:19 Sent username "root"
2012-07-04 10:56:21 Sending password with camouflage packets
2012-07-04 10:56:21 Sent password
2012-07-04 10:56:21 Authentication refused