To manually start, stop, or restart the server:
On Linux with systemd:
# systemctl [command] ssh-server-g3
On Solaris, and Linux without systemd:
# /etc/init.d/ssh-server-g3 [command]
On HP-UX:
# /sbin/init.d/ssh-server-g3 [command]
The command
can be:
Start the server.
Stop the server. Existing connections stay open until closed from the client side.
Start a new server process. Existing connections stay open using the old server process. The old process is closed after the last old connection is closed from the client side.
Reload the configuration file. Existing connections stay open.