Skip to content
Snippets Groups Projects
Commit 8a67255c authored by MUNIER Florian's avatar MUNIER Florian
Browse files

[upd] gitignore

parent bf4a4736
No related branches found
No related tags found
No related merge requests found
Pipeline #14900 canceled
......@@ -7,3 +7,4 @@ public_ips.txt
ip_files
hosts.ini
.ssh
ssh.cfg
\ No newline at end of file
Host bastion
Hostname 10.29.244.232
User ubuntu
IdentityFile .ssh/projet_terraform.pem
Host 192.*
ProxyCommand ssh -F ssh.cfg -W %h:%p bastion
User ubuntu
IdentityFile .ssh/cluster_key.pem
Host *
ControlMaster auto
ControlPath .ssh/mux-%r@%h:%p
ControlPersist 15m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment