flipswitchingmonkey / gitea-spk

spk (Synology package) to install gitea into Synology NAS
MIT License
105 stars 23 forks source link

SSH is unavailable after starting the ssh server #22

Closed nrb0 closed 5 years ago

nrb0 commented 5 years ago

Hello I installed a gitea 1.8.0-rc1 on my DS918+, everything seems to run smoothly but I'm unable to use SSH to interact with it. After following the steps from your wiki the SSH option on repositories is simply gone, I assume because of the DISABLE_SSH = true line which looks to me like it just disables SSH globally. If I set this to false, the package then fails to start with the following error

[...a/modules/ssh/ssh.go:124 listen()] [E] Failed to start SSH server: listen tcp :909: bind: permission denied

Any idea how to solve this ? Thank you :)

nrb0 commented 5 years ago

I think there was an issue with something being still bound to my 909 port. I restarted the device and it could bind after that. Closing this now