diff --git a/files/ssh/config b/files/ssh/config index ba8bb7ba..f8e20889 100644 --- a/files/ssh/config +++ b/files/ssh/config @@ -4,6 +4,7 @@ Host leaf* Host * User metal IdentityFile files/ssh/id_rsa + IdentitiesOnly yes PasswordAuthentication no StrictHostKeyChecking no UserKnownHostsFile /dev/null