diff options
author | Damien Miller <djm@mindrot.org> | 2011-05-05 06:16:22 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-05-05 06:16:22 +0200 |
commit | 6c3eec7ab23d58157ded8a0e6283f93e45390d07 (patch) | |
tree | 3beb55b3ca050613a158865ec350008dcdd0ab72 /ssh.1 | |
parent | - djm@cvs.openbsd.org 2011/04/13 04:09:37 (diff) | |
download | openssh-6c3eec7ab23d58157ded8a0e6283f93e45390d07.tar.xz openssh-6c3eec7ab23d58157ded8a0e6283f93e45390d07.zip |
- djm@cvs.openbsd.org 2011/04/17 22:42:42
[PROTOCOL.mux clientloop.c clientloop.h mux.c ssh.1 ssh.c]
allow graceful shutdown of multiplexing: request that a mux server
removes its listener socket and refuse future multiplexing requests;
ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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.316 2010/11/18 15:01:00 jmc Exp $ -.Dd $Mdocdate: November 18 2010 $ +.\" $OpenBSD: ssh.1,v 1.317 2011/04/17 22:42:41 djm Exp $ +.Dd $Mdocdate: April 17 2011 $ .Dt SSH 1 .Os .Sh NAME @@ -395,6 +395,8 @@ Valid commands are: (request forwardings without command execution) and .Dq exit (request the master to exit). +.Dq stop +(request the master to stop accepting further multiplexing requests). .It Fl o Ar option Can be used to give options in the format used in the configuration file. This is useful for specifying options for which there is no separate |