Remove RSA restriction from SSH (#116)

This commit is contained in:
Andrew Vaughan
2023-10-22 08:12:51 -04:00
committed by GitHub
parent a38c4d38b3
commit 0037a6d5ce
+2 -2
View File
@@ -93,8 +93,8 @@ printf "\n\t🐋 Updated apt lists and upgraded packages 🐋\t\n"
printf "\n\t🐋 Creating ~/.ssh and adding 'github.com' 🐋\t\n" printf "\n\t🐋 Creating ~/.ssh and adding 'github.com' 🐋\t\n"
mkdir -m 0700 -p ~/.ssh mkdir -m 0700 -p ~/.ssh
{ {
ssh-keyscan -t rsa github.com ssh-keyscan github.com
ssh-keyscan -t rsa ssh.dev.azure.com ssh-keyscan ssh.dev.azure.com
} >>/etc/ssh/ssh_known_hosts } >>/etc/ssh/ssh_known_hosts
printf "\n\t🐋 Installed base utils 🐋\t\n" printf "\n\t🐋 Installed base utils 🐋\t\n"