On Tue, Mar 18, 2008 at 09:25:56AM +0100, martin f krafft wrote:
> I have a master connection to most of the machines with which
> I deal. Every now and then, I need X forwarding or SSH Agent
> forwarding, but there is no way to connect to the machine (other
> than through IP or a host alias not in .ssh/config) without going
> via the control socket. -o ControlMaster=no doesn't work, and
> neither does -S /dev/null.

-o ControlPath=none (or indeed -S none), documented in ssh_config(5):

     ControlPath
             Specify the path to the control socket used for connection
             sharing as described in the ControlMaster section above or
             the string "none" to disable connection sharing.

-- 
Colin Watson                                       [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to