首页 > 其他 > 详细

Manage sshd Service on CentOS

时间:2014-03-18 01:12:59      阅读:463      评论:0      收藏:0      [点我收藏+]
  • Check the current sshd status:

    service sshd status

  • Start sshd service:

    service sshd start

  • Set sshd autostart on system startup

    chkconfig sshd on

  • List the current autostart status

    chkconfig --list |grep sshd

Or use a simple interface:

# ntsysv

Verified on CentOS 6.4 x86_64.

Manage sshd Service on CentOS,布布扣,bubuko.com

Manage sshd Service on CentOS

原文:http://www.cnblogs.com/darkmatter/p/3605590.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!