How to restart sshd service in Solaris 10
This article will show you how to restart the sshd service on Solaris 10.
To Restart the SSH Service
- Login to the command-line terminal
- Run the command:
svcadm restart svc:/network/ssh:default
This article will show you how to restart the sshd service on Solaris 10.
svcadm restart svc:/network/ssh:default
The command to restart sshd service in Solaris is :
Usage: /lib/svc/method/sshd { start | restart }
Cheers!