-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Docker root setup alternate ssh cert location incorrectly configured #34145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
lafriks
pushed a commit
that referenced
this issue
Apr 9, 2025
fixes #34145 Edited all locations to actually be correct. --------- Co-authored-by: wxiaoguang <[email protected]> Co-authored-by: Giteabot <[email protected]>
YaFou
pushed a commit
to YaFou/gitea
that referenced
this issue
Apr 9, 2025
) fixes go-gitea#34145 Edited all locations to actually be correct. --------- Co-authored-by: wxiaoguang <[email protected]> Co-authored-by: Giteabot <[email protected]>
GiteaBot
added a commit
to GiteaBot/gitea
that referenced
this issue
Apr 10, 2025
) fixes go-gitea#34145 Edited all locations to actually be correct. --------- Co-authored-by: wxiaoguang <[email protected]> Co-authored-by: Giteabot <[email protected]>
wxiaoguang
added a commit
that referenced
this issue
Apr 10, 2025
…4166) Backport #34146 by ManInDark fixes #34145 Edited all locations to actually be correct. Co-authored-by: ManInDark <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Apr 19, 2025
) fixes go-gitea#34145 Edited all locations to actually be correct. --------- Co-authored-by: wxiaoguang <[email protected]> Co-authored-by: Giteabot <[email protected]> (cherry picked from commit fac6b87)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Turns out I misread the names of the generated ssh host keys in my fix #34100, it should be (as stated in issue #34099)
<keyname>-cert.pub
, but I turnedssh_host_rsa_key
intossh_host_rsa-cert.pub
, but it should bessh_host_rsa_key-cert.pub
instead.Gitea Version
1.23.7
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
docker root setup, with separate ip address for gitea
Database
SQLite
The text was updated successfully, but these errors were encountered: