From: Bryan Bonvallet Date: Wed, 19 Feb 2014 20:21:57 +0000 (-0500) Subject: Clarifying Vagrant SSH config for fabric X-Git-Tag: release-20150131~163^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c6270123ce69e6a199a2cfb8d2af8d196e7d280;p=oweals%2Fkarmaworld.git Clarifying Vagrant SSH config for fabric --- diff --git a/README.md b/README.md index c1ad4d4..b9330dc 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,10 @@ to run Fabric against the virtual machine. You will need to setup the host machine with the proper SSH credentials to access the virtual machine. This is done by running `vagrant ssh-config` from `{project_root}` and copying the results into your SSH configuration file -(usually found at `~/.ssh/config`). +(usually found at `~/.ssh/config`). This can be done more simply by typing this +on the host machine: + + vagrant ssh-config >> ~/.ssh/config The VM will, by default, route its SSH connection through localhost port 2222 on the host machine and the base user with be vagrant. Point Fabric there when