Dec 29
xming-server-bring-xorg-to-windows

Last night a friend (on right) of mine tipped me off about an excellent X server for Windows. I got fed up using the cygwin so decided to try it out. Xming is a cool name too!

Here is what you need to get:

  • Root Access
  • Xorg installed
  • SSH Access to the FreeBSD machine from the Windows machine
  • Putty on the Windows machine
  • Download Xming to the Windows machine

Read the rest of this entry »

May 24
ssh-authentication-using-private-keys

Fancy increasing your ssh security? Worried people could login remotely as you if they steal your password? Want to remove the need to type a password at all?

Well, you’re in luck because you have the option of using public and private keys! What you do to generate these keys really depends on which operating system your client is running. I’ll approach this from my usual connection setup, from Windows XP to FreeBSD using Putty.

Read the rest of this entry »