diff options
author | 2005-10-30 01:23:19 +0000 | |
---|---|---|
committer | 2005-10-30 01:23:19 +0000 | |
commit | 25d53b46b329a26b3489f5b001c80ef44944ee22 (patch) | |
tree | b4975ab91dd8b7e773989a68b94cc297c4591db1 | |
parent | Simplify sis(4) TX/RX ring initialization. (diff) | |
download | wireguard-openbsd-25d53b46b329a26b3489f5b001c80ef44944ee22.tar.xz wireguard-openbsd-25d53b46b329a26b3489f5b001c80ef44944ee22.zip |
mention control socket fallback behaviour, reported by tryponraj AT gmail.com
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 2e38be950c8..fcbf1e594f1 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.62 2005/09/19 11:37:34 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.63 2005/10/30 01:23:19 djm Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -263,8 +263,10 @@ with set to .Dq no (the default). -These sessions will reuse the master instance's network connection rather -than initiating new ones. +These sessions will try to reuse the master instance's network connection +rather than initiating new ones, but will fall back to connecting normally +if the control socket does not exist, or is not listening. +.Pp Setting this to .Dq ask will cause |