mirror of
https://github.com/007revad/Synology_SSH_key_setup.git
synced 2026-04-27 01:05:52 +03:00
[GH-ISSUE #5] sudo synosystemctl restart sshd.service #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_SSH_key_setup#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @propagare on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/007revad/Synology_SSH_key_setup/issues/5
There is no
sudo synoservicectl --reload sshdanymore.Maybe your whole post regarding this topic is not up to date anymore.
@007revad commented on GitHub (Oct 29, 2025):
For DSM 7 you need:
sudo systemctl restart sshdI've updated the readme for both DSM 7 and DSM 6. I'm surprised nobody else has noticed the command didn't work.
@007revad commented on GitHub (Oct 29, 2025):
Sorry, that should have been
sudo systemctl reload sshdbecause we want it to read the edited config file and then restart.