http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/d14a131dc284353cc8121875648cf3bef595bd2c.html
ControlMaster auto
ControlPersist 1h +ControlPath ~/.ssh/sockets/%r@%h:%p # on any host that ends with -tor:
# 1) proxy traffic using nc(1) and tor(1). -# 2) ControlPath uses %C since %h won't work with v3 onions. +# 2) disable session multiplexing. Host *-tor
ProxyCommand nc -X 5 -x 127.0.0.1:9050 %h %p - ControlPath ~/.ssh/sockets/%C + ControlMaster no + ControlPersist no + ControlPath no # on host 'example':
# 1) sets hostname to example.domain
# 2) username is hubert
# 3)...