If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
30 June 2009
Posted in
Linux tutorials -
Frequently Asked Questions
Question : How to Enable SSH in ESXi Server ?
Answer :
1-go to the console
2-press ALT+F1
3-Type: unsupported
4-insert root password when asked
5- edit /etc/inetd.conf with vi and remove ( # )before ssh line ; save and exit
6- reboot the services with /sbin/services.sh restart
check now if ssh active with ps -ef | grep ssh
if not kill the inetd script first with ps -ef | grep inetd (kill -HUP ) ; then reboor the services again
Related Articles By Tags:
| < Prev | Next > |
|---|

