摘要:
/etc/network 下:interfaces auto loiface lo inet loopbackauto eth0iface eth0 inet staticaddress 192.168.1.111netmask 255.255.255.0gateway 192.168.1.1 /e 阅读全文
posted @ 2016-10-28 14:26 红与黑hyh 阅读(166) 评论(0) 推荐(0)
|
摘要:
/etc/network 下:interfaces auto loiface lo inet loopbackauto eth0iface eth0 inet staticaddress 192.168.1.111netmask 255.255.255.0gateway 192.168.1.1 /e 阅读全文
posted @ 2016-10-28 14:26 红与黑hyh 阅读(166) 评论(0) 推荐(0)
摘要:
2、 将PermitRootLogin without-password修改为 PermitRootLogin yes 3、然后,保存,退出vim。 二、启动SSH服务 命令为: /etc/init.d/ssh start 或者 service ssh start 查看SSH服务状态是否正常运行,命 阅读全文
posted @ 2016-10-28 11:30 红与黑hyh 阅读(148) 评论(0) 推荐(0) |
||