SSH operation timed out

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support SSH operation timed out
# 15  
Old 08-02-2012
At this point it could be any number of the things people are saying; or a combination of them.

You're going to have to go down the OSI Model to figure it out. I'd post a link but apparently I need to have five posts first. All this "I have a feeling" stuff is completely useless. Troubleshooting is methodical and logical and not guessing. Troubleshoot from layer 1; the physical layer, first. That means double checking and reseating any of the connections betweent the points. Then check your network config and the server network config. Then verify the "network route" is in place and useable; if your in *NIX route is the same as traceroute in M$. If the results of that don't end up at your server then you have a routing issue. If it does, then you have a software configuration issue. ( For all you "leet" people, I'm going under the premise that not everyone is blocking ICMP like a retard.)

There is also the possibility that the bandwidth at either points is being overwhelmed. I often get that when I try to SSH into my home network from a coffee shop and forget to turn off bittorrent.
# 16  
Old 08-02-2012
...and for things like bittorrent, it's often not really bandwidth that's being overwhelmed as much as the number of simultaneous connections. Distributed file sharing is awful in the way it spams thousands of connections when attempting to find just a few of them, filling the tiny connection tables of a hardware wireless router to the point that for any new connections to be made, an old one must die or timeout first.

Last edited by Corona688; 08-02-2012 at 06:25 PM..
# 17  
Old 08-02-2012
Am I missing something here, the original post was back in April?
# 18  
Old 08-08-2012
Someone posted, so it was pulled back to the top. Let's hope the problem was solved in a more timely manner than that. I'd agree though that using ICMP as a test is a bad idea. Protocols aren't treated the same by firewalls, ACLs, etc. and many companies block it to prevent the reverse-enginnering of their network. Using netcat ('nc') or telnet to check the connection is a good first check. Couple that with a good network trace or tcpdump and you can normally find the issue fairly quickly. You can also start another SSH daemon on a port (such as 80/443) not in use that's often allowed by default through all networks and see if you're able to connect there. Start simple and work back up the OSI model.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Ssh connection timed out

Hello, I have two AIX6.1 machines that can communicate with each other through ssh. The problem is that one of them somehow closes the connection after some time and i don't know the reason of that. For example today i send through rsync command 7 files from one server to the other. It send... (7 Replies)
Discussion started by: omonoiatis9
7 Replies

2. Shell Programming and Scripting

Timed Scripts

Hi all I need a little bit of help, i am looking for a script that can have different events in it and then if it is a certain day email me about it some sort of email reminder system any ideas thanks (4 Replies)
Discussion started by: ab52
4 Replies

3. Shell Programming and Scripting

Column operation : cosne and sine operation

I have a txt file with several columns and i want to peform an operation on two columns and output it to a new txt file . file.txt 900.00000 1 1 1 500.00000 500.00000 100000.000 4 4 1.45257346E-07 899.10834 ... (4 Replies)
Discussion started by: shashi792
4 Replies

4. Shell Programming and Scripting

How do I make a timed script

Hello, I would like to make a script, ideally in perl since I am most familair with it, that does the following: automatically starts up at 9 pm, searches through a specified directory for any new files, finds those new files and starts to run them through a pipeline. I have most of it worked... (4 Replies)
Discussion started by: amcrisan
4 Replies

5. Solaris

I/O timed out

I have Ultra 45 Sun solaris box with Solaris 10 installed. My problem is when i boot the unix box, i got the message: What does this message meant? then it does not continue to boot successfully. Please help. Thanks in advance. (5 Replies)
Discussion started by: etcpasswd
5 Replies

6. Programming

Timed wait?

Is there any way in which I can make my wait signal to wait for a specified time for child job to complete. And if that time is over, the program gets out of the wait signal to process other things (4 Replies)
Discussion started by: anjul_thegreat
4 Replies

7. HP-UX

connection timed out

I am trying to connect with my hp machine using "dialup networking." It times out after 30 seconds. Is there a way to adjust this time. Would it have anything to do with rexec? thanks (0 Replies)
Discussion started by: paschal
0 Replies

8. UNIX for Dummies Questions & Answers

timed commands

Hello, How can I set up events to be executed at a certain time? And do I need some kind of privilege such as being in cron group? (2 Replies)
Discussion started by: rayne
2 Replies

9. UNIX for Advanced & Expert Users

deferred: connection timed out with NT

We recently installed a new release of SCO UNIX (5.0.6) and when I try to relay e-mail from the UNIX box to my NT server (the mail server) I get the following message from sendmail. Deferred: Connection timed out with nt I have nt set up as my relay server in sendmail.cf and the mail seems to... (8 Replies)
Discussion started by: jmossman
8 Replies

10. UNIX for Advanced & Expert Users

Connection Timed out

I connect to a Sun Box through telnet but it timed out in couple of minutes. Advance thanks for any idea...help... (2 Replies)
Discussion started by: s_aamir
2 Replies
Login or Register to Ask a Question