{"id":2233,"date":"2017-12-08T05:23:37","date_gmt":"2017-12-08T05:23:37","guid":{"rendered":"http:\/\/www.scmgalaxy.com\/tutorials\/?p=2233"},"modified":"2020-01-09T09:30:03","modified_gmt":"2020-01-09T09:30:03","slug":"verifying-that-the-secure-shell-daemon-is-running","status":"publish","type":"post","link":"https:\/\/www.devopsschool.com\/blog\/verifying-that-the-secure-shell-daemon-is-running\/","title":{"rendered":"Verifying that the Secure Shell Daemon is running"},"content":{"rendered":"<p><strong>rajeshkumar created the topic: Verifying that the Secure Shell Daemon is running<\/strong><br \/>\nTo verify that the Secure Shell Daemon (sshd) is running you need to log in as root to the ESX Server host. Use iLO, Drac, or another management tool to log in directly to the console.<\/p>\n<p>Log in to the console as root.<br \/>\nType ps -ef | grep sshd.<br \/>\nReview the output.<br \/>\nIf the SSH Server is running, the output appears similar to:<\/p>\n<p>[root@server]# ps -ef | grep sshd<br \/>\nroot 1079 1 0 Jan24 ? 00:00:00 \/usr\/sbin\/sshd<br \/>\nroot 26367 26326 0 09:10 pts\/0 00:00:00 grep sshd<\/p>\n<p>If the SSH Server is not running, the output looks similar to:<\/p>\n<p>[root@server]# ps -ef | grep sshd<br \/>\nroot 26369 26326 0 09:11 pts\/0 00:00:00 grep sshd<\/p>\n<p>To start the service, ensure that it is enabled using chkconfig:<\/p>\n<p>[root@server]# chkconfig &#8211;list sshd<br \/>\nsshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off<\/p>\n<p>If the output does not match the example above, enable sshd startup by typing:<\/p>\n<p>[root@server]# chkconfig &#8211;level 2345 sshd on<\/p>\n<p>Start the service by typing:<\/p>\n<p>[root@server]# service sshd start<br \/>\nRegards,<br \/>\nRajesh Kumar<br \/>\nTwitt me @ <a href=\"http:\/\/twitter.com\/RajeshKumarIn\" target=\"_blank\" rel=\"noopener\">twitter.com\/RajeshKumarIn<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>rajeshkumar created the topic: Verifying that the Secure Shell Daemon is running To verify that the Secure Shell Daemon (sshd) is running you need to log in as root to&#8230; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_joinchat":[],"footnotes":""},"categories":[454],"tags":[470],"class_list":["post-2233","post","type-post","status-publish","format-standard","hentry","category-shell-script","tag-daemon"],"_links":{"self":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/2233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=2233"}],"version-history":[{"count":1,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/2233\/revisions"}],"predecessor-version":[{"id":2234,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/2233\/revisions\/2234"}],"wp:attachment":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=2233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=2233"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=2233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}