Windows Terminal and SSH - the most beautiful SSH client?
December 16, 2020 · 2 min · 253 words · Nicola Suter
Table of Contents
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.
ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (C:\Users\NicolaSuter/.ssh/id_rsa):
Created directory 'C:\Users\NicolaSuter/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in C:\Users\NicolaSuter/.ssh/id_rsa.
Your public key has been saved in C:\Users\NicolaSuter/.ssh/id_rsa.pub.
Enable cookies to use disqus comments