Displaying 5 results from an estimated 5 matches for "qoxp".
Did you mean:
qop
2016 Oct 17
20
[Bug 2625] New: Support Capabilities for ssh client port forwarding
https://bugzilla.mindrot.org/show_bug.cgi?id=2625
Bug ID: 2625
Summary: Support Capabilities for ssh client port forwarding
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs
2015 Sep 23
10
[Bug 2471] New: "match exec" prepends "exec" to its command
...its command
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: res at qoxp.net
The "match exec" feature in ssh_config does this:
static int
execute_in_shell(const char *cmd)
{
...
/*
* Use "exec" to avoid "sh -c" processes on some platforms...
2006 Oct 04
0
[Bug 1200] sshd does not strip trailing dot from client hostname with HostbasedUsesNameFromPacketOnly
http://bugzilla.mindrot.org/show_bug.cgi?id=1200
------- Comment #2 from res at qoxp.net 2006-10-05 09:01 -------
*** Bug 1248 has been marked as a duplicate of this bug. ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2009 Feb 25
3
[Bug 1563] New: USE_PIPES unconditionally set in session.c
...ssion.c
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: res at qoxp.net
In this commit:
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/session.c?rev=1.238;content-type=text%2Fx-cvsweb-markup
... the USE_PIPES code was unconditionally turned on with an explicit
"#define USE_PIPES". This makes it impossible to turn off via the
normal configurati...
2005 Jun 09
3
[Bug 1054] Nmap Causing SSH Session to Prematurely End
...tely exits if getpeername() fails. This is a bad choice,
since here is a non-catastrophic (if uncommon) failure mode: the
connection may already closed by the time execution reaches this point.
The code should be changed so that OpenSSH handles this case and
continues.
-- Richard Silverman res at qoxp.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.