发布网友 发布时间:2022-04-19 17:09
共6个回答
热心网友 时间:2022-05-03 21:04
chkconfig --level 2345 sshd on
--level 指定系统在2345运行级别时,通常在35中开启就行,开启(on)sshd服务,关闭则用(off)
临时控制启动停止则用:/etc/rc.d/init.d/sshd start | stop | restart
热心网友 时间:2022-05-03 22:22
vim /etc/init.d/bash.shar后缀记不太清楚了,最后一行增加service sshd retart即可。有问题发信私聊。
热心网友 时间:2022-05-03 23:57
终端,输入ntsysv,找到ssh,勾上,,保存退出就可以了
热心网友 时间:2022-05-04 01:48
进行一下设置:
vim /etc/inin.d/rclocal
service sshd start
热心网友 时间:2022-05-04 03:56
chkconfig --level 35 sshd on
热心网友 时间:2022-05-04 06:21
这东西看你的 Linux 具体的版本了。