summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 6 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 34f949888..6f10436a2 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.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.
470Quiet mode. 470Quiet mode.
471Causes all warning and diagnostic messages to be suppressed. 471Causes all warning and diagnostic messages to be suppressed.
472Only fatal errors are displayed. 472Only fatal errors are displayed.
473.It Fl s
474May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
475of SSH as a secure transport for other application (eg. sftp). The
476subsystem is specified as the remote command.
473.It Fl t 477.It Fl t
474Force pseudo-tty allocation. 478Force pseudo-tty allocation.
475This can be used to execute arbitrary 479This can be used to execute arbitrary