Daksol
September 16, 2022, 6:33am
2
Not sure if this is closely related - but see my post from Aug 2021 about SSH pass phrases stored in Windows Registry as plain text persistently between OpenSSH sessions.
Caution:- about behaviour of ssh-agent in the native SSH client software in Windows 10 PowerShell and associated service.
I have been coming up to speed on use of SSH, with help from YouTube videos in both LTS and LearnLinuxTV. Below see something I thought was surprising.
About SSH client in Windows PowerShell
The SSH client was added to WIndows 10 PowerShell in the April 2018 release. (This is native to PowerShell, and different to any implementation in WSL2)
The commandline options in Po…