Live data from Hacker News

Viewing profile — AssertFailure

AssertFailure

HN member
Joined
Thu, Jul 03, 2014, 12:38 PM UTC
HN karma
1
Public activity
1 items

About AssertFailure

No profile information was provided.

Recent public activity

  1. comment
    Comment #7982679

    Instead of using netcat when tunneling SSH through another machine like this: ProxyCommand ssh -T host1 'nc %h %p' one should use this instead: ProxyCommand ssh -W %h:%p host1