Netcat mode on OpenSSH
blog.rootshell.be
Netcat mode on OpenSSH
1–7 of 7 posts
Re: Netcat mode on OpenSSH
#2This enhancement just saves me the trouble of opening a term window.
Re: Netcat mode on OpenSSH
#3Currently, just open one term window to do the 'ssh -L', and a second window to do the 'nc'. This enhancement just saves me the trouble of opening a term window.
Plus, I'd rather use one command than two, makes scripting easier.
Re: Netcat mode on OpenSSH
#4Sometimes I'd like to have secure authentication but otherwise have no encryption — the overhead is way too high on slower boxes when you have a good amount of bandwidth available. One classic case I'd run into is using a nice old Sparc workstation as a remote X terminal to a fast new box: if I used SSH to forward the X session its process would regularly spike the local CPU, so I would end up just using a completely insecure X server instead.
It can be too slow even on decently fast boxes when you have gigabits of bandwidth available — I'd just end up piping tar through netcat to avoid the overhead.
Re: Netcat mode on OpenSSH
#5Aw man, I was hoping this would be a passthrough mode for the transport. Sometimes I'd like to have secure authentication but otherwise have no encryption — the overhead is way too high on slower boxes when you have a good amount of bandwidth available. One classic case I'd run into is using a nice old Sparc workstation as a remote X terminal to a fast new box: if I used SSH to forward the X session its process would…
What I'm saying is, faster transfers should be possible. And they probably already are, if you're willing to find out how to tweak the OpenSSH settings. Maybe.
Re: Netcat mode on OpenSSH
#6It looks like netcat can be substituted with the openssh 5.4 builtin.
Re: Netcat mode on OpenSSH
#7Aw man, I was hoping this would be a passthrough mode for the transport. Sometimes I'd like to have secure authentication but otherwise have no encryption — the overhead is way too high on slower boxes when you have a good amount of bandwidth available. One classic case I'd run into is using a nice old Sparc workstation as a remote X terminal to a fast new box: if I used SSH to forward the X session its process would…