From 3e2713cd95d0912b977672c95b6ed8def112fb4d Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 26 May 2017 08:54:02 -0600 Subject: [PATCH] Fix ssh.cfg.example Fix ssh.cfg.example to correctly reference the custom SSH configuration in the ProxyCommand line Signed-off-by: Scott Lowe --- terraform/aws/bastion-aws/ssh.cfg.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/bastion-aws/ssh.cfg.example b/terraform/aws/bastion-aws/ssh.cfg.example index ec6364a..9474010 100644 --- a/terraform/aws/bastion-aws/ssh.cfg.example +++ b/terraform/aws/bastion-aws/ssh.cfg.example @@ -9,4 +9,4 @@ Host bastion Host 10.2.2.* User centos IdentityFile - ProxyCommand ssh bastion -W %h:%p + ProxyCommand ssh -F bastion -W %h:%p