This is a personal blog. The opinions expressed here represent my own and not those of any past, present or future employer nor those of any third party which could be notified in articles.
All information is provided “as is”. All sources, scripts, tips or patch given in this blog worked for me. I provide absolutely no warranty whatsoever.


I enjoyed reading your blog post on the ‘new’ netcat mode in openssh [0] which arrived with v5.4. The examples were instructive but a little abstract. I’ve used it in the following manner.
ssh -o ProxyCommand=”ssh -W %h:%p jumphost.example.org” server.example.org
Since you mentioned that it was probably a killer feature, I wonder if you have any plans to follow up with another post.
Anyway, it was a great post.
/
[0] http://blog.rootshell.be/2010/03/08/openssh-new-feature-netcat-mode/