Nerd King God

Big surprise…

I am nerdier than 98% of all people. Are you nerdier? Click here to find out!

“I got it from Philip, he got it from…”

Comments

7 responses to “Nerd King God”

  1. Clive
    Also 98

    So how is one supposed to answer the telnet/ssh question if one only telnets or sshes once every few months, but then remains logged in indefinitely? (In other words, aren’t VNC and screen marvellous?)

  2. alecm
    re: Also 98

    You use it daily; that counts. Concur re: VNC and Screen.

    Now: how many people regularly tunnel SSH over SSH?

  3. Chris Samuel
    84

    ..but then I have a life too.. 🙂

  4. Chris Samuel
    SSH over SSH problems

    There have been reports of that causing problems with TCP handling, e.g. :

    ike.room17.com/pipermail/ale/20031217/004418.html

  5. alecm
    re: SSH over SSH problems

    works for me. great for emergency backups.

  6. Martin Forssén
    re: SSH over SSH problems

    This is slightly misleading. Normally running SSH over SSH does not cause TCP over TCP. This is beacuse what passes through the tunnel is data and not TCP packages. The TCP connections of the forwards are terminated at the ssh client and server and only the actual data stream is passed in the SSH tunnel.

    The linked article talks about the keep-alive stuff inside SSH causing the experienced problems. But assigns that a low probability, which I agree with.

    However one mode in the VPN product we make (AppGate) consists of fowarding IP traffic over SSH. So in this case we do forward TCP packets over TCP and may experience the problems. However I have not heard from any customers who experiences any problems with this. So I wonder how real is the threat of TCP meltdown today? Does it really happen under what today passes for normal circumstances (bandwidth at least .5Mbit)? Does anybody have any hard data about this?

  7. cowbutt
    92

    I am not worthy.

Leave a Reply

Your email address will not be published. Required fields are marked *