search for: fnqt

Displaying 1 result from an estimated 1 matches for "fnqt".

Did you mean: fn_t
2012 May 30
1
need assist with upstart config problem
...econds # -q : Run quietly, do not produce local output. # -T : disable pseudo-tty allocation # SSH options used env SSH_OPTIONS=" -o ExitOnForwardFailure=yes " env SSH_OPTIONS=${SSH_OPTIONS}" -o ServerAliveInterval=15 " # SSH switches used: env SSH_SWITCHES=" -fNqT " exec ${SSH_BINARY} ${SSH_OPTIONS} ${SSH_SWITCHES} -l ${LOGIN_USER} -i ${LOGIN_IDENT} -L ${LOCAL_HOST}:${LOCAL_PORT}:${REMOTE_HOST}:${REMOTE_PORT} ${LOGIN_HOST} # EOF The exec is all one line. I have tried removing -f from the switches but this makes no difference. Whenever I start this...