Displaying 5 results from an estimated 5 matches for "proxifi".
Did you mean:
proximi
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
2014 Oct 15
1
mget timeout
hello
I am trying to download a large file (9 Go) with smbclient on a linux
machine from a NAS. Apparently, smbclient mget has a timeout that prevents
me to download this large file.
smbget is a possible solution.
Also I'm doing this over an ssh tunnel. So I need to proxify smbget. Yet I
cannot specify another port than 445 on smbget.
I am stuck.
can anyone help me?
thanks
--
*--*
*Mouloud
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
...ectClass=posixAccount)(uid=%u))
CASES
When the "host" attribute is the "FQDN of server A" dovecot imap-login start
and infinite loop which swallow all RAM, and process are showing many
connections although is just 1 test user connected. It seems that
connections are infinitely proxified to it self.
When the "host" attribute is the "IP of server A" dovecot imap-login works
OK, login the user locally in the server A.
I include debug message int the source of
"dovecot-2.0.11/src/auth/auth-request.c" which appears:
Mar 25 14:10:49 debian dovecot: aut...
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
> >
2020 Aug 31
2
SOCKSv6 and OpenSSH
...ive!) RTT overhead compared to connecting to the
server directly, assuming the proxy is on path
There's also an implementation available on Github:
?* Message library: https://github.com/45G/libsocks6msg
?* Utility library: https://github.com/45G/libsocks6util
?* TCP proxy and transparent proxifier: https://github.com/45G/sixtysocks
The libraries are written in C++, but also have C bindings, so they
could be used for a potential OpenSSH + SOCKSv6 prototype.
Cheers,
Vlad