Docker root setup alternate ssh cert location incorrectly configured #14346

Closed
opened 2025-11-02 11:10:30 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @ManInDark on GitHub (Apr 7, 2025).

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 turned ssh_host_rsa_key into ssh_host_rsa-cert.pub, but it should be ssh_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

Originally created by @ManInDark on GitHub (Apr 7, 2025). ### 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 turned `ssh_host_rsa_key` into `ssh_host_rsa-cert.pub`, but it should be `ssh_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
GiteaMirror added the type/bug label 2025-11-02 11:10:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14346