Displaying 20 results from an estimated 1100 matches similar to: "what about socks support?"
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
2001 Jan 23
5
sshd hanging after multiple successive logons
Folks,
I use OpenSSH to poll a number of remote servers once every five minutes
and obtain a number of attributes. This is done using ssh as "sexec":
ssh stats at remotehost getstats
This returns the output of the getstats program which is parsed, etc...
The problem is that after so many connections, the parent sshd hangs and
does not accept any more connections. I have
2000 Aug 10
3
Control-c not work under openssh?
>This issue has actually cropped up again recently in my testing. When I
>do use Solaris login (UseLogin yes), a ton of the important environment
>variables (like TERM, etc) don't get passed. Is that normal behavior?
Looking at the source os session.c it is obvious that when you use login
the environment is not passed:
execl(LOGIN_PROGRAM, "login",
2001 Feb 19
7
Packet integrity error. (34)
Hi,
I am using Van Dyke SecureCRT 3.2.1 to access an AIX server running
OpenSSH-2.5.0p1. Using ssh1 with X11 forwarding enabled, the server
reports the following error (in the client session):
Packet integrity error. (34)
This problem was not evident in 2.3.0p1. Running sshd in debug gives the
output:
debug1: sshd version OpenSSH_2.5.1p1
debug1: load_private_key_autodetect: type 0 RSA1
2001 Jan 16
1
AIX <--> Solaris X11 Forwarding Problem
I have an X11 application installed on a Solaris 5.7 server. ?The server
runs the OpenSSH 2.3.0p1 daemon. ?I then SSH to this server from OpenSSH
2.3.0p1 under AIX with X11 forwarding enabled. ?I can run X utilities, such
as xclock and xterm, without any problems. ?However, the X11 application I
require (a Privacy Manager GUI) creates an empty window frame.
If I telnet from the AIX server to the
2001 May 09
2
running sshd under AIX 4.3.3 ?
Hi,
If anyone has managed to get sshd to run as a subsystem in the System
Resource Controller under AIX 4.3.3 (a la mkssys), then please let me know
how you did it...
I can mkssys and startsrc it, but it dies immediately, leaving a child sshd
running with another PID than startsrc reported, and lssrc reports sshd
inoperative.
Is sshd a process that should stay in foreground, not forking? Or does
2001 Sep 06
1
AIX openssh use of SRC control
I'm new to using openSSH on AIX and want to know how others
are launching and maintaing sshd. I see where sshd has a -i option
for use with inetd, but I am thinking about adding the AIX SRC APIs
so that I can use the commands:
lssrc, startsrc and stopsrc to maintain the daemon.
--
Denise M. Genty
genty at austin.ibm.com (512)838-8170 - T/L 678-8170
AIX IP Security
2001 Sep 14
2
Scads of defunct processes ins AIX 4.3.3
I hope someone can help. I've installed 2.9p2 on a number of AIX boxes and
it works great.
The problem is that a HUGE >700 number of defunct processes get generated
by sshd. Did I do
something wrong ? Any suggestions ?
Please email chuck at fiu.edu as I don't subscribe to the list.
TIA,
Chuck
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2018 Feb 20
3
Is there socksify script for dynamics forwardings to unix domain sockets?
Hi!
I noticed that `ssh -D /tmp/socket $myhost` will actually provide a socks
server listing on the unix domain socket /tmp/socket (this does not appear to
be documented, though it is semi-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
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.
>
>
2000 Jun 02
6
scp creating root files
Folks,
I noticed that whenever I scp'ed a file to my test server (running OpenSSH
2.1.0p2, and then tested with p3) it was created owned by root.
/home/me $ ls -al .profile
-rwx------ 1 me group 1056 Jan 18 1999 .profile
/home/me $ scp .profile me at server:test
me at server's password:
.profile 100%
2001 May 17
5
AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !
IF ssh is a replacement for rlogin,rsh etc I can accept it respecting
rlogin=false as rlogin does and rsh does not, however scp is a replacement
for rcp, and rcp does NOT use rlogin attribute, so the implementation is
NOT standard as scp fails if rlogin=false, but rcp succeeds, as documented.
thanks
mark
2001 Jul 16
6
openssh keys in ldap
Is there any work going into placing keys in a central directory such as
LDAP ?
Jeff McElroy
jmcelroy at dtgnet.com
2009 Mar 04
2
[PATCH] accept SOCKS request over the mux socket
Hi,
The attached patch extends the mux listener to accept SOCKS requests in
addition to the native mux commands.
The rationale behind is that creating tunnels attached to TCP ports is a
security hazard in multi-user machines where there is no way to control
who connects through the tunnels. On the other hand, The mux UNIX domain
socket binds to the file system and regular permissions can be
2009 Mar 11
8
[Bug 1572] New: accept SOCKS requests over the mux socket in master mode
https://bugzilla.mindrot.org/show_bug.cgi?id=1572
Summary: accept SOCKS requests over the mux socket in master
mode
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs
2000 May 28
1
Warning for expired password
Is it possible to get sshd to report the number of days till a password
expires after a login ?
If not, how else could I do it ?
Thanks
___________________________________________________________
Paul Faure paul at engsoc.carleton.ca
2001 Jun 04
1
Not an OpenSSH Feature Request
I am not going to put my 2 cents in about added features. I just
appreciate the reams of technical support the OpenBSD developers offers us
for the code they give us for free. $400 for an F-Secure license? I have
my OpenSSH T-shirt!
My request will add zero bytes to the OpenSSH code base, not even in the
contribs directory.
Could the subject lines on the mailing list begin with something like
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi.
New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks.
A couple of issues, though, which I haven't really dug into yet. I'm
wondering if anyone else has seen them? If not, I'll investigate &
report.
1. If I set "UseLogin" to "yes", everything seems fine except that
the authentication agent forwarding doesn't work. The "SSH"
2016 Jun 10
2
compiling with lsocks support on centos 6?
im trying to compile lftp with socks support and im getting the following..
...
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS...