|
#1
| ||||
| ||||
| ssh/connection reset by peer (not timeout issue) hi, i'm sorry if missed similair posts, but all i found so far were issues related to timeouts or bad routers. also, i realise it's not completely mac-related, although the clients i'm using are all macs (leopard, tiger) my problem is that although nothing changed in my network setup, i'm lately suffering from dropping ssh-connections which are randomly being reset by the server(?). it's got nothing to do with time-outs either on client or server side. it's all configured to never timeout, and it sometimes happens that several connections drop all at once, while i'm actually transfering files (scp) and monitoring remote log-files etc.. the only significant changes are my isp merged with another (bigger) company, and the bill now shows another name, and i suddenly have a new ip-address. the first seems like the only logical explaination for these problems.i already mailed them about this, but they state nothing has changed on the technical side. as for the ip-address, i don't see why that would cause this kind of probelms. to make sure, i generated new keys, cleaned-out known_hosts etc.. to no avail. anyone some ideas what it might be? thanks arri |
|
#2
| ||||
| ||||
| Is your ISP packet shaping Bit Torrent users? I ask because the Windows only program that does this is flawed and blocks ssh ports also when it detects those packets.
__________________ PowerMac G5 Dual 1.8(Rev A.), , 7 Gig RAM, Pioneer DVR-110, ATI X800XT, OS X 10.4.11 & 10.5.3, 23'' HD LCD Mac Book Pro Core 2 Duo 2.16Mhz, SuperDrive, ATI X1600, 2GB RAM, OS X 10.5.3 Tibook 400Mhz, DVD drive, 1024 RAM, ATI Rage, OS X 10.4.7 1TB Time Capsule 5g iPod 30Gig White |
|
#3
| ||||
| ||||
| You might try enabling debugging in both the server and client: On the server, run sshd on a different port: Code: sudo /usr/sbin/sshd -dddp 2022 2>&1 |tee /tmp/sshd.log Code: ssh -vvvp 2022 server 2>&1 |tee /tmp/ssh.log Code: scp -vvvp 2022 server:/file /tmp/file 2>&1 |tee /tmp/scp.log
__________________ Cyber Feen Blog |
|
#4
| ||||
| ||||
| satcomer, i never noticed any block whatsoever, i'd actually be surprised(..) macbri, thanks for the suggestion. you're right.. i was just still denying, and blaming the isp ![]() |
|
#5
| ||||
| ||||
| SOLVED (magically) to round-up: the timeout-issue magically dissapeared before i got a chance to test with debugging/verbose flags on ssh/sshd. i like to believe my isp actually took appropriate action after they received my complaint ![]() (prob. not) |