vaguerent/templates/ssh_config.erb
2010-08-02 19:53:49 -07:00

10 lines
234 B
Plaintext

Host <%= host_key %>
HostName localhost
User <%= ssh_user %>
Port <%= ssh_port %>
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile <%= private_key_path %>
IdentitiesOnly yes