You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] -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:
The text was updated successfully, but these errors were encountered: