标签:主机 指令 code list level config kconfig 上传文件 start
在linux 主机上输入
chkconfig --list | grep sshd
#sshd 0:关闭 1:关闭 2:启用 3:启用 4:启用 5:启用 6:关闭
#5要保持开启状态
如果没有开启手动开启指令
chkconfig --level 5 sshd on
service sshd restart
ifconfig
基本上配置上ip
即可
属性`>`选项`>`使用utf8编码
标签:主机 指令 code list level config kconfig 上传文件 start
原文地址:https://www.cnblogs.com/guapitomjoy/p/12164064.html