Skip to content

Instantly share code, notes, and snippets.

@wunki
Created February 10, 2015 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wunki/8373e1012374cd3ddd51 to your computer and use it in GitHub Desktop.
Save wunki/8373e1012374cd3ddd51 to your computer and use it in GitHub Desktop.
SSH configuration to get Consul web-ui from Vagrant
Host consulserver
Hostname 127.0.0.1
Port 2222
IdentityFile /home/<username>/.vagrant.d/insecure_private_key
User vagrant
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LocalForward 8500 localhost:8500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment