gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Can't push from gitui (Failed getting banner; class=Ssh (23), but working from cli

Open fulljackz opened this issue 2 years ago • 3 comments

Describe the bug Error while trying to push with error

git error:failed to start SSH session: Failed getting banner; class=Ssh (23)

To Reproduce

Don't really know how to reproduce.

Expected behavior While testing gitui everything is ok, but push is not working. When I quit application and write git push in my terminal, everything is ok.

Screenshots image

Context (please complete the following information):

  • Ubuntu 22.04
  • GitUI Version 0.20.1
  • Rust version: rustc 1.60.0 (7737e0b5c 2022-04-04)

Additional context Gitui was installed from cargo

fulljackz avatar Apr 14 '22 07:04 fulljackz

Hum, after some investigations, I use custom ssh config to connect to servers through SSH (specifically for security purpose, I connect through a ssh proxy).

It seems that gitui is not sourcing .ssh/config file.

Is there a way to tell gitui sourcing it ? Regards,

fulljackz avatar Apr 14 '22 07:04 fulljackz

the upstream lib does not care for ssh/config see https://github.com/libgit2/libgit2/issues/4872

extrawurst avatar Apr 14 '22 17:04 extrawurst

This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 15 '22 19:10 stale[bot]

Still unresolved

Dandarprox avatar Jan 19 '24 03:01 Dandarprox

Duplicate of https://github.com/extrawurst/gitui/issues/495 ?

greg-bell avatar Mar 15 '24 01:03 greg-bell