Open danielballan opened 5 years ago
export GIT_SSH='ssh -o "ProxyCommand ssh -W %h:%p ssh01
Won't this push all ssh traffic, including to other machines on the floor through the proxy?
doh! yup, scrub that one.
On Sat, 6 Jul 2019, Thomas A Caswell wrote:
export GIT_SSH='ssh -o "ProxyCommand ssh -W %h:%p ssh01
Won't this push all ssh traffic, including to other machines on the floor through the proxy?
? You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute thethread.[ABJZ7Y6FOUIEPFG4YNJJMFLP572J7A5CNFSM4H6NNUFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVX HJKTDN5WW2ZLOORPWSZGODZKQKFI.gif]
'ssh -o "ProxyCommand ssh -W %h:%p ssh01"'
inexport GIT_SSH='ssh -o "ProxyCommand ssh -W %h:%p ssh01"'
in your .bashrc)GIT_SSH='ssh -o "ProxyCommand ssh -W %h:%p ssh01"' git [whatever]
-matt