From 70e7feb0699b7f346b7ca603803fb7d3bcad6871 Mon Sep 17 00:00:00 2001 From: Ruben Diaz Date: Thu, 23 Jun 2016 14:34:21 +0300 Subject: [PATCH] #85 Documentation for Piu --connect flag --- user-guide/ssh-access.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user-guide/ssh-access.rst b/user-guide/ssh-access.rst index 1d8f756..225cb1e 100644 --- a/user-guide/ssh-access.rst +++ b/user-guide/ssh-access.rst @@ -15,6 +15,10 @@ Every team member can get access to any of the team's EC2 instances by using the # enter odd hostname "odd-eu-west-1.myteam.example.org" $ ssh -A odd-eu-west-1.myteam.example.org # agent-forwarding must be used! $ ssh 172.31.146.1 # jump from bastion to private instance + +.. Tip:: + + Use the ``--connect`` flag to directly connect to the EC2 instance so you do not need to execute the SSH command yourself. .. Tip::