Chinaunix首页 | 论坛 | 博客
  • 博客访问: 74755
  • 博文数量: 28
  • 博客积分: 631
  • 博客等级: 上士
  • 技术积分: 220
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-08 22:23
文章分类

全部博文(28)

文章存档

2011年(28)

我的朋友

分类: BSD

2011-09-03 07:55:38

 
首先vi编辑/etc/inetd.conf,去掉ssh前的#,保存退出
编辑/etc/rc.conf
最后加入:sshd_enable="yes"即可
激活sshd服务:
techo#/etc/rc.d/sshd start
用下面命令检查服务是否启动,在22端口应该有监听。
#netstat -an ## check port number 22
最后
vi /etc/ssh/sshd_config,
 
修改以下内容:PermitRootLogin yes #允许root登录
              PermitEmptyPasswords no #不允许空密码登录
              PasswordAuthentication yes # 设置是否使用口令验证。
 
重新启动sshd服务器(/etc/rc.d/sshd restart)即可
 
 

 
阅读(507) | 评论(0) | 转发(0) |
0

上一篇:Linux下安装配置Net-snmp

下一篇:没有了

给主人留下些什么吧!~~