Back to basics for me today. I’m rebuilding a machine and want to setup SSH to access my BitBucket account (I use BitBucket for my Git repositories). The new machine already has Git installed. I simply used Chocolatey to install Git.You can skip to full instructions in the BitBucket help if you like. Step 1 – Check the .ssh directoryThe first step is to check that you’ve got an folder called .ssh in your home directory. If it’s missing you need to create it.Step 2 – Create the default identityRun...