Off-topic: can someone provide a good reason why SSH w/ the HPN patches is not the default for every SSH install on every platform? Today, people are relying on SSH for binary transfer more than ever. SFTP and SCP are the new defacto file transfer standards between machine to machine over a secured connection. Source control like GIT (or even SVN) make heavy use of binary transfers over SSH. The performance benefit t…
I have to admit I felt pretty ignorant for not knowing what you were talking about. So, for anyone else in a similar situation: http://www.psc.edu/index.php/hpn-ssh
The little ssh that (sometimes) couldn't
41–50 of 66 posts
Re: The little ssh that (sometimes) couldn't
#42Earlier quoted context omitted.
The none cipher switch was always a turn off for a lot of people.
iirc, it's off by default? Even when enabled, it'll only not encrypt binary blobs; TTY input will remain encrypted. Obviously many times that is not an option, but sometimes it is.
Leaving aside the crypto worries and concerns over why it was not merged upstream can you imagine being the Debian package maintainer? Having to manage and triage bug reports with two upstreams? And then having to keep track of whether the bug occurred when HPN initiated a connection to pristine upstream, pristine connects to HPN or HPN connects to HPN? If you want to get an idea of the headache involved site:debian.org ssh hpn.
Have you read why upstream never merged it? The pleas for funding and lack of maintainer time do not give you cause for concern?
Re: The little ssh that (sometimes) couldn't
#43This is insane. The closest scenarios to this I've seen in my career: 1) A private frame relay network that one day stopped passing packets over a certain size. Worked around by lowering the MTU at both ends till I was able to convince the frame relay provider that yes, the problem was in their network. This was relatively straight-forward to diagnose, but it was still odd being able to ssh into a box, then have the…
blink
Two questions:
- Is there ever a valid reason to do this?
- How do you attain the skills required to do this while not also learning not to?
Re: The little ssh that (sometimes) couldn't
#44This is insane. The closest scenarios to this I've seen in my career: 1) A private frame relay network that one day stopped passing packets over a certain size. Worked around by lowering the MTU at both ends till I was able to convince the frame relay provider that yes, the problem was in their network. This was relatively straight-forward to diagnose, but it was still odd being able to ssh into a box, then have the…
> someone had deleted its own MAC address from its ARP table blink Two questions: - Is there ever a valid reason to do this? - How do you attain the skills required to do this while not also learning not to?
I remember one particular case were we running both routed IP and bridged ethernet over a single frame-relay link, and there we had to resort to fixed ethernet-to-ip mapping (turning off ARP) on the bridged link for some reason I really can no longer remember.
Re: The little ssh that (sometimes) couldn't
#45Re: The little ssh that (sometimes) couldn't
#46Can anybody think of an explanation why the 'bug' happened only after the 576th byte?
Re: The little ssh that (sometimes) couldn't
#47Re: The little ssh that (sometimes) couldn't
#48This is insane. The closest scenarios to this I've seen in my career: 1) A private frame relay network that one day stopped passing packets over a certain size. Worked around by lowering the MTU at both ends till I was able to convince the frame relay provider that yes, the problem was in their network. This was relatively straight-forward to diagnose, but it was still odd being able to ssh into a box, then have the…
> someone had deleted its own MAC address from its ARP table blink Two questions: - Is there ever a valid reason to do this? - How do you attain the skills required to do this while not also learning not to?
Re: The little ssh that (sometimes) couldn't
#49I love reading weird bug stories like this. Is there a place where lots of these types of stories are aggregated? Maybe a book about them?
Here are two more: http://news.ycombinator.com/item?id=1293849 http://catb.org/jargon/html/magic-story.html
Re: The little ssh that (sometimes) couldn't
#50This is insane. The closest scenarios to this I've seen in my career: 1) A private frame relay network that one day stopped passing packets over a certain size. Worked around by lowering the MTU at both ends till I was able to convince the frame relay provider that yes, the problem was in their network. This was relatively straight-forward to diagnose, but it was still odd being able to ssh into a box, then have the…
> someone had deleted its own MAC address from its ARP table blink Two questions: - Is there ever a valid reason to do this? - How do you attain the skills required to do this while not also learning not to?
Half-understood StackOverflow answers, natch.