Skip to content
Snippets Groups Projects
ssh_cfg.j2~ 185 B
Newer Older
Chris Hines's avatar
Chris Hines committed
Host 192.168.*
    ProxyJump={{ ansible_user }}@{{ bastion_floating_ip }}
    StrictHostKeyChecking=no
    ServerAliveInterval 60
    ControlMaster auto
    ControlPath ~/.ssh/%r@%h:%p