Skip to content

Commit 64660bd

Browse files
committed
openssh 升级一些仓库不支持
1 parent 3c2e271 commit 64660bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_posts/tools/2017-06-21-Multi_ssh-key_Git.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Host codingted.github.com
4242
HostName github.com
4343
User git
4444
IdentityFile ~/.ssh/id_rsa_codingted
45+
# fixup for openssh 8.8 (有一些需要配置例如阿里云)
46+
HostKeyAlgorithms +ssh-rsa
47+
PubkeyAcceptedKeyTypes +ssh-rsa
4548
##codingted (github 配置)
4649
Host ted12214.github.com
4750
HostName github.com

0 commit comments

Comments
 (0)