DEV Community

Discussion on: Private Github with gogs and raspberry pi

Collapse
 
wegesdal profile image
wegesdal

On my raspberry pi with Stretch there was a difference when editing the ssh configuration file:

nano /etc/ssh/sshd.config

should be

nano /etc/ssh/sshd_config

Just thought I'd share in case someone else has the same issue.

Collapse
 
bojana_dev profile image
Bojana Dejanović

You are right, I have corrected the path in article. Thanks!