Commit 881bf0e4 authored by nimrod's avatar nimrod
Browse files

SSH config: Add exception for Packer.

parent 5aea62e8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# 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