26 Mart 2012 Pazartesi

How to Permit root login in ESX


Enable remote SSH - root user console access

1. Access to local server console.

2. Navigate to the ssh folder: cd /etc/ssh

3. Open the sshd_config file with a text editor

4. Go to the line where it says PermitRootLogin no, and  change the no to yes

5. Save the file and restart the sshd service: service sshd restart

06.) While you are in the cosole just type in the following two commands to open firewall ports:

esxcfg-firewall -e sshServer
esxcfg-firewall -e sshClient

Hiç yorum yok:

Yorum Gönder

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...