From a76df6a009f3d5cbe79b8e44c5f122979d14d7fc Mon Sep 17 00:00:00 2001 From: Leonardo Borges Date: Fri, 28 Feb 2014 23:12:10 +1100 Subject: [PATCH] Instructions on how to use a specific private key --- common/ssh.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/ssh.md b/common/ssh.md index 880268e178..66e689f283 100644 --- a/common/ssh.md +++ b/common/ssh.md @@ -7,6 +7,10 @@ `ssh {{username}}@{{remote_host}}` +- connecting to a remote server with a specific identity (private key) + +`ssh -i {{/path/to/key_file}} {{username}}@{{remote_host}}` + - connecting to a remote server with specific port `ssh {{username}}@{{remote_host}} -P {{2222}}`