Oct
24
2008
I usually don’t like to cross-post between blogs, but this problem seems prevalent enough that it needs more exposure. We’ve solved it at TLF, and here’s how:
http://www.thelinuxfix.com/blog/2008/10/24/trixbox-vpns-and-the-20-second-issue/
Oct
16
2008
So, I finally had a chance to play with VMware ESXi. It’s pretty much what I expected, a straight-up version of ESX. Very, very nice… I’ll start moving more servers over from VMware Server 1.x and report back on my progress.
One of the things that annoyed me out of the gate is the lack of SSH support. It’s there in the underlying operating system, just not enabled. Here’s how to turn it on:
- Get on the console of the ESXi server.
- Press ALT-F1 to get to the OS system console
- Type “unsupported”
- Enter the root password at the password prompt.
- Edit /etc/inetd.conf with vi, and uncomment the SSH line
- Run: kill -1 $(cat /var/run/inetd.pid)
And viola! SSH to your ESX box. Enjoy!