Displaying 4 results from an estimated 4 matches for "vimont".
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
> > whatever)?
>
> ss...
2017 Jan 18
3
SOCKS5 and UDP
Le mercredi 18 janvier 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
2017 Jan 16
2
SOCKS5 and UDP
Hi,
Currently, OpenSSH only accepts the SOCKS5 command "CONNECT":
<https://anongit.mindrot.org/openssh.git/tree/channels.c#n1281>
The RFC also specifies the commands "BIND" and "UDP ASSOCIATE":
<https://tools.ietf.org/html/rfc1928#section-4>
As a consequence, in particular, a SOCKS5 server started with "ssh -D"
cannot proxify UDP packets.
Are
2017 Jan 17
2
SOCKS5 and UDP
On Jan 17, 2017, at 1:37 AM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Tue, Jan 17, 2017 at 8:05 PM, Romain Vimont <rom at rom1v.com> wrote:
> [..]
>> So if I understand correctly, making "ssh -D" create a "full" SOCKS5
>> server, including UDP relay?, would require to add a new SSH request
>> type (like "relay-udp")?
>
> Right. SSH has an extensi...