Linux启动SSH及开机自动启动
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
分享提纲:
1.查看是否启动
2. 设置自动启动
1.【查看是否启动】
启动SSH服务 “/etc/init.d/sshd start”。然后用netstat -antulp | grep ssh看是否能看到相关信息就可以了。
2.【设置自动启动】
如何设置把ssh等一些服务随系统开机自动启动?
方法一:[root@localhost ~]# vi /etc/rc.local
加入:service sshd start 或 /etc/init.d/sshd start
方法二:进入/etc/rc.d然后进入相应运行
级别如rc3.d.将K打头的ssh服务改为S开头的
转载于:https://www.cnblogs.com/aiweixiao/p/5516974.html
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)