diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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.79 2001/01/28 20:36:16 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.80 2001/01/29 12:36:10 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -48,7 +48,7 @@ | |||
48 | .Op Ar command | 48 | .Op Ar command |
49 | .Pp | 49 | .Pp |
50 | .Nm ssh | 50 | .Nm ssh |
51 | .Op Fl afgknqtvxACNPTX246 | 51 | .Op Fl afgknqstvxACNPTX246 |
52 | .Op Fl c Ar cipher_spec | 52 | .Op Fl c Ar cipher_spec |
53 | .Op Fl e Ar escape_char | 53 | .Op Fl e Ar escape_char |
54 | .Op Fl i Ar identity_file | 54 | .Op Fl i Ar identity_file |
@@ -470,6 +470,10 @@ for older servers. | |||
470 | Quiet mode. | 470 | Quiet mode. |
471 | Causes all warning and diagnostic messages to be suppressed. | 471 | Causes all warning and diagnostic messages to be suppressed. |
472 | Only fatal errors are displayed. | 472 | Only fatal errors are displayed. |
473 | .It Fl s | ||
474 | May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use | ||
475 | of SSH as a secure transport for other application (eg. sftp). The | ||
476 | subsystem is specified as the remote command. | ||
473 | .It Fl t | 477 | .It Fl t |
474 | Force pseudo-tty allocation. | 478 | Force pseudo-tty allocation. |
475 | This can be used to execute arbitrary | 479 | This can be used to execute arbitrary |