码迷,mamicode.com
首页 > 系统相关 > 详细

linux使用secureCRT连接(没有rsa的时候)

时间:2015-06-26 21:00:29      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

一台linux新机器,怎么使用secureCRT连接呢???

首先 

vim   /etc/sysconfig/network-scripts/ifcfg-eth0

把BOOTPROTO=none

IPADDR=123.12.13.14 (ip设置成你自己的)

 

然后

vim  /etc/ssh/sshd_config

把#Port 22 前面的#去掉

 

最后

service sshd restart

service network restart

service iptables stop          #关闭防火前

 

 

OK可以连接了

linux使用secureCRT连接(没有rsa的时候)

标签:

原文地址:http://www.cnblogs.com/webStyle/p/linux.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!