Displaying 20 results from an estimated 1000 matches similar to: "Proxy support ?"
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 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 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
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
2006 Jun 07
8
Need to make work MSN Messenger 7
I need to make work MSN Messenger 7. Its a present for
a special person who loves the winks of MSN 7.
I have spend a lot of time trying to make it work,
copying all installed files work partially, saying
fixme:netapi32:NetGetJoinInformation Stub (null) 0x7fb9f838 0x7fb9f834
fixme:winstation:OpenInputDesktop (0,0,2000000): stub
Someone have any clue of how to make it work?
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
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support
(http://www.socks.nec.com/) the same way ssh (nonfree version) does?
Without this support, openssh is completely unusable behind a firewall.
Hayden A. James
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:
2000 Jan 19
3
AIX openssh patches
I have a few patches for AIX. The patchfile is attached below. The patch
has been tested on AIX4.2 and AIX4.3. The patch is on openssh-1.2.1pre25,
with openssl-0.94, using RSAref.
1) authenticate support - this function allows the system to determine
authentification. Whatever the system allows for login, authenticate
will too. It doesn't matter whether it is AFS, DFS, SecureID, local.
2006 Jun 04
3
Chinese fonts not displayed properly
Hi,
I've got Chinese Windows application that appears to have a problem with
Chinese fonts under wine (emulating Windows 98). It's available from here:
http://www.gtjadzh.com/ (download starts automatically after some seconds,
filename is setup_dzh5_fuyi.exe. When running "wine setup_dzh5_fuyi.exe" from
a console, I get get to see a window full of garbage characters (see
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
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
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
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
2015 Oct 27
0
dns resolution behind proxy
On Tue, Oct 27, 2015 at 12:33:35PM +0000, Uwe Werler wrote:
> I wonder why tinc tries to resolve host names before connection even
> with configured (socks5) proxy which fails behind restrictive firewalls.
You are right that it shouldn't be necessary to do this with SOCKS5.
With SOCKS4, it needs to know the exact address, and then I just used
that for SOCKS5 as well.
> Is there
2015 Oct 27
1
dns resolution behind proxy
Hello Guus,
thanks for Your fast reply.
Does it mean only socks is affected and http proxy should work? If this is the case then this may be a temp. solution.
Thanks and regards!
Uwe
Am 27.10.2015 14:08:36, schrieb Guus Sliepen:
> On Tue, Oct 27, 2015 at 12:33:35PM +0000, Uwe Werler wrote:
>
> > I wonder why tinc tries to resolve host names before connection even
> > with
2006 Jun 20
2
dddraw unable to draw in CVS
Hi,
I often build wine every 2 or 3 days from cvs source, and I recognize
that there are updates around x11drv, ddraws, and d3d8/9 at these days.
4 or 5 days ago, where I found that ddraws are unable to draw at all
(was still working wine 0.9.15) in some games/programs which use it.
Ones use GDI and OpenGL seem fine. Here is an example of win32 binary
which is Snes9x, an emulator of a console,
2006 Jun 03
2
OpenGL issues with Counter Strike
Hello,
I recently switched my OS to Ubuntu Dapper Drake amd64 (I used Breezy
before) and now I'm facing strange issues regarding Counter Strike (old
version, not "Source") via Steam. Steam starts up fine, but if I want to
launch the game, the terminal puts out this error-message:
err:wgl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)
while Steam itself
2001 May 11
1
openssh 2.9: socks5 support? and support for RSA SECURID (one-t ime password)?
On Fri, May 11, 2001 at 04:26:57PM -0400, Ault, James R (CRD) wrote:
> I was reading the changelog from version 2.9 that was recently released, and I coudln't help noticing
> this item:
>
> from openssh changelog:
>
> - markus at cvs.openbsd.org 2001/04/17 12:55:04
> [channels.c ssh.c]
> undo socks5 and https support since they are not really used and
>
2015 May 04
3
[Bug 2393] New: Remote dynamic port forwarding for OpenSSH client
https://bugzilla.mindrot.org/show_bug.cgi?id=2393
Bug ID: 2393
Summary: Remote dynamic port forwarding for OpenSSH client
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
URL: http://d3s.mff.cuni.cz/~steinhauser/openssh.html
OS: All
Status: NEW
Keywords: openbsd, patch