Example haproxy config: ``` listen SSH_2222_to_sshhost_2222 mode tcp bind *:2222 option tcplog option tcp-check server sshhost sshhost:2222 resolvers self check check-send-proxy send-proxy-v2 ```