Displaying 3 results from an estimated 3 matches for "sock4".
Did you mean:
sock
2019 May 10
1
[nbdkit PATCH] nozero: Add notrim mode
....prepare = nozero_prepare,
.can_zero = nozero_can_zero,
.zero = nozero_zero,
};
diff --git a/tests/test-nozero.sh b/tests/test-nozero.sh
index 1282586..fc22420 100755
--- a/tests/test-nozero.sh
+++ b/tests/test-nozero.sh
@@ -39,12 +39,14 @@ sock3=`mktemp -u`
sock4=`mktemp -u`
sock5a=`mktemp -u`
sock5b=`mktemp -u`
+sock6=`mktemp -u`
files="nozero1.img nozero1.log $sock1 nozero1.pid
nozero2.img nozero2.log $sock2 nozero2.pid
nozero3.img nozero3.log $sock3 nozero3.pid
nozero4.img nozero4.log $sock4 nozero4.pid
nozero5.img...
2001 Apr 07
2
ssh/scp lib
Does anyone know of a libssh package or tarball
or does it only come in a single package right now.
It would be really nice to see this protocol spread to
other progs other than ssh/scp itself(i.e kde browser,
zope,etc..).
Am I alone on this one and have to split it up myself
or am I stepping on toes for someone else who has
already done this?
[Icarus] Factor (aka Daniel Yount)
factorf2 at
2001 May 11
1
openssh 2.9: socks5 support? and support for RSA SECURID (one-t ime password)?
...stay in openssh.
openssh did never include support for client side socks. you
can use ProxyCommand for this:
ProxyCommand exec /usr/local/bin/socksify /usr/bin/nc %h %p
this commit message was about removing a simple SOCKS5
SERVER (yes, server) form openssh. openssh does still
include a SOCK4 server.
> I know there are people here who use ssh with socks5 support, and I want to convince them to use
> openssh instead of whatever v1 version they are using now, but it will be difficult for me to do that
> if socks5 support disappears.
socks5 did not disappear. there was not expli...