• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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