felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.24k stars 445 forks source link

FluentTerminal uses a hard-coded path to ssh.exe #894

Open StenaviN opened 3 years ago

StenaviN commented 3 years ago

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.