• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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