SAP
1 min read
22

How to Start/Stop/Restart SSH Service in HPUX?

October 21, 2021
0

If you have made any changes in SSH config (sshd_config) file then to take the effect its necessary to restart the SSH Service. The script resides in ” /sbin/init.d ” directory Use the below command to Stop the SSH Service in HP-UX: /sbin/init.d/secsh stop (This will not disconnect your SSH

Continue Reading