Git ls-remote to github fails with classic “SHA-1 not supported” on tunneled ssh session but `ssh -T [email protected]` doesn’t
A bit of context: At my company we do tunneling to ssh into EC2 boxes. This tunneling command is as usual, uses ForwardAgent
and the proxycommand is something like this: ProxyCommand ssh tunnelhost exec nc %h 22
. Some other configs are: