Slashdot Mirror


Security Focus Interviews Damien Miller

An anonymous reader writes "The upcoming version 4.3 of OpenSSH will add support for tunneling allowing you to make a real VPN using OpenSSH without the need for any additional software. This is one of the features discussed in SecurityFocus' interview of OpenSSH developer Damien Miller. The interview touches on, among other things, public key crypto protocols details, timing based attacks and anti-worm measures."

1 of 80 comments (clear)

  1. VPN over TCP by apankrat · · Score: 1, Redundant

    Running VPN over TCP is bad for another major reason, which seems
    to completely escape the attention of people promoting this type
    of VPNs.

    TCP is an UNAUTHENTICATED sessioned transport and the state of
    entire VPN DEPENDS on it. Anyone capable of closing TCP session
    can bring VPN down. Moreover VPN nodes may not even get a chance
    to exchange a single packet if an attacker proactively resets all
    connection attempts.

    This is drastically different from standard VPNs that use IP or
    UDP for data delivery. In order for a packet to alter VPN state
    it must first be authenticated.

    Essentially TCP-based VPNs are not resilient. They might be OK
    for an occasional use, but deploying them in a production is
    far too risky.

    --
    3.243F6A8885A308D313