CentOS VMware配置未知文件
2010-05-16 13:39:42 来源:WEB开发网核心提示:特别值得一提的是CentOS VMware有很多值得学习的地方,这里我们主要介绍CentOS VMware,CentOS VMware配置未知文件,包括介绍CentOS VMware等方面,在CentOS VMware安装一个CentOS的Sever版,内网,[root@localhost ~]# vi /etc/ho
特别值得一提的是CentOS VMware有很多值得学习的地方,这里我们主要介绍CentOS VMware,包括介绍CentOS VMware等方面。在CentOS VMware安装一个CentOS的Sever版,终端里的内容不可滚动,不方便。在win下远程登录不错(win下有个Xshell)。默认安装ssh是有的。只是hosts访问问题。
1.CentOS VMware在hosts.deny文件尾添加sshd:ALL
意思是拒绝所有访问请求[root@localhost ~]# vi /etc/hosts.deny修改后看起来如下:
- #
- # hosts.deny This file describes the names of the hosts 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.CentOS VMware在hosts.allow文件尾添加sshd: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 VMware重启ssh
- [root@localhost ~]# /etc/rc.d/init.d/sshd restart
- 停止 sshd: [ 确定 ]
- 启动 sshd [ 确定 ]
好了,用putty和Xshell(Xmanager)可以登录了。^_^
- ››CentOS系统只需6步添加新硬盘并分区格式化的方法
- ››Centos6.0 64位下 MySQL 5.6.11 CMake 安装部署
- ››CentOS下配置超级终端minicom
- ››Centos6.2_x86_64环境下puppet-dashboard安装配置...
- ››CentOS下建立本地YUM源并自动更新
- ››配置MySQL出错The service could not be started....
- ››CentOS 安装 PostgreSQL 9.2
- ››CentOS 6.3 安装 Oracle 11gR2 依赖库检查失败处理...
- ››CentOS 6.X 系统初始化生产脚本
- ››配置apache虚拟主机
- ››CentOS 6下安装nodejs 0.9.0教程
- ››CentOS使用Screen管理会话选项
更多精彩
赞助商链接