• Home
  • Cisco
  • Exchange
  • Linux
  • Navision
  • Network
  • Virtualization
  • Windows
  • About
  •  

    Remote root access with ESX 3

    September 8th, 2008

    nano /etc/ssh/sshd_config
    Change the line: “PermitRootLogin no” to: “PermitRootLogin yes“

    Restart the sshd server:
    /etc/init.d/sshd restart