免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 920 | 回复: 0
打印 上一主题 下一主题

linux中SSH服务器配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-03 12:52 |只看该作者 |倒序浏览
linux中SSH服务器配置
SSH远程登录
检查是否安装
[root@ns ~]# rpm -qa |grep openssh
openssh-askpass-4.3p2-26.el5
openssh-4.3p2-26.el5
openssh-clients-4.3p2-26.el5
openssh-server-4.3p2-26.el5
[root@ns ~]#
配置文件在
[root@ns ~]# vi /etc/ssh/sshd_config
#Port 22           (使用22号端口)
#Protocol 2,1     (先使用SSH2协议,后使用SSH1)
Protocol 2  (使用SSH2协议)
#AddressFamily any
#ListenAddress 0.0.0.0 (所有IP都可以连接0)
#PermitRootLogin yes   (是否允许以root的身份登入)
#PermitEmptyPasswords no    (是否允许空密码登入)
#PasswordAuthentication yes (是否使用口令认证方式)
[root@ns ~]# service sshd restart (重启才生效)
windows平台PuTTY软件
Linux平台
[root@ns ~]# rpm -qa |grep openssh
openssh-askpass-4.3p2-26.el5
openssh-4.3p2-26.el5
openssh-clients-4.3p2-26.el5(主要)
openssh-server-4.3p2-26.el5
所需软件包。


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/86659/showart_1677234.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP