-
Bug
-
Resolution: Fixed
-
Medium
-
2.7.1
Cloning or fetching over SSH sometimes hangs when using putty or plink, which is bundled by TortoiseGit.
Recent versions of TortoiseGit started shipping an updated version of putty, which occasionally sends a
SSH_MSG_CHANNEL_REQUEST winadj@putty.projects.tartarus.org
request to the SSH server for diagnostic/optimisation purposes. The SSH server that Stash bundles does not handle this request correctly and the request is aborted or hangs as a result.
TortoiseGit have a ticket about this issue that describes a workaround (quoted below).
Workarounds
- Use the HTTP(S) repository URL instead of SSH
- Configure putty to no longer send the winadj request:
- Run putty for windows 0.63.
- Click on "Default Settings" in the Saved Sessions. Click Load
- Go to Connection -> SSH -> Bugs
- Set "Chokes on PuTTY's SSH-2 'winadj' requests" to On (instead of Auto)
- Go Back to Session in the treeview (top of the list)
- Click on "Default Settings" in the Saved Sessions box. Click Save.
- is duplicated by
-
BSERV-3980 tortoisegit default ssh client hangs
- Closed
- was cloned as
-
BSERV-7144 SSH operations hang when using PuTTy or TortoiseGit
- Closed
- mentioned in
-
Page Loading...