upstream: Use better language to refer to the user. From l1ving

via github PR#250, ok jmc@

OpenBSD-Commit-ID: 07ca3526626996613e128aeddf7748c93c4d6bbf
This commit is contained in:
dtucker@openbsd.org 2021-06-25 06:20:39 +00:00 committed by Damien Miller
parent 4bdf7a0479
commit 2a5704ec14
2 changed files with 7 additions and 7 deletions

10
ssh.1
View File

@ -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.419 2021/02/15 20:43:15 markus Exp $ .\" $OpenBSD: ssh.1,v 1.420 2021/06/25 06:20:39 dtucker Exp $
.Dd $Mdocdate: February 15 2021 $ .Dd $Mdocdate: June 25 2021 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -88,7 +88,7 @@ or a URI of the form
.No ssh:// Oo user @ Oc hostname Op : port . .No ssh:// Oo user @ Oc hostname Op : port .
.Sm on .Sm on
The user must prove The user must prove
his/her identity to the remote machine using one of several methods their identity to the remote machine using one of several methods
(see below). (see below).
.Pp .Pp
If a If a
@ -908,7 +908,7 @@ or higher (e.g. by using the
.Fl v .Fl v
flag). flag).
.Pp .Pp
The user creates his/her key pair by running The user creates their key pair by running
.Xr ssh-keygen 1 . .Xr ssh-keygen 1 .
This stores the private key in This stores the private key in
.Pa ~/.ssh/id_dsa .Pa ~/.ssh/id_dsa
@ -942,7 +942,7 @@ in the user's home directory.
The user should then copy the public key The user should then copy the public key
to to
.Pa ~/.ssh/authorized_keys .Pa ~/.ssh/authorized_keys
in his/her home directory on the remote machine. in their home directory on the remote machine.
The The
.Pa authorized_keys .Pa authorized_keys
file corresponds to the conventional file corresponds to the conventional

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sshconnect.c,v 1.353 2021/06/08 06:54:40 djm Exp $ */ /* $OpenBSD: sshconnect.c,v 1.354 2021/06/25 06:20:39 dtucker Exp $ */
/* /*
* Author: Tatu Ylonen <ylo@cs.hut.fi> * Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -1346,7 +1346,7 @@ check_host_key(char *hostname, const struct ssh_conn_info *cinfo,
* XXX Should permit the user to change to use the new id. * XXX Should permit the user to change to use the new id.
* This could be done by converting the host key to an * This could be done by converting the host key to an
* identifying sentence, tell that the host identifies itself * identifying sentence, tell that the host identifies itself
* by that sentence, and ask the user if he/she wishes to * by that sentence, and ask the user if they wish to
* accept the authentication. * accept the authentication.
*/ */
break; break;