Questions tagged [gitea]
16 questions
-1
votes
1 answer
SSH config for two daemons on same server
My server exposes two ssh ports: one for the server itself, and one for a git daemon (gitea).
My local ~/.ssh/config:
Host server
hostname 1.2.3.4
port 22
user foo
identityfile ~/.ssh/id_rsa_server
Host gitea
hostname 1.2.3.4
…

lonix
- 896
- 10
- 23