From gogs to gitea: problems with git ssh #7790

Closed
opened 2025-11-02 07:36:34 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @danielecr on GitHub (Sep 2, 2021).

it is a comment to #4286
@MegaphoneJon

I followed this:

I had to regenerate my .ssh/authorized_keys file (from the Web UI's admin panel). Failure to do this resulted in the following error:

then the command

git fetch

hang forever, and on service the logs says:

Sep 2 15:47:22 sshd[30]: Accepted publickey for git from xx.xx.xx.xx port 54284 ssh2: RSA SHA256:somefingerprint

No error, but wait forever.

Increasing the log level to Debug has no effect (just query logged)

Originally created by @danielecr on GitHub (Sep 2, 2021). it is a comment to #4286 @MegaphoneJon I followed this: > I had to regenerate my .ssh/authorized_keys file (from the Web UI's admin panel). Failure to do this resulted in the following error: then the command > git fetch hang forever, and on service the logs says: > Sep 2 15:47:22 sshd[30]: Accepted publickey for git from xx.xx.xx.xx port 54284 ssh2: RSA SHA256:somefingerprint No error, but wait forever. Increasing the log level to `Debug` has no effect (just query logged)
Author
Owner

@danielecr commented on GitHub (Sep 2, 2021):

Updating to 1.6.4 solved that problem. (git clone via ssh)

@danielecr commented on GitHub (Sep 2, 2021): Updating to 1.6.4 solved that problem. (git clone via ssh)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7790