T
timmi
Guest
I have some strange problems with freebsd & plesk 7.5.3
i can connect to my box from openssh client (linux), from putty ssh client but when i try to ssh from panel (sshTerm icon) - it ask me for password and do nothing.
thats the log from server:
sshd[97337]: fatal: Timeout before authentication for xx.xx.xx.xx
sshd[97443]: fatal: Timeout before authentication for xx.xx.xx.xx
my sshd config:
www# cat /etc/ssh/sshd_config | grep -v "^#"
Port 22
Protocol 1,2
LoginGraceTime 4m
PermitRootLogin no
TCPKeepAlive yes
Compression yes
Subsystem sftp /usr/libexec/sftp-se4ver
i can connect to my box from openssh client (linux), from putty ssh client but when i try to ssh from panel (sshTerm icon) - it ask me for password and do nothing.
thats the log from server:
sshd[97337]: fatal: Timeout before authentication for xx.xx.xx.xx
sshd[97443]: fatal: Timeout before authentication for xx.xx.xx.xx
my sshd config:
www# cat /etc/ssh/sshd_config | grep -v "^#"
Port 22
Protocol 1,2
LoginGraceTime 4m
PermitRootLogin no
TCPKeepAlive yes
Compression yes
Subsystem sftp /usr/libexec/sftp-se4ver