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