博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Manage sshd Service on CentOS
阅读量:4956 次
发布时间:2019-06-12

本文共 327 字,大约阅读时间需要 1 分钟。

  • 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.

转载于:https://www.cnblogs.com/darkmatter/p/3605590.html

你可能感兴趣的文章
字符编码笔记:ASCII,Unicode和UTF-8【转载】
查看>>
属性的copy和mutableCopy修饰符(?)
查看>>
Python批量修改图片格式和尺寸
查看>>
转:nginx入门指南,快速搭建静态文件服务器和代理服务器
查看>>
ios开发之-本地推送通知
查看>>
[bootstrap]模态框总结
查看>>
P1002 过河卒
查看>>
#webpack `Invalid Host/Origin header`问题
查看>>
javascript 闭包的学习
查看>>
C# Socket学习笔记二
查看>>
ARIS集成信息系统结构的五个视图
查看>>
geant4 资料汇总
查看>>
快学UiAutomator创建第一个实例
查看>>
Python中的类方法、实例方法、静态方法
查看>>
每日一记======>Django笔记 2012.08.22
查看>>
Python基础第八天:各种推导式玩法
查看>>
微信扫码下载apk快速解决方案,中间页引导法
查看>>
ListView的使用
查看>>
一点感悟
查看>>
Mac安装Qt出现错误Could not resolve SDK Path for 'macosx'
查看>>