summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authormmcc@openbsd.org <mmcc@openbsd.org>2015-11-06 00:31:41 +0000
committerDamien Miller <djm@mindrot.org>2015-11-09 14:25:36 +1100
commit5e288923a303ca672b686908320bc5368ebec6e6 (patch)
tree12d5cd31383e7bd04ec1b9c744a069f722046826 /ssh.1
parent8b29008bbe97f33381d9b4b93fcfa304168d0286 (diff)
upstream commit
1. rlogin and rsh are long gone 2. protocol version isn't of core relevance here, and v1 is going away ok markus@, deraadt@ Upstream-ID: 8b46bc94cf1ca7c8c1a75b1c958b2bb38d7579c8
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 4dd4c3b4e..c4b7250a5 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.364 2015/09/25 18:19:54 jmc Exp $ 36.\" $OpenBSD: ssh.1,v 1.365 2015/11/06 00:31:41 mmcc Exp $
37.Dd $Mdocdate: September 25 2015 $ 37.Dd $Mdocdate: November 6 2015 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -70,8 +70,7 @@
70.Nm 70.Nm
71(SSH client) is a program for logging into a remote machine and for 71(SSH client) is a program for logging into a remote machine and for
72executing commands on a remote machine. 72executing commands on a remote machine.
73It is intended to replace rlogin and rsh, 73It is intended to provide secure encrypted communications between
74and provide secure encrypted communications between
75two untrusted hosts over an insecure network. 74two untrusted hosts over an insecure network.
76X11 connections, arbitrary TCP ports and 75X11 connections, arbitrary TCP ports and
77.Ux Ns -domain 76.Ux Ns -domain
@@ -85,7 +84,7 @@ connects and logs into the specified
85name). 84name).
86The user must prove 85The user must prove
87his/her identity to the remote machine using one of several methods 86his/her identity to the remote machine using one of several methods
88depending on the protocol version used (see below). 87(see below).
89.Pp 88.Pp
90If 89If
91.Ar command 90.Ar command