summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-12-03 14:08:45 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-12-03 14:08:45 +1100
commite04644c162fba4f229ef5878bca74a7e37c0e79a (patch)
treedf4ec00e4b59dc1d6d9b7af648f021d23499b27f
parent16bcc1c92e6baa0a32efe105c58b6d6242331d10 (diff)
- (dtucker) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2004/11/07 17:42:36 [ssh.1] options sort, and whitespace;
-rw-r--r--ChangeLog8
-rw-r--r--ssh.126
2 files changed, 20 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 48b1aa4ee..4b3024429 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120041203
2 - (dtucker) OpenBSD CVS Sync
3 - jmc@cvs.openbsd.org 2004/11/07 17:42:36
4 [ssh.1]
5 options sort, and whitespace;
6
120041107 720041107
2 - (dtucker) OpenBSD CVS Sync 8 - (dtucker) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2004/11/05 12:19:56 9 - djm@cvs.openbsd.org 2004/11/05 12:19:56
@@ -1854,4 +1860,4 @@
1854 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1860 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1855 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1861 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1856 1862
1857$Id: ChangeLog,v 1.3581 2004/11/07 09:14:34 dtucker Exp $ 1863$Id: ChangeLog,v 1.3582 2004/12/03 03:08:45 dtucker Exp $
diff --git a/ssh.1 b/ssh.1
index ec83319b8..b8a91a160 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.198 2004/11/07 00:01:46 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.199 2004/11/07 17:42:36 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -614,18 +614,6 @@ be specified in order of preference.
614See the 614See the
615.Cm MACs 615.Cm MACs
616keyword for more information. 616keyword for more information.
617.It Fl O Ar ctl_cmd
618Control an active connection multiplexing master process.
619When the
620.Fl O
621option is specified, the
622.Ar ctl_cmd
623argument is interpreted and passed to the master process.
624Valid commands are:
625.Dq check
626(check that the master process is running) and
627.Dq exit
628(request the master to exit).
629.It Fl N 617.It Fl N
630Do not execute a remote command. 618Do not execute a remote command.
631This is useful for just forwarding ports 619This is useful for just forwarding ports
@@ -650,6 +638,18 @@ program will be put in the background.
650needs to ask for a password or passphrase; see also the 638needs to ask for a password or passphrase; see also the
651.Fl f 639.Fl f
652option.) 640option.)
641.It Fl O Ar ctl_cmd
642Control an active connection multiplexing master process.
643When the
644.Fl O
645option is specified, the
646.Ar ctl_cmd
647argument is interpreted and passed to the master process.
648Valid commands are:
649.Dq check
650(check that the master process is running) and
651.Dq exit
652(request the master to exit).
653.It Fl o Ar option 653.It Fl o Ar option
654Can be used to give options in the format used in the configuration file. 654Can be used to give options in the format used in the configuration file.
655This is useful for specifying options for which there is no separate 655This is useful for specifying options for which there is no separate