• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

trubles with ssh from plesk panel

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
 
Back
Top