Windows Terminal and SSH - the most beautiful SSH client?
I like to have a linux machine for some lab stuff which I can access from multiple machines prefereably over SSH. Because Windows 10 ships with an integrated SSH client and Windows Terminal looks just awesome I wanted to use Windows Terminal to access my linux machine running on Azure over SSH. Today I’d like to show you my setup. Generate a Key Pair 1 2 3 4 5 6 7 8 ssh-keygen Generating public/private rsa key pair....