Due to https://github.com/PowerShell/Win32-OpenSSH/issues/1263, I had to remove OpenSSH bundled with Windows and install a more recent version of OpenSSH at C:\OpenSSH, for example. %PATH% environment variable was adjusted accordingly.
But FluentTerminal uses a hard-coded path to ssh.exe and thus, SSH Profiles stop working if OpenSSH is installed at an alternative path.
Due to https://github.com/PowerShell/Win32-OpenSSH/issues/1263, I had to remove OpenSSH bundled with Windows and install a more recent version of OpenSSH at
C:\OpenSSH
, for example.%PATH%
environment variable was adjusted accordingly.But FluentTerminal uses a hard-coded path to
ssh.exe
and thus, SSH Profiles stop working if OpenSSH is installed at an alternative path.