Home
last modified time | relevance | path

Searched refs:oExitOnForwardFailure (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/regress/usr.bin/ssh/
Dforwarding.sh45 -oExitOnForwardFailure=yes somehost true
56 -oExitOnForwardFailure=yes somehost true
Dconnection-timeout.sh20 ${SSH} -nNfF $OBJ/ssh_proxy "$@" -oExitOnForwardFailure=yes \
Ddynamic-forward.sh21 -$direction $FWDPORT -oExitOnForwardFailure=yes \
/openbsd/src/usr.bin/ssh/
Dreadconf.c133 oGatewayPorts, oExitOnForwardFailure, enumerator
215 { "exitonforwardfailure", oExitOnForwardFailure },
1227 case oExitOnForwardFailure: in process_config_line_depth()
3578 dump_cfg_fmtint(oExitOnForwardFailure, o->exit_on_forward_failure); in dump_client_config()