1

How to restart SSH daemon/service on Synology NAS with DSM 7.2?

I already tried too many commands to remember them all, for example:

# synoservicectl --restart sshd 

But none worked. Can anyone tell me what command to use on the latest to date version of DSM (7.2)?

Thank you.

1 Answer 1

2

I found out one command working, being rooted with sudo -i:

# synosystemctl restart sshd.service [sshd.service] restarted. 

Of course, it likely is possible to run it with sudo, but I did not test it.

Hope it helps!

1
  • 2
    sudo -i synosystemctl restart sshd.service worked for me, thanks Commented Mar 6 at 17:15

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.