Clarifying Vagrant SSH config for fabric
authorBryan Bonvallet <btbonval@gmail.com>
Wed, 19 Feb 2014 20:21:57 +0000 (15:21 -0500)
committerBryan Bonvallet <btbonval@gmail.com>
Wed, 19 Feb 2014 20:21:57 +0000 (15:21 -0500)
README.md

index c1ad4d498bde9306e65c9e1fcf7ffb7eafbb1d4e..b9330dc909ad97df504e4832a6ef690bc502b46a 100644 (file)
--- 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