How to activate SSH for ESX Server
SSH is blocked by default for the root user.
To enable the root access
You’ll need to edit the file /etc/ssh/sshd_config.
You need to change the value PermitRootLogin to Yes
Then you’ll need to reboot your ESX Server
To open the Firewall Ports on your ESX Host:
To allow access to ESX Server for a service or management agent
1.) Log on to the VI Client and select the server from the inventory panel.
The hardware configuration page for this server appears.
2.) Click the Configuration tab and click Security Profile.
Select the SSH Client and SSH Server checkbox and click OK.
Then reboot your ESX Server or start the ssh client daemon.
Related Posts :
In ESX 4.0 SSH is blocked by default for the root user so you need to activate the root login on ...
Some basic CLI commands for configuring the network, vSwitches and portgroups from command line. ...
I was checking my stats for the last 3 months and I was just wondering which posts are most popu ...
From Varrow by Jason NASH - really good video (possible to play in HD) about VMware Fault Tolera ...
Wellcome all, This is my first video. As you can see this website's title, the main subject wil ...
Other posts from Server Virtualization
- Adding second service console via CLI
- Disable web access on VMware vCenter
- VMware ESX - Configuration of Service console via CLI
- Basic VMware ESX CLI networking commands
- How to change the default location of updates in vCenter
- Did you know that ESX 3.5 general support will end in less than 90 days?
- Starwind iSCSI HA Connection to ESX Server
- See a list of Storage Array Type Plugins on ESX Server
- New whitepaper released on PVSCSI
- Enable Jumbo Frames in ESXi 4
- How-to troubleshoot iSCSI connection to your SAN
- Starwind with ISCSI SAN Software can do High Availability for you...
- Overview Video from the new vSphere Pro video training from Train Signal
- New upgrade webpage for ESXi 4 pushes us to the right direction?
- You know how to collect diag information when your ESXi does PSOD?
- Use PVSCSI or not for lower intensive workloads
- Hardening guides for vSphere 4
- NTLDR missing - silly but can happend
- How To Shrink VMware Virtual Disk Files and disable shrinking
- vSphere Quick Start guide bonus download..
- ESXi - the past, the present and the future
- Farm commander - management tool for VI and TS or Citrix Farms
- How to collect log information from vCenter Server 4
- How to know where is my VM if vCenter is down?
- New patches for ESX 4 and ESXi 4
- Use VMware Converter to import 3rd party VMs, for example Virtual Iron's VMs
- Windows XP installation as a VM - trouble to see the disk or not?
- Vmware HCL for ESXi 4
- Time keeping for Windows VM's best practices
- Virtu-Al releasing 3rd update of PowerPack





















No need to reboot, just /etc/init.d/sshd restart
Carter Shanklins last blog post..During installation of the View Agent on an unmanaged machine, specifying a View Connection Server name with non-ASCII characters is not supported (1007605)
Hi Carter,
thanks for this one. I was not sure about it…. -:)
Or even shorter: service sshd restart
Eric Grays last blog post..Let them eat cake!
Since you’re already at the command line, why not turn on firewall ports there as well:
esxcfg-firewall -e sshServer
esxcfg-firewall -e sshClient
Andrews last blog post..Using