diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-07 18:06:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-07 18:06:24 +0000 |
commit | eadb77d89f5f7d445bfd326f18873168f4719f12 (patch) | |
tree | 207af6741c0f99f17345c1a28bc0c356740fefee /doc/ssh | |
parent | 31040b5bfe48f8d73830f473513164427522b3a6 (diff) | |
download | gitlab-ce-eadb77d89f5f7d445bfd326f18873168f4719f12.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 e18f49de3f0..aacc1e4edd3 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -84,7 +84,7 @@ 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 is -[insecure](https://latacora.singles/2018/08/03/the-default-openssh.html); +[insecure](https://latacora.micro.blog/the-default-openssh/); 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 secure format. |