Putty Unable to Use Vagrant’s Private Key

I ran into an issue where I was attempting to use Vagrant on Windows and needed to SSH into the box. When I tried to run “vagrant ssh”, I got a message saying:

`ssh` executable not found in any directories in the %PATH% variable.

It then gives some instructions for using Putty. I knew Putty was installed on this Windows box, so I pulled it up and fed in the specs it gave (host, port, username, and private key). However, when I tried to connect, I got the following error message:

Unable to use key file “C:\Users\etucker\.vagrant.d\insecure_private_key” (OpenSSH SSH-2 private key) Continue reading “Putty Unable to Use Vagrant’s Private Key”

E-mail Stuck in Outlook Outbox

A client just called me, and they had three messages stuck in their Outbox in Outlook 2010 on a Windows 7 machine (though these instructions apply to other versions of Outlook and Windows as well). The messages had unusually large attachments, and Outlook could never send them before timing out (or getting stuck, not sure exactly what was holding them up). When I checked the Send/Receive Progress screen, it showed that the messages were being sent and had no errors listed. Here’s what I did to solve the issue: Continue reading “E-mail Stuck in Outlook Outbox”