Restarting the Server
Under USS, restart the server by executing the following command:
> /etc/ssh2/init.d/sshd2 restart
Under MVS, if you are running the server as a started task, stop and start
it with the following commands:
== > c sshd2
== > s sshd2
If the server was started using a started task without the start foreground
option and the server process name has changed, stop the server with the
following command, where x
is the number of the running task (the
whole task name may be, for example sshd21
):
== > c sshd2x
User address spaces that were running before the stop will continue to run.
Any changes to the configuration or keys will take effect when the daemon is
restarted (with s sshd2
) and when new user connections are
established.