1 2 3 4 5 6 7 8 9 10 11 12
description: "ProxyCommand re-joined with single spaces (M13 will spawn the shell)" config: | Host work HostName work.example.com ProxyCommand ssh -W %h:%p bastion host: work expected: hostname: work.example.com proxy_command: "ssh -W %h:%p bastion"