Hi All,
This may be trivial but believe it to be useful too. This post explains how to start sshd service in Linux OS during server bootup so that there is no need to start sshd service explicitly.
This may be trivial but believe it to be useful too. This post explains how to start sshd service in Linux OS during server bootup so that there is no need to start sshd service explicitly.
- Login as root user.
- chkconfig --level 2345 sshd on
- service sshd restart
- chkconfig sshd --list
- service sshd status
- Reboot Linux OS.
- Run the command service sshd status and verify if the sshd is running.
No comments:
Post a Comment