Hi,
I'm watching tcpdump to try to find out why an ssh connection to a server is failing.
(errors and info below)
What's puzzling me is that it looks like my client keeps incrementing the port it's
using, even though I'm getting packets back from the server side.
Anyone know why this is? Or what might cause the ssh error?
Thanks,
Tamara
The ssh error is:
client:/ # ssh -v -P serversite.com -l valid_loginID
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: hostname is 'serversite.com'.
debug: Unable to open //.ssh2/ssh2_config
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: connecting to serversite.com...
debug: entering event loop
FATAL: Connecting to serversite.com failed: Connection Refused
The tcpdump shows this:
11:15:56.133 clientsite.com.1979 > serversite.com.22: S 148507945:148507945(0)
win 32768 <mss 1460,nop,opt-3:00> (DF)
11:15:56.285 serversite.com.22 > clientsite.com.1979: R 0:0(0) ack 148507946 wi
n 0
11:15:56.285 clientsite.com.1980 > serversite.com.22: S 148571945:148571945(0)
win 32768 <mss 1460,nop,opt-3:00> (DF)
11:15:56.453 serversite.com.22 > clientsite.com.1980: R 0:0(0) ack 148571946 wi
n 0
11:15:56.453 clientsite.com.1981 > serversite.com.22: S 148635945:148635945(0)
win 32768 <mss 1460,nop,opt-3:00> (DF)
11:15:56.613 serversite.com.22 > clientsite.com.1981: R 0:0(0) ack 148635946 wi
n 0
11:15:56.613 clientsite.com.1982 > serversite.com.22: S 148780329:148780329(0)
win 32768 <mss 1460,nop,opt-3:00> (DF)
11:15:56.808 serversite.com.22 > clientsite.com.1982: R 0:0(0) ack 148780330 wi
n 0
11:15:56.808 clientsite.com.1983 > serversite.com.22: S 148844329:148844329(0)
win 32768 <mss 1460,nop,opt-3:00> (DF)
11:15:56.996 serversite.com.22 > clientsite.com.1983: R 0:0(0) ack 148844330 wi
n 0