Comment on Can’t get SSHing shim to work with forgejo for the life of me
suzune@ani.social 4 days agoSo sshd is running. The first question is: is it running on the port you expect it to run? The main host can have sshd too and maybe you connect to the wrong port? Did you use a ~/.ssh/config
for your forgejo connection?
galaxy_nova@lemmy.world 3 days ago
I don’t have an explicit config file no, I don’t remember needing it before though. I’ve followed the steps https://docs.gitea.com/installation/install-with-docker which worked with gitea but doesn’t work with forgejo. I didn’t see anything that mentioned needing a config for the first method listed there at least. I suppose I could try some of the other methods listed there but I liked option A the best generally.
suzune@ani.social 3 days ago
If you have forgejo or gitea ssh running on port 222, you need to specify it somewhere. Or else
git
could connect to port 22, which is default for ssh.