Displaying 20 results from an estimated 900 matches similar to: "socks proxy support"
2001 Mar 11
6
what about socks support?
Is there any plan to add socks 4 or socks 5 support to openssh like
the original ssh developed in finland??
Michael
Michael at bizsystems.com
2001 Oct 07
3
socks and misc patch to 2.9.9p2
Attached is a very small patch that allows the ssh clients to use the
socks5 library. It should work with socks4 but is untested.
Tested on linux only
configure --with-socks
configure --with-socks5
Also included is a configure option to disable scp statistics
--disable-scp-stats
modified files
openssh-2.9.9p2/acconfig.h
openssh-2.9.9p2/channels.c
openssh-2.9.9p2/configure.in
2003 Jun 25
1
New regression test: dynamic forwarding
Hi All.
The discussion about SOCKS5 support set me thinking about how you would
test it, and I came up with the attached test. (Again, mostly code stolen
from another test, this time forwarding.sh). It requires "connect" [1]
but will skip the test if it's not found.
-Daz.
[1] http://www.taiyo.co.jp/~gotoh/ssh/connect.html
--
Darren Tucker (dtucker at zip.com.au)
GPG key
2003 Aug 12
1
[PATCH] Minor nit: -D is now "socks" not "socks4"
Hi all.
I was getting something working over socks5 and was trying to figure out
why it kept using socks4. It wasn't, it was just a misleading debug
message....
Patch applies to either OpenBSD or Portable.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
2002 May 11
4
socks5 support
> Winton--
>
> Excellent! Absolutely wonderful.
>
> I'm wondering which apps/encapsulators support 4A? This gets me
> around
> the DNS leakage problem quite nicely.
>
> Incidentally, we do need SOCKS5 support -- if for no other
> reason, the
> fact that there's *operating system* level support in OSX for SOCKS5
> redirection. So
2001 Nov 06
13
OpenSSH 3.0
OpenSSH 3.0 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
This release contains many portability bug-fixes (listed in the
ChangeLog) as well as several new features (listed below).
We would like to thank the
2015 Oct 27
3
dns resolution behind proxy
Hello list,
I wonder why tinc tries to resolve host names before connection even
with configured (socks5) proxy which fails behind restrictive firewalls.
Is there any "workaround"?
Thanks in advance!
Regards Uwe
-------------- n?chster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL:
2020 Aug 31
2
SOCKSv6 and OpenSSH
Hi there,
I'm Vladimir Olteanu (or just Vlad, for short), and I'm working on the
SOCKSv6 protocol. It is being discussed at the IETF
(https://tools.ietf.org/html/draft-olteanu-intarea-socks-6-10). The spec
has matured somewhat and is currently undergoing an adoption call at the
Intarea WG.
I would like to get your opinion on this newer version of the protocol,
in particular on how
2004 Sep 18
4
[Bug 931] Allow ssh-connections through a HTTP proxy (such as squid).
http://bugzilla.mindrot.org/show_bug.cgi?id=931
Summary: Allow ssh-connections through a HTTP proxy (such as
squid).
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-bugs
2013 Mar 05
1
Help connecting to SOCKS5 proxy server with Open SSH
My desire is to form a connection from my laptop running ubuntu to a
SOCKS5 server listed on the Internet. I have read the Ubuntu man page on
OpenSSH client program. The description indicates that I have to connect
to given host name (assumed to be an ip address?) with optional
username. I want the server receive my Internet traffic in SOCKS5
protocol and respond to my computer the requested
2007 Apr 22
1
Socks proxy in CentOS
Hello,
Anyone know socks5 proxy in centOS?
For linux I know "delegate" but can not locate rpm package.
I am trying to make something like this:
client->squid:3128->[socks proxy]:8118->[ssh socks5 proxy]:port-
>sshd:22->
--
--
Publicidad http://www.pas-world.com
2005 Jan 31
1
Dead proxy tunnel not cleared
Hello,
I have been observing the case where some part of the proxy connection(s)
break/time out, and the "tunnelconnect" proxy
(http://www.taiyo.co.jp/~gotoh/ssh/connect.html) exits.
The problem is that the process turns into a zombie and _stays_ that way.
SSH (OpenSSH-3.9p1) does not seem to wait() for it. Looks like a "deadwait".
Jan Engelhardt
--
If you knew the
2009 Dec 04
2
two questions about ssh tunneling
if I:
ssh -fND localhost:6000 somebody at 192.168.56.5 -p PORTNUMBER
from computer "A" to computer "B" [B = 192.168.56.5] then I can set the
SOCKS proxy for e.g.: Firefox to use "localhost:6000" on computer "A".
Ok. I can surf the web through "B".
But:
- Can anyone sniff the traffic of "A"? [e.g.: computers on same subnet
as
2024 Jun 12
4
[Bug 3700] New: Unresponsive domain names freeze SSH connection when using SOCKS proxy
https://bugzilla.mindrot.org/show_bug.cgi?id=3700
Bug ID: 3700
Summary: Unresponsive domain names freeze SSH connection when
using SOCKS proxy
Product: Portable OpenSSH
Version: 9.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component:
2002 May 10
1
Patch for SOCKS4A in OpenSsh
I love SSH's ability to dynamically forward ports using SOCKS (either -D or
DynamicForward) (ie "ssh -D 1081 private.mine.net"). But the thing that has
caused me some pain, is that only SOCKS4 is supported. The SOCKS4 proxy
specification does not permit hostnames, but only IP addresses. This isn't
much of a problem if the target host is a public Internet host or otherwise
DNS
2012 Oct 22
1
[PATCH] Implement remote dynamic TCP forwarding
Hi all,
This is a client side only implementation of reversed dynamic (SOCKS) TCP
forwarding, which means it is compatible with any existing servers
have 'remote forward' capability.
To establish such forward, use "ssh -R [BIND_ADDRESS:]PORT ...".
The server will listen on that port and address and accept SOCKS
traffics.
Hope this will be useful for you.
There was an
2006 Mar 30
1
Transparent socks proxy
Hello,
I'm running Wine 0.9.10 on a Fedora Core 5 at work.
I'd like to use the Socks5 proxy we've got with application run under Wine.
The application I'm using in Wine works fine using direct connection to the
internet but this application has no settings I can change to inform it of
the socks proxy.
So I'm using Sockscap32 2.38 from www.permeo.com . It works fine under
2003 Jun 24
8
Patch for Socks5 support for dynamic portforwaring?
Hi,
has anybody seen a patch that provides socks version 5 support for the dynamic portforwarding feature?
I?ve seen thats implemented in ssh.com?s ssh version, but
found nothing about openssh.
Only thing i found was a patch to provide socks4a.
cu
sleepi
2006 Jul 13
1
Proxy support ?
Hi,
Some programs, which requires network, do not support proxy mechanism
such as SOCKS5. There is a tool called proxychains
(http://proxychains.sf.net) which provides us to redirect all of the
network traffic to a defined server can be SOCKS4, 5, or others. For
instance, I can use
proxychains wget http://www.google.com
to download the homepage of google if I am behind the proxy. This is
quiet
2008 Jul 01
1
[PATCH] SOCKS4A support
This provides SOCKS4A support, which allows a SOCKS4 client to provide a
host name instead of an IP address. It indicates that it's doing so by
using a known-invalid IP address 0.0.0.x (where x != 0), and then
appending the NUL-terminated hostname to the connection request.
Although we check for the terminating NUL manually and the
'fatal(len %d > have %d)' should never happen, the