summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-06-25 06:20:39 +0000
committerDamien Miller <djm@mindrot.org>2021-06-25 16:32:34 +1000
commit2a5704ec142202d387fda2d6872fd4715ab81347 (patch)
tree36955b2235b5cc69b7ca58b5e911f6e00e79f612 /ssh.1
parent4bdf7a04797a0ea1c431a9d54588417c29177d19 (diff)
downloadopenssh-git-2a5704ec142202d387fda2d6872fd4715ab81347.tar.gz
upstream: Use better language to refer to the user. From l1ving
via github PR#250, ok jmc@ OpenBSD-Commit-ID: 07ca3526626996613e128aeddf7748c93c4d6bbf
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 0a01767e..dab8f38c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" 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 $
-.Dd $Mdocdate: February 15 2021 $
+.\" $OpenBSD: ssh.1,v 1.420 2021/06/25 06:20:39 dtucker Exp $
+.Dd $Mdocdate: June 25 2021 $
.Dt SSH 1
.Os
.Sh NAME
@@ -88,7 +88,7 @@ or a URI of the form
.No ssh:// Oo user @ Oc hostname Op : port .
.Sm on
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).
.Pp
If a
@@ -908,7 +908,7 @@ or higher (e.g. by using the
.Fl v
flag).
.Pp
-The user creates his/her key pair by running
+The user creates their key pair by running
.Xr ssh-keygen 1 .
This stores the private key in
.Pa ~/.ssh/id_dsa
@@ -942,7 +942,7 @@ in the user's home directory.
The user should then copy the public key
to
.Pa ~/.ssh/authorized_keys
-in his/her home directory on the remote machine.
+in their home directory on the remote machine.
The
.Pa authorized_keys
file corresponds to the conventional