Displaying 1 result from an estimated 1 matches for "birkholz".
Did you mean:
berkholz
2015 Aug 17
6
[Bug 2444] New: ExitOnForwardFailure=yes has no effect
...Product: Portable OpenSSH
Version: 6.9p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: openssh-bugzilla at dennis.birkholz.biz
The option ExitOnForwardFailure is not working, even if the forward
fails.
A port forward to another (non used) port on the local machine should
cause ssh to exit with error on a connection attempt to the bound port:
Console 1:
> ssh -N -o ExitOnForwardFailure=yes -L 9999:localhost:9998 l...