Microsoft Remote - SSH Extension Missing & FreeBSD Support Issue

I noticed that the only available Remote - SSH extension currently is the one by Anysphere (Cursor). I can’t seem to find the original Microsoft Remote - SSH extension, which I regularly used in VS Code.

The main issue I’m facing is that the Cursor version of Remote - SSH does not support connecting to FreeBSD machines.
image

On VS Code, I was able to connect using Microsoft’s extension by enabling the following setting:

and RequestTTY force

This was essential for establishing a stable SSH session on FreeBSD.

Is the Microsoft version of Remote - SSH extension going to be supported on Cursor in the future? Or is there a workaround to enable FreeBSD support with the current Cursor Remote - SSH?

1 Like

Hi @Edmund1, thank you for this feature request. We are working on adding support for FreeBSD.

1 Like

I second the addition of freeBSD support as a welcome feature

Hi @Edmund1 and @FinDevAI, we added support for FreeBSD in version 1.0.18 of the Remote SSH Extension. As noted in the README, you’ll need to install and configure the following:

sudo sysrc linux_enable="YES"
sudo service linux start
sudo pkg install bash wget linux_base-rl9
2 Likes

Awesome, thank you for the quick update!!