ESXServer3.5安装后的配置

简介:
一:允许ssh的root登陆
1:修改/etc/ssh/sshd_config
其中permitRootLogion项的no改成yes
2:sevice sshd restart
二:关闭防火墙,可以使用ftp进行文件交换
chkconfig   --list |more
service     iptables    stop
chkconfig   iptables    off
service     firewall    stop
chkconfig   firewall    off 



本文转自 abner110 51CTO博客,原文链接:http://blog.51cto.com/abner/147033,如需转载请自行联系原作者
目录
相关文章
|
8月前
|
JavaScript 内存技术
fnm 安装、卸载与使用(详细步骤)
fnm 安装、卸载与使用(详细步骤)
1844 0
|
4月前
|
存储 Prometheus 监控
在Ubuntu系统上安装与配置Prometheus的步骤
通过以上步骤,您应该已经成功在Ubuntu系统上安装并配置了Prometheus。您现在可以开始使用Prometheus收集和分析您的系统和应用程序的指标数据了。
270 1
|
8月前
|
Java Apache Maven
mvnd 安装和配置
mvnd 安装和配置
157 0
mvnd 安装和配置
|
8月前
|
安全 网络安全 数据安全/隐私保护
Mendelson AS2 介绍下载和配置
Mendelson AS2 介绍下载和配置
|
NoSQL Redis
安装ntopng及其相关依赖项,可以按照以下步骤进行操作
安装ntopng及其相关依赖项,可以按照以下步骤进行操作
|
Ubuntu
Cartographer配置与安装
Cartographer配置与安装
540 0
Cartographer配置与安装
|
NoSQL 5G 网络安全
安装部署—本地 yum 源配置3&配置文件修改 | 学习笔记
快速学习 安装部署—本地 yum 源配置3&配置文件修改
310 0
安装部署—本地 yum 源配置3&配置文件修改 | 学习笔记
|
数据安全/隐私保护 网络安全 Linux
Linun-Centon7安装以及配置
Linun-Centon7安装以及配置环境:MacOS 10.13.6 虚拟机:VirtualBox6.0(VirtualBox-6.0.4-128413-OSX.dmg) Linux:Centos7(CentOS-7-x86_64-Minimal-1810.iso) 一:虚拟机安装 这个。
1785 0
|
NoSQL Redis Docker
RedisManager使用手册(五)-- 自定义Redis安装包
RedisManager物理机安装包的构建和Docker镜像的构建
1732 0