Remove RSA restriction from SSH (#116)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user