Skip to content

Commit

Permalink
Easier SSH with Vagrant.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jul 1, 2015
1 parent 7dd8a1c commit bb47c67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions link/.ssh/config
Expand Up @@ -5,3 +5,10 @@ ForwardAgent yes

# Automatically add all common hosts to the host file as they are connected to.
StrictHostKeyChecking no

# For vagrant virtual machines
# http://hakunin.com/six-ansible-practices#configure-your-ssh-client
Host 192.168.33.*
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
LogLevel ERROR

0 comments on commit bb47c67

Please sign in to comment.