Get a better font for PuTTY

PuTTY is a popular SSH client for Windows — it works great and it’s free.  Out of the box it uses the Courier font, which looks like this:

PuTTY with default Courier font

I prefer the appearance of a traditional Linux (X11) console font.  To me, it makes text much easier to read.  A few years ago I came across a nice-looking Windows version of that font that works great with PuTTY.   Observe the difference:
PuTTY with MiscFixed SC613 9-point font

If you like this better, simply download the MiscFixedSC613 font from April King and drop it into c:\windows\fonts.  When you configure PuTTY, remember that this is a 9-point font only.

While we are on the topic of PuTTY, here is another tip.  Although PuTTY has a sophisticated configuration dialog that allows storing of profiles for hosts, I’ve found that it is generally easier if I skip all that and launch it the same way I use ssh from a Linux machine.  To do this, make sure putty.exe is in your PATH, open the Run dialog and type in putty user@host, like so:

Launching PuTTY from the Run dialog.

No muss, no fuss, no empty cans.

Related posts:

  1. iSCSI configuration: VMware ESXi vs. Microsoft Hyper-V
  2. Better console for PowerShell and VITK
  3. Installing vCenter on Linux Technical Preview
  4. VI Toolkit (for Windows) 1.5 and the PowerShell prompt
  5. Upgrading VMs to vSphere virtual hardware

Tags: , ,


  • Share/Bookmark

  1. Rodos’s avatar

    Hang on, Perl looks good in any font!

    Reply

  2. Paul Shannon’s avatar

    Outstanding post. Simple little tips, but I use putty all the time and have always preferred the linux interface to ssh.

    Thanks Eric, keep up the excellent work.

    Reply

  3. JimO’s avatar

    Personally, I prefer the Terminus font in PuTTY. It’s scalable and easy on the eyes. It’s available at http://fractal.csie.org/~eric/wiki/Terminus_font

    Reply

  4. Eric Gray’s avatar

    Rodos: That’s not Perl. You trying to start a language-war on my site? :-)

    Paul: Thanks, I appreciate the feedback.

    Reply

  5. Rob M’s avatar

    If you don’t want to download anything and just use a decent font that Windows comes with, try the Fixedsys font.
    It’s easily readable on the default black background of putty with nice thicker letters. It’s also easy on the eyes, and since it’s a fixed font, things will line up properly in ASCII.
    Thanks for the post, as most people rarely change the defaults of putty, and it’s the little bits that make life so much better.

    Reply