CentOS配置ssh系统技能
2010-04-22 13:38:18 来源:WEB开发网由于越来越多的人使用CentOS操作系统,而且CentOS配置ssh已被广泛运用,但是也在不断的更新。存在着很多不是很专业的人士对这方面的知识还是存在着很多的疑问。这次,在这里推选CentOS配置ssh安装配置运用,帮助大众安装更新CentOS配置ssh系统。绝大部分内容适用于CentOS /RHEL ,同时也适用于其他发行版本。
在VMware安装一个CentOS的Sever版,终端里的内容不可滚动,不简洁。在win下远程登录不错(win下有个Xshell)。默认安装ssh是有的。只是hosts访问疑问。
1.在hosts.deny文件尾添加CentOS配置ssh:ALL意思是拒绝所有访问请求[root@localhost ~]# vi /etc/hosts.deny修改后看起来如下:
hosts.denyThis file describes the names of the hyusaosts which are *not* allowed to use the local INET services, as decided by the '/usr/sbin/tcpd' server. The portmap line is redundant, but it is left to remind you that the new secure portmap uses hosts.deny and hosts.allow. In particular you should know that NFS uses portmap! sshd:ALL
2.在hosts.allow文件尾添加CentOS配置ssh:192.168.0. 意思是准许 192.168.0.1 到254的主机,内网。
[root@localhost ~]# vi /etc/hosts.allow hosts.allow
This file describes the names of the hosts which are allowed to use the local INET services, as decided by the '/usr/sbin/tcpd' server.sshd:192.168.0.
3.重启CentOS配置
ssh [root@localhost ~]# /etc/rc.d/init.d/sshd restart 停止 ssh [ 确定 ] 启动 ssh [ 确定 ] 以上推选 CentOS配置ssh。
- ››CentOS安装rpm包时遇到Header V3 DSA signature: ...
- ››配置远程客户机使用命名管道协议访问SQL服务器
- ››配置SQL Server2005以允许远程访问
- ››配置ISA Server以创建站点到站点VPN 连接之一
- ››配置ISA Server以创建站点到站点VPN 连接之二
- ››配置ISA Server以创建站点到站点VPN 连接之三 启用...
- ››配置VPN服务器中的L2TP/IPSEC:ISA2006系列之二十...
- ››配置单网卡的ISA缓存服务器:ISA2006系列之二十七...
- ››配置Win2008作为远程访问SSL-VPN服务器之一
- ››配置Win2008作为远程访问SSL-VPN服务器之二
- ››配置Win2008作为远程访问SSL-VPN服务器之三
- ››配置Windows Server 2003群集服务
赞助商链接