git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* feature request: add a way to debug ssh connection
       [not found] <CAPQu=HaH+E5-t4A671GFFLMbiHo=LWP=pucxBG=tT6QjhUXv=w@mail.gmail.com>
@ 2022-02-07  2:14 ` Paolo Benvenuto
  2022-02-07 15:31   ` Matt Rogers
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Benvenuto @ 2022-02-07  2:14 UTC (permalink / raw)
  To: git

I'm using git (2.25.1 on xubuntu 20.04), and I access to my remote via
ssh in order to authenticate with ssh key and not to have to use the
username/password pair.

Now, mi internet connection is very slow and unstable, and possibly
has other problems - I'm in Cuba.

Doing "git push" I often cannot connect to remote, sometimes it
connects, sometimes it doesn't.

"git push -v" adds verbosity only with reference to git

I think a "--ssh-verbose" options would be very useful and very simple
to implement. The only thing it must do is adding the -v option to the
ssh command (when it is used).

Also, if the user repeats it, it would add a repeated -v option to ssh command.

Thank you for your work on git!

don Paolo Benvenuto

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: feature request: add a way to debug ssh connection
  2022-02-07  2:14 ` feature request: add a way to debug ssh connection Paolo Benvenuto
@ 2022-02-07 15:31   ` Matt Rogers
  2022-02-07 21:45     ` Paolo Benvenuto
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Rogers @ 2022-02-07 15:31 UTC (permalink / raw)
  To: Paolo Benvenuto; +Cc: Git Mailing List

Welcome to the git mailing list!

Have you tried doing something like using

`GIT_SSH_COMAND="<whatever your ssh program is> -v" git push"

as recommended in this thread[1]?

[1]: https://stackoverflow.com/q/25388499/7869583

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: feature request: add a way to debug ssh connection
  2022-02-07 15:31   ` Matt Rogers
@ 2022-02-07 21:45     ` Paolo Benvenuto
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Benvenuto @ 2022-02-07 21:45 UTC (permalink / raw)
  To: Matt Rogers; +Cc: Git Mailing List

ok!

don Paolo Benvenuto

Il giorno lun 7 feb 2022 alle ore 10:31 Matt Rogers
<mattr94@gmail.com> ha scritto:
>
> Welcome to the git mailing list!
>
> Have you tried doing something like using
>
> `GIT_SSH_COMAND="<whatever your ssh program is> -v" git push"
>
> as recommended in this thread[1]?
>
> [1]: https://stackoverflow.com/q/25388499/7869583

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-07 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAPQu=HaH+E5-t4A671GFFLMbiHo=LWP=pucxBG=tT6QjhUXv=w@mail.gmail.com>
2022-02-07  2:14 ` feature request: add a way to debug ssh connection Paolo Benvenuto
2022-02-07 15:31   ` Matt Rogers
2022-02-07 21:45     ` Paolo Benvenuto

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).