
# vim:ft=sshconfig
# localhost

Host localhost
    HostName 127.0.0.1
    IdentityFile ~/.ssh/localhost
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no
