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
This commit is contained in:
parent
8b29008bbe
commit
5e288923a3
9
ssh.1
9
ssh.1
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.364 2015/09/25 18:19:54 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.365 2015/11/06 00:31:41 mmcc Exp $
|
||||||
.Dd $Mdocdate: September 25 2015 $
|
.Dd $Mdocdate: November 6 2015 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -70,8 +70,7 @@
|
||||||
.Nm
|
.Nm
|
||||||
(SSH client) is a program for logging into a remote machine and for
|
(SSH client) is a program for logging into a remote machine and for
|
||||||
executing commands on a remote machine.
|
executing commands on a remote machine.
|
||||||
It is intended to replace rlogin and rsh,
|
It is intended to provide secure encrypted communications between
|
||||||
and provide secure encrypted communications between
|
|
||||||
two untrusted hosts over an insecure network.
|
two untrusted hosts over an insecure network.
|
||||||
X11 connections, arbitrary TCP ports and
|
X11 connections, arbitrary TCP ports and
|
||||||
.Ux Ns -domain
|
.Ux Ns -domain
|
||||||
|
@ -85,7 +84,7 @@ connects and logs into the specified
|
||||||
name).
|
name).
|
||||||
The user must prove
|
The user must prove
|
||||||
his/her identity to the remote machine using one of several methods
|
his/her identity to the remote machine using one of several methods
|
||||||
depending on the protocol version used (see below).
|
(see below).
|
||||||
.Pp
|
.Pp
|
||||||
If
|
If
|
||||||
.Ar command
|
.Ar command
|
||||||
|
|
Loading…
Reference in New Issue