bugzilla-daemon at mindrot.org
2005-Oct-13 15:14 UTC
[Bug 1103] New option for ssh(1) to make it failing when remote port forwarding can't be established
http://bugzilla.mindrot.org/show_bug.cgi?id=1103 Summary: New option for ssh(1) to make it failing when remote port forwarding can't be established Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: sobomax at FreeBSD.org Hi, In some cases it's necessary to ensure that remote port forwarding has been established properly. Unfortunately it's impossible to do in the current ssh since failure to establish forwarding is not fatal. Attached please find patch which adds new option for ssh (default is off), which allows to make such condition a fatal error, resulting in ssh(1) exiting with error code when one of requested remote forwardings can't be established for some reason. -Maxim ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Oct-13 15:16 UTC
[Bug 1103] New option for ssh(1) to make it failing when remote port forwarding can't be established
http://bugzilla.mindrot.org/show_bug.cgi?id=1103 ------- Comment #1 from sobomax at FreeBSD.org 2005-10-14 01:16 ------- Created an attachment (id=995) --> (http://bugzilla.mindrot.org/attachment.cgi?id=995&action=view) Proposed patch. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 1103] New option for ssh(1) to make it failing when remote port forwarding can't be established
- [Bug 1103] New option for ssh(1) to make it failing when remote port forwarding can't be established
- The machdep.hyperthreading_allowed & ULE weirdness in 7.1
- [Bug 1198] ssh associates the host identification to just IP/hostname , and it should also include remote port.
- [PATCH] controlling remote port forwarding over control path