Skip to content

Instantly share code, notes, and snippets.

@BlackMaria
Last active March 11, 2017 15:13
Show Gist options
  • Save BlackMaria/6b401db7021391d4f6c568be54611885 to your computer and use it in GitHub Desktop.
Save BlackMaria/6b401db7021391d4f6c568be54611885 to your computer and use it in GitHub Desktop.
cat <<EOF >> ~/.ssh/config
Host docker
Hostname 192.168.99.100
User docker
IdentityFile ~/.docker/machine/machines/default/id_rsa
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment