Skip to content

Commit

Permalink
Merge pull request #397 from cstruck/remove_agent_forwarding_from_ssh…
Browse files Browse the repository at this point in the history
…_config

fix(terraform): remove ForwardAgent on from ssh_client config
  • Loading branch information
06kellyjac authored Jun 3, 2024
2 parents f779743 + 6c90b58 commit 90c4602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/modules/ssh-config/templates/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Host bastion ${bastion_ip}
%{if ssh_force_tty ~}
RequestTTY force
%{endif ~}
ForwardAgent yes
IdentityFile ${ssh_identity_file}
UserKnownHostsFile ${ssh_known_hosts}
%{ for id in keys(instances) ~}
Expand Down

0 comments on commit 90c4602

Please sign in to comment.