• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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