Skip to content
Snippets Groups Projects
Commit 881bf0e4 authored by nimrod's avatar nimrod
Browse files

SSH config: Add exception for Packer.

parent 5aea62e8
No related branches found
No related tags found
No related merge requests found
File moved
# vim:ft=sshconfig
# Allow RSA host keys on 127.0.0.1 for Packer.
Host 127.0.0.1
HostbasedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment