How to restart the ssh services

Hi I modified the /etc/ssh/sshd_config file for some changing some permissions for the root user.But Which service I need to restart for the changes to take effect...Thanks & regardsSuseendran .A
[234 byte] By [susee_sun@yahoo.co.in] at [2007-11-26 10:32:01]
# 1
svcadm restart ssh
robertcohen at 2007-7-7 2:39:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
No It is not workingIt is giving the error message bash-2.05#bash-2.05# svcadm sshd restartbash: svcadm: command not foundbash-2.05#Any other solution to retart the ssh service..
susee_sun@yahoocoin at 2007-7-7 2:39:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Just to confirm that this is a solaris 10 box.If so then perhaps you don't have /usr/sbin in your path.Try /usr/sbin/svcadm restart sshAnd its "restart ssh", not "sshd restart".
robertcohen at 2007-7-7 2:39:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
.. if its not solaris 10 (i know, this is a sol 10 forum, but anyway), try:/etc/init.d/sshd stop/etc/init.d/sshd start .7/M.
mAbrante at 2007-7-7 2:39:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...