Displaying 20 results from an estimated 5000 matches similar to: "[Bug 528] ProxyCommand none is sensitive to extra whitespace"
2003 Apr 02
0
[Bug 528] ProxyCommand none breaks ssh
http://bugzilla.mindrot.org/show_bug.cgi?id=528
Summary: ProxyCommand none breaks ssh
Product: Portable OpenSSH
Version: 3.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: arjones at
2001 Aug 15
1
ProxyCommand broken in SNAP-20010814
For some odd reason, one line was removed from the handling of
ProxyCommand in readconf.c. As a result, ssh crashes on strlen(string)
when it parses this option.
--- readconf.c:X Mon Aug 6 23:35:52 2001
+++ readconf.c Wed Aug 15 16:11:44 2001
@@ -475,6 +475,7 @@
case oProxyCommand:
charptr = &options->proxy_command;
+ string = xstrdup("");
while ((arg =
2003 May 20
1
[Bug 572] No Effect "ProxyCommand none" in ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=572
Summary: No Effect "ProxyCommand none" in ssh_config
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
2003 Jun 16
2
[Bug 596] "ProxyCommand none" doesn't work
http://bugzilla.mindrot.org/show_bug.cgi?id=596
Summary: "ProxyCommand none" doesn't work
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2002 Nov 11
0
[Bug 433] New: Allow "ProxyCommand none" in ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=433
Summary: Allow "ProxyCommand none" in ssh_config
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
2001 Jun 20
0
FW: FW: behaviour of sshd in debug mode
Whoever can help me...
pls find attached the loggings for the openssh sessions from
local(host=keg;redhat linux) to remote (host=ben;lynxos)
The issue is when I run sshd in debug mode and try to logon from local,
password authentication succeeds, but if I run sshd as a daemon, it fails.
sshlocal.txt >>> logging at local when sshd is not run with debug option
sshlocal...txt >>
2004 Aug 26
2
OpenSSH PATCH: OpenCommand and CloseCommand
Hi,
the attached patch adds support for the keywords "OpenCommand" and
"CloseCommand" to ssh_config. They are commands which are executed before
the connection is established (or ProxyCommand started) and after the
connection has been closed (or ProxyCommand ended).
this is usefull for stuff like portknocking or (that's what I wrote the
patch for) talking with trapdoor2
2002 Sep 30
2
[PATCH] Allow "ProxyCommand none" in ssh_config
Hi!
As discussed in the thread "Question regarding patch for
ProxyCommand setting".
The patch is rather straight forward; maybe it would be a good
idea to improve it in a way that it uses a list of string options
that may have a "none" value to reset it to NULL.
Ciao
Thomas
-------------- next part --------------
Index: readconf.c
2002 Nov 11
0
[Bug 433] Allow "ProxyCommand none" in ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=433
------- Additional Comments From binder at arago.de 2002-11-12 02:35 -------
Created an attachment (id=177)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=177&action=view)
Patch as discussed in openssh-unix-dev's thread 'Allow "ProxyCommand none" in
ssh_config'
------- You are receiving this mail because:
2001 Feb 22
0
Solaris and Latest snapshot (2001-02-21) (fwd)
okay, i reversed that patch out and solaris 7 still works fine with pam...
devon
----- Original Message -----
From: <mouring at etoh.eviladmin.org>
To: <devon at admin2.gisnetworks.com>
Sent: Thursday, February 22, 2001 10:43 AM
Subject: Re: Solaris and Latest snapshot (2001-02-21) (fwd)
>
>
> ---------- Forwarded message ----------
> Date: Wed, 21 Feb 2001 17:54:19
2001 Mar 11
0
Problems with sftp under SCO OpenServer (fwd)
This is the final results of sftp on SCO OpenServer.
---------- Forwarded message ----------
Date: Mon, 26 Feb 2001 12:27:51 -0700
From: Greg Jewell <gjewell at cnnxn.com>
To: mouring at etoh.eviladmin.org
Subject: RE: Problems with sftp under SCO OpenServer
> -----Original Message-----
> From: mouring at etoh.eviladmin.org [mailto:mouring at etoh.eviladmin.org]
> Sent: Monday,
2002 Feb 03
0
[Bug 62] compilation error on openstep 4.0
http://bugzilla.mindrot.org/show_bug.cgi?id=62
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|mouring at eviladmin.org
------- Additional Comments From mouring at eviladmin.org 2002-02-03 16:03 -------
I'll look at
2002 Apr 05
0
[Bug 60] OpenSSH 3.0.2p1 configure script fails on NEXTSTEP
http://bugzilla.mindrot.org/show_bug.cgi?id=60
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|mouring at eviladmin.org
Status|REOPENED |NEW
------- Additional Comments From mouring at
2002 Aug 15
1
[Bug 296] Priv separation does not work on OSF/1
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=296
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |weberc at grc.nia.nih.gov
------- Additional Comments From mouring at eviladmin.org 2002-08-16 07:24 -------
2002 Mar 27
2
[Bug 191] compilation faills in auth1.c:392 `pw' undeclared when USE_PAM is on
http://bugzilla.mindrot.org/show_bug.cgi?id=191
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From mouring at eviladmin.org
2003 Feb 05
1
[Bug 433] Allow "ProxyCommand none" in ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=433
------- Additional Comments From binder at arago.de 2003-02-06 05:10 -------
Created an attachment (id=218)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=218&action=view)
Patch for ProxyCommand's description in ssh_config.5
I have to admit I've never edited nroff-files before,
so here's my first attempt ...
-------
2003 Oct 12
10
[Bug 742] Allow sftp to read config file to honor "Protocol 1"
http://bugzilla.mindrot.org/show_bug.cgi?id=742
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Summary|sftp doesn't honor "Protocol|Allow sftp to read config
|1" in config
2007 Jan 16
0
patch to enable ssh use sock fd 3,4
Hi all
I was thinking maybe other ppl need this small hack :)
So ssh supports ProxyCommand which use a separate proccess
for in/out chans to remote sshd. But sometimes this extra proc
is not desired but ssh should use a specific socket (in
below patch is fd 3 and 4) for same thing.. For example a reverse ssh
connection where sshd connects back to ssh(which is executed by a
a script that binds to
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Bert Wesarg <Bert.Wesarg at googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Bert.Wesarg at googlemail.com
--- Comment #11 from Bert Wesarg <Bert.Wesarg at googlemail.com> ---
2002 Jul 30
0
[Bug 126] ssh-keyscan hangs or crashes accessing Sun ssh host
http://bugzilla.mindrot.org/show_bug.cgi?id=126
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mouring at eviladmin.org