Hello everybody, I am having a weird problem.
I want to create a list of aliases to use ssh on powershell ( because security reasons, there are systems I need to use via local port tunneled via SSH). The problem is I have quite a few and thougth about ordering them in an alias.
As an example, let's think I wanna run this:
powershell -noExit -Command "ssh"
If I run it (Windows + R, run) it works and shows the screen where ssh informs me that I need to enter some options.
If I open FARR, and type
run powershell -noExit -Command "ssh"
I get a command not found error.... (this also happens on an alias, using shellexec)
Any ideas? I am quite lost with this behaviour....