search for: 2fnr

Displaying 1 result from an estimated 1 matches for "2fnr".

Did you mean: 2fna
2008 Mar 17
1
feature request: single flag to unset ControlPath
While it's real handy to have "ControlMaster auto" to have multiple sessions get muxed into one, sometimes it's really helpful to _not_ use the same session (e.g. if you want to ssh -2fNR). It'd be quite nice if there were a flag to tell openssh to not mux the new connection at all - i.e. what "ssh -o ControlPath=none" does. (The 'obvious' invocation `ssh -S /dev/null` doesn't work unless you also specify `-o ControlMaster=no` - and that still produces a...