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

[upd] gitignore

parent 4ec1c5dc
No related branches found
No related tags found
No related merge requests found
Pipeline #14899 canceled
......@@ -7,4 +7,3 @@ public_ips.txt
ip_files
hosts.ini
.ssh
ssh.cfg
\ No newline at end of file
ssh.cfg 0 → 100644
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