开启VMware ESX 4.1的SSH服务

装完VMware ESX 4.1后,无法远程登陆到服务器,需要开启SSH服务,首先登陆到VMware服务器,

[root@myesx ]# vi /etc/ssh/sshd_config,找到PermitRootLogin no这项,改为PermitRootLogin yes,

保存退出,执行[root@myesx ]# service sshd restart命令,重启ssh服务即可。

你可能感兴趣的:(ssh,职场,开启,休闲,4.1,esx)