branch: externals/ssh-deploy
commit a1ea2c2e161e37fb4b2d013323a0cffd898e4e09
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Improved description of complex connections
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ea50887..e3f0363 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,10 @@ If you have a SSH connection that is using a different 
identity-file than the de
 
 ``` bash
 
-## My special connection (replace remotehost, username, port, hostname, 
keyfile with real values)
-Host remotehost
+## My special connection (replace remote-host, port and identity-file with 
your values)
+Host remote-host
     Port port
-    IdentityFile keyfile
+    IdentityFile identity-file
 
 ```
 

Reply via email to