diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2014-07-03 05:38:18 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2014-07-03 05:38:18 +0000 |
commit | f1bcc73282b440916ecec9b6631cc86a11440e60 (patch) | |
tree | f5e118bd9563a223203181990df7790b661f767d /usr.bin/ssh | |
parent | 911efba570c32933ee8b91de11824b343b027289 (diff) |
document that -g will only work in the multiplexed case if applied to
the mux master
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 6c7569377c0..5e8ebeae75d 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -33,8 +33,8 @@ .\" (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.1,v 1.345 2014/04/19 18:42:19 tedu Exp $ -.Dd $Mdocdate: April 19 2014 $ +.\" $OpenBSD: ssh.1,v 1.346 2014/07/03 05:38:17 djm Exp $ +.Dd $Mdocdate: July 3 2014 $ .Dt SSH 1 .Os .Sh NAME @@ -250,6 +250,8 @@ will wait for all remote port forwards to be successfully established before placing itself in the background. .It Fl g Allows remote hosts to connect to local forwarded ports. +If used on a multiplexed connection, then this option must be specified +on the master process. .It Fl I Ar pkcs11 Specify the PKCS#11 shared library .Nm |