I am very much new to this, so if I am missing something obvious, tell me.
I use Sublime text as a text editor and IDE. I recently installed the Terminus extension because I thought it would be useful to have terminal access like in VSCode. I have it all set up so when I press [ctl+alt+t]
a powershell tab opens.
I use SSH in powershell all the time, however, when I try using SSH from within Sublime, I get the following error:
ssh : The term 'ssh' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path
is correct and try again.
At line:1 char:1
+ ssh
+ ~~~
+ CategoryInfo : ObjectNotFound: (ssh:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I tried adding OpnSSH to the system path, but I'm not sure if I did that correctly either. I followed this for reference.
I also found this page, but I'm not sure if it applies to my situation, as SSH works normally when I open a normal powershell window.
Any help is much appreciated.