search for: udpl

Displaying 3 results from an estimated 3 matches for "udpl".

Did you mean: dpl
2017 Jan 17
2
SOCKS5 and UDP
...host/port pairs to replace the stuff > the kernel does for us with TCP, so it'd probably more complicated to > implement than the existing SOCKS/direct-tcpip support. One thing that makes UDP over SOCKS more complicated for SSH is that SOCKS normally keeps the UDP packets it forwards as UDPl, just adding a small header to each packet. If you want to get the benefit of the SSH encryption here, though, you?d need to open an SSH channel to carry these packets, converting them from UDP to being carried within the existing SSH TCP connection (much like what SSH already does in the SOCKS TCP...
2017 Jan 17
2
SOCKS5 and UDP
Le mardi 17 janvier 2017 ? 9:20 +1100, Darren Tucker a ?crit : > On Tue, Jan 17, 2017 at 1:30 AM, Romain Vimont <rom at rom1v.com> wrote: > [...] > > As a consequence, in particular, a SOCKS5 server started with "ssh -D" > > cannot proxify UDP packets. > > > > Are there deep reasons why OpenSSH does not implement them (security, or > >
2017 Jan 18
3
SOCKS5 and UDP
...nvier 2017 ? 8:55 +1100, Darren Tucker a ?crit : > On Tue, Jan 17, 2017 at 07:42:50AM -0800, Ron Frederick wrote: Thank you for your answers. > [...] > > One thing that makes UDP over SOCKS more complicated for SSH is that > > SOCKS normally keeps the UDP packets it forwards as UDPl, just adding > > a small header to each packet. If you want to get the benefit of the > > SSH encryption here, though, you'd need to open an SSH channel to > > carry these packets, converting them from UDP to being carried within > > the existing SSH TCP connection (much...