Open lluchs opened 6 years ago
Thanks for reporting. Do you perhaps know what git/ssh version the server is running?
To get the ssh version string, you can run ssh git@example.com -v 2>&1 | grep Remote
The server is Bitbucket Server v4.8.6, which I believe uses some Java SSH implementation. It identifies as SSH-2.0-SSHD-UNKNOWN
(output from your command: debug1: Remote protocol version 2.0, remote software version SSHD-UNKNOWN
).
I'm trying to use sga-ssh to connect to a git repository on a custom port.
With the environment variables from sga-env.sh, this fails with:
Adding
export GIT_SSH_VARIANT=ssh
fixes this issue on the git side, but now sga-ssh just hangs.This is the debug output: