Displaying 18 results from an estimated 18 matches for "socksified".
2001 Apr 27
1
socksifying under wine: my test results
A longer time ago, I already asked about the latest socksifiable version
of wine, and I see that this topic has been dealt with recently without
giving the answer.
Well, I decided on downloading a whole bunch of different versions and -
for those interested - would like to tell you about my experience.
***The latest version which can still be used for socksifying internet
applications appears to
2018 Feb 20
3
Is there socksify script for dynamics forwardings to unix domain sockets?
...mi-documented for -L and -R).
Do you know of any "socksification" script to go along with it, in the spirit
of tsocks of socksify (from dante)? Those do not seem to support socks
servers running on unix domain sockets.
My ultimate goal is to use a web browser and various impi-utilities socksified
so I can access a management network behind a login host that itself is
accessible via ssh. Those tools only support IP-based SOCKS-servers at best.
And I'd like to not have an open SOCKS-server running on localhost, if
possible.
MfG,
Jorrit Fahlke-
--
Jorrit (J?) Fahlke, Institute for Comp...
2018 Feb 21
4
Is there socksify script for dynamics forwardings to unix domain sockets?
Am Di, 20. Feb 2018, 23:13:16 -0800 schrieb Dan Kaminsky:
> Date: Tue, 20 Feb 2018 23:13:16 -0800
> From: Dan Kaminsky <dan at doxpara.com>
> To: J? Fahlke <jorrit at jorrit.de>
> Cc: openssh-unix-dev at mindrot.org
> Subject: Re: Is there socksify script for dynamics forwardings to unix
> domain sockets?
>
> Whoa. That's pretty cool.
>
>
2004 Dec 28
0
socksify
Hi,
I'm currently trying to setup a SIP connection to an external party true a
socks server with socksify.
Currently i do see the connection , and get a forbidden (that could be
correct since i'm not authorised yet), but after that , it doesn't want to
disconnect anymore.
Also , internal calls (SIP to SIP) don't work anymore.
Does anyone have an example (socks.conf) for this?
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
2004 May 12
1
ssh-keyscan not using ProxyCommand?
...hat it does
not use the ProxyCommand configuration. At least in my testing it
does not return any information in this case. I also tried the Dante
'socksify nc $hostname 22' and I can get the connection banner. But
'ssh-keyscan -t rsa $hostname' returns nothing. Trying to run it
socksified similarly does not work either. I have not looked at the
code so I can't say for sure what is happening.
This prevents it from being able to connect to remote machines across
the socks server and extracting the remote host key. Darn. Not
completely terrible but it would be nice if this work...
2005 Feb 24
2
FTP specific port forwarding
Hi
I've been looking at a both openssh and couple of commercial SSH
implementations(F-Secure and ssh comm.).
The one thing I see as missing is the "nice-to-have" feature of FTP
specific port forwarding.
The commercial implementations allows a syntax of "-L
ftp/<someport>:..." which does some "automagical" forwarding of the
data channel "under the
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
>
2003 Sep 10
3
Combining Transparent Proxying with SSH Port Forwarding
I've wondered if this topic has been discussed relative to enhancing
the current capabilities of OpenSSH. Please forgive me if I don't
use the exact terminology that you may be used to in describing SSH
or Transparent Proxy operation. I continue to learn. Always...
Here's what I mean:
1) Port forwarding through SSH is generally a configuration that is
"port
2000 Sep 16
0
openssh-2.2.0p1-2 issue
I have checked the FAQ and the mailing list archives, but I haven't
been able to RTFM to solve my problem. Thus turning to the dev list.
2.2.0p1 Changelog includes:
20000207
- Removed SOCKS code. Will support through a ProxyCommand.
Relevant Mailing list archives:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=95803710921359&w=2
and
2009 May 18
1
Wine & Socks
For what I can see there is no socks support built in in wine and also if u try to force socks tunneling through tsocks the windows program are not "socksifed".
You can run freecap inside wine and then run through freecap the socksified program and this way it works, but I think it will be a nice to have feature to be able to run through socks.
I've already implemented socks support on a pair of projects (one is ggmud.sourceforge.net), and I'd like to try to add it to wine, but only if there is not already an effort in th...
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
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
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
2007 Dec 07
1
Added native socks support to libc in FreeBSD 7
Hi,
i added a native (client) Socks V4/V5 support inside FreeBSD libc
library. The work is based of my project (see
http://csocks.altervista.org) CSOCKS.
You can get it here:
http://csocks.altervista.org/download/FreeBSD_libc.tar.gz
CHANGES:
I changed the file:
/usr/src/lib/libc/Makefile
I added the Directory:
/usr/src/lib/libc/socks
They contains the files:
2010 Feb 03
2
Hacking source: un-forward local port?
Hello!
I was looking around for a solution which would allow me to un-forward
already locally forwarded port but had no luck.
So I decided to try and add it myself.
I am not a good C coder, in fact, I've never really coded under unix
before(it's just half a year since I fully moved from windowz). Here
is what I made by now:
1999 Dec 29
1
Patch to use Dante socks library
...#undef HAVE_SSL
--- ssh.h.orig Tue Dec 21 08:12:39 1999
+++ ssh.h Wed Dec 29 10:12:31 1999
@@ -267,6 +267,53 @@
#define SSH_CMSG_HAVE_KERBEROS_TGT 44 /* credentials (s) */
#define SSH_CMSG_HAVE_AFS_TOKEN 65 /* token (s) */
+/*
+ * The following defines map the normal socket operations to SOCKSified
+ * versions coming from the Dante package.
+ */
+
+#ifdef HAVE_DANTE
+#define accept Raccept
+#define bind Rbind
+#define bindresvport Rbindresvport
+#define connect Rconnect
+#define gethostbyname Rgethostbyname
+#define gethostbyname2 Rgethostbyname2
+#define getpeername Rgetpeername
+#define ge...
2007 Mar 12
8
[Bug 1295] [PATCH] Transparent proxy support on Linux
http://bugzilla.mindrot.org/show_bug.cgi?id=1295
Summary: [PATCH] Transparent proxy support on Linux
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: