TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Netcat mode on OpenSSH

42 点作者 pWneD大约 15 年前

3 条评论

blasdel大约 15 年前
Aw man, I was hoping this would be a passthrough mode for the transport.<p>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 regularly spike the local CPU, so I would end up just using a completely insecure X server instead.<p>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.
评论 #1239959 未加载
评论 #1240045 未加载
doubleukay2大约 15 年前
A really useful thing I use with ssh and netcat is to forward SSH connections through a bastion host like this - <a href="http://backdrift.org/transparent-proxy-with-ssh" rel="nofollow">http://backdrift.org/transparent-proxy-with-ssh</a><p>It looks like netcat can be substituted with the openssh 5.4 builtin.
bhousel大约 15 年前
Currently, just open one term window to do the 'ssh -L', and a second window to do the 'nc'.<p>This enhancement just saves me the trouble of opening a term window.
评论 #1238946 未加载