diff options
author | Evan Read <eread@gitlab.com> | 2018-11-27 04:31:47 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-27 04:31:47 +0000 |
commit | 2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d (patch) | |
tree | a7f869cee88d0f344c239e781238c1fa72c3e646 /doc/ssh | |
parent | ae975b9f1e8eeefd0e3b75c90101c1d7aaffa312 (diff) | |
parent | e238882d0c18c75b41b71f05ce44f5717fc75b4d (diff) | |
download | gitlab-ce-2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d.tar.gz |
Merge branch '54230-eliminate-duplicated-words' into 'master'
Eliminate duplicated words (for docs)
See merge request gitlab-org/gitlab-ce!23183
Diffstat (limited to 'doc/ssh')
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 9114b8d8417..d9ae3c08172 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -75,7 +75,7 @@ The minimum key size is 1024 bits, defaulting to 2048. If you wish to generate a stronger RSA key pair, specify the `-b` flag with a higher bit value than the default. -The old, default password encoding for SSH private keys keys is +The old, default password encoding for SSH private keys is [insecure](https://latacora.singles/2018/08/03/the-default-openssh.html); it's only a single round of an MD5 hash. Since OpenSSH version 6.5, you should use the `-o` option to `ssh-keygen` to encode your private key in a new, more |