- (dtucker) OpenBSD CVS Sync

- jmc@cvs.openbsd.org 2004/11/07 17:42:36
     [ssh.1]
     options sort, and whitespace;
This commit is contained in:
Darren Tucker 2004-12-03 14:08:45 +11:00
parent 16bcc1c92e
commit e04644c162
2 changed files with 20 additions and 14 deletions

View File

@ -1,3 +1,9 @@
20041203
- (dtucker) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2004/11/07 17:42:36
[ssh.1]
options sort, and whitespace;
20041107 20041107
- (dtucker) OpenBSD CVS Sync - (dtucker) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2004/11/05 12:19:56 - djm@cvs.openbsd.org 2004/11/05 12:19:56
@ -1854,4 +1860,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3581 2004/11/07 09:14:34 dtucker Exp $ $Id: ChangeLog,v 1.3582 2004/12/03 03:08:45 dtucker Exp $

26
ssh.1
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.198 2004/11/07 00:01:46 djm Exp $ .\" $OpenBSD: ssh.1,v 1.199 2004/11/07 17:42:36 jmc Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -614,18 +614,6 @@ be specified in order of preference.
See the See the
.Cm MACs .Cm MACs
keyword for more information. keyword for more information.
.It Fl O Ar ctl_cmd
Control an active connection multiplexing master process.
When the
.Fl O
option is specified, the
.Ar ctl_cmd
argument is interpreted and passed to the master process.
Valid commands are:
.Dq check
(check that the master process is running) and
.Dq exit
(request the master to exit).
.It Fl N .It Fl N
Do not execute a remote command. Do not execute a remote command.
This is useful for just forwarding ports This is useful for just forwarding ports
@ -650,6 +638,18 @@ program will be put in the background.
needs to ask for a password or passphrase; see also the needs to ask for a password or passphrase; see also the
.Fl f .Fl f
option.) option.)
.It Fl O Ar ctl_cmd
Control an active connection multiplexing master process.
When the
.Fl O
option is specified, the
.Ar ctl_cmd
argument is interpreted and passed to the master process.
Valid commands are:
.Dq check
(check that the master process is running) and
.Dq exit
(request the master to exit).
.It Fl o Ar option .It Fl o Ar option
Can be used to give options in the format used in the configuration file. 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 This is useful for specifying options for which there is no separate