increase ssh timeout

Posted by cerr on Stack Overflow See other posts from Stack Overflow or by cerr
Published on 2012-12-04T22:47:39Z Indexed on 2012/12/04 23:03 UTC
Read the original article Hit count: 212

Filed under:
|
|

I'm trying to connect to a mobile host connected over a 3G cell router from linux with

ssh [email protected] -p 2200

and all I immediately get is (doesn't even seem to run into a timeout)

ssh: connect to host 74.198.25.220 port 2200: Network is unreachable

However, when I try the same IP on port 2200 with putty on Windows, it presents my with the password prompt just fine as I'd expect. What's going on here, do I need to increment my ssh timeout period to get this going or what?

Thank you, Ron

© Stack Overflow or respective owner

Related posts about linux

Related posts about ssh