1

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.

1

1 Answer 1

2

It turns out I had the 32 bit version of Sublime Text downloaded. This was messing up a lot of things, including apparently the PowerShell extension from terminus.

Stupid mistake, but after downloading the correct version for my system, it now works as expected.

You must log in to answer this question.