WIP: forgejo: run internal ssh server on port 22 #131
No reviewers
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#131
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/forgejo-ssh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The system-wide SSH server was hidden behind a wireguard proxy for
security reasons, but since forgejo was using it, git pushes and pulls
got broken for people without wireguard access.
These config changes make sure forgejo starts its built-in SSH server
on port 22, which is then allowed to be accessed from the open internet
in the firewall config.
0fdc75e976
toad1ea4a49e
forgejo: run internal ssh server on port 22to WIP: forgejo: run internal ssh server on port 22This was fixed by #136 and can be closed.
Pull request closed