diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-12-03 14:08:45 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-12-03 14:08:45 +1100 |
commit | e04644c162fba4f229ef5878bca74a7e37c0e79a (patch) | |
tree | df4ec00e4b59dc1d6d9b7af648f021d23499b27f | |
parent | 16bcc1c92e6baa0a32efe105c58b6d6242331d10 (diff) |
- (dtucker) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2004/11/07 17:42:36
[ssh.1]
options sort, and whitespace;
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ssh.1 | 26 |
2 files changed, 20 insertions, 14 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20041203 | ||
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 | |||
1 | 20041107 | 7 | 20041107 |
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 $ |
@@ -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. | |||
614 | See the | 614 | See the |
615 | .Cm MACs | 615 | .Cm MACs |
616 | keyword for more information. | 616 | keyword for more information. |
617 | .It Fl O Ar ctl_cmd | ||
618 | Control an active connection multiplexing master process. | ||
619 | When the | ||
620 | .Fl O | ||
621 | option is specified, the | ||
622 | .Ar ctl_cmd | ||
623 | argument is interpreted and passed to the master process. | ||
624 | Valid 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 |
630 | Do not execute a remote command. | 618 | Do not execute a remote command. |
631 | This is useful for just forwarding ports | 619 | This is useful for just forwarding ports |
@@ -650,6 +638,18 @@ program will be put in the background. | |||
650 | needs to ask for a password or passphrase; see also the | 638 | needs to ask for a password or passphrase; see also the |
651 | .Fl f | 639 | .Fl f |
652 | option.) | 640 | option.) |
641 | .It Fl O Ar ctl_cmd | ||
642 | Control an active connection multiplexing master process. | ||
643 | When the | ||
644 | .Fl O | ||
645 | option is specified, the | ||
646 | .Ar ctl_cmd | ||
647 | argument is interpreted and passed to the master process. | ||
648 | Valid 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 |
654 | Can be used to give options in the format used in the configuration file. | 654 | Can be used to give options in the format used in the configuration file. |
655 | This is useful for specifying options for which there is no separate | 655 | This is useful for specifying options for which there is no separate |