Commit 8368ac89 by Fred Smith

make ssh not print out 'Killed by signal 1'

parent cef7ecbc
...@@ -31,7 +31,7 @@ BASTION_CONFIG = """Host {jump_box} ...@@ -31,7 +31,7 @@ BASTION_CONFIG = """Host {jump_box}
HOST_CONFIG = """# Instance ID: {instance_id} HOST_CONFIG = """# Instance ID: {instance_id}
Host {name} Host {name}
ProxyCommand ssh {config_file} -W %h:%p {jump_box} ProxyCommand ssh -q {config_file} -W %h:%p {jump_box}
HostName {ip} HostName {ip}
ForwardAgent yes ForwardAgent yes
User {user} User {user}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment