Relative Content

Tag Archive for sshopenssh

What is the default ControlPath used by OpenSSH

Suppose I type ssh -M localhost … ssh does not print any errors and connects successfully after prompting me for my password. Thus I assume that it went into master mode and future connections can piggy-back on this one. But if I try ssh localhost in another terminal, it prompts for the password again, even though my ssh -M connection is still running.