Answer the question
In order to leave comments, you need to log in
Ping works, ssh crashes on timeout. How to decide?
Guys!!!
From a server with Ubuntu 14.04 ping to server 192.168.1.13 works, but when I try to connect via ssh I see this:
[email protected]:~# ssh -vvv 192.168.1.13
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.1.13 [192.168.1.13] port 22.
[email protected]:~# nmap -PN 192.168.1.13
Starting Nmap 6.40 ( http://nmap.org ) at 2014-09-25 12:54 MSK
Nmap scan report for 192.168.1.13
Host is up (0.000085s latency).
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
8000/tcp open http-alt
8080/tcp open http-proxy
[email protected]:~# telnet 192.168.1.13 80
Trying 192.168.1.13...
^C
[email protected]:~# telnet 192.168.1.13 8000
Trying 192.168.1.13...
^C
[email protected]:~# telnet 192.168.1.13 8080
Trying 192.168.1.13...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question