We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2e271 commit 64660bdCopy full SHA for 64660bd
_posts/tools/2017-06-21-Multi_ssh-key_Git.md
@@ -42,6 +42,9 @@ Host codingted.github.com
42
HostName github.com
43
User git
44
IdentityFile ~/.ssh/id_rsa_codingted
45
+ # fixup for openssh 8.8 (有一些需要配置例如阿里云)
46
+ HostKeyAlgorithms +ssh-rsa
47
+ PubkeyAcceptedKeyTypes +ssh-rsa
48
##codingted (github 配置)
49
Host ted12214.github.com
50
0 commit comments