Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hi All,
I installed fun_plug 0.5. Have running telnet and ssh.
I can connect as root with password via telnet but ssh connection gives "connection time out". I can do ssh localhost from active telnet session. Therefore, sshd works and active. It looks like I cannot get through the port 22.
I modified /etc/services and added the string below
ssh 22/tcp
However, the string is disappearing each reboot.
Log file /var/log/messages shows the following:
May 27 22:14:36 dlink-0D6ED3 auth.info sshd[2021]: Server listening on 0.0.0.0 port 22.
May 27 22:14:36 dlink-0D6ED3 auth.err sshd[2021]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
netstat -antp | grep 'ssh'
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2010/sshd
What's wrong?
Thank you
Offline
Pages: 1