From 0c6270123ce69e6a199a2cfb8d2af8d196e7d280 Mon Sep 17 00:00:00 2001 From: Bryan Bonvallet Date: Wed, 19 Feb 2014 15:21:57 -0500 Subject: [PATCH] Clarifying Vagrant SSH config for fabric --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.25.1