Configuring a SSH Client on Windows 10

Photo by Tadas Sar on Unsplash The first step is identifying the versions of the OpenSSH components we want to install, for this guide we will only be installing the SSH Agent, not the server. All of the following will need to be executed from a Elevated PowerShell Prompt. Get-WindowsCapability -Online | ? Name -like 'OpenSSH*' This will spit out two capabilities, we want the client: Name : OpenSSH.Client~~~~0.0.1.0 State : NotPresent Name : OpenSSH....

October 12, 2020 · 2 min · Richard Slater

There is no such thing as NoOps!

Disclosure: This page contains Amazon Affiliate links; as an Amazon Associate I earn from qualifying purchases. Further information can be found in my disclaimer and privacy policy. Photo by Carl Cerstrand on Unsplash Apologies for the click-bait title, I do stand by my statement though. There is no such thing a NoOps, or DevOps, Production Engineering or DevSecOps for that matter! They are all words that describe our aspirations, passions and desire to innovate and identify as part of a tribe....

November 24, 2019 · 4 min · Richard Slater

Azure: No current subscription has been designated

Somethings a process doesn’t go to plan, this isn’t unusual by any stretch of the imagination. However we can all feel a little lost when the instructions set out before us just don’t seem to work. That was how I was feeling today when I got the following message while trying to use the Azure Resource Manager API through PowerShell: Get-AzureLocation : No current subscription has been designated. Use Select-AzureSubscription -Current to set the current subscription....

April 17, 2015 · 1 min