getcursor / cursor

The AI Code Editor
https://cursor.com
22.69k stars 1.46k forks source link

SSH with Proxy command not working on cursor #1316

Open hynky1999 opened 5 months ago

hynky1999 commented 5 months ago

Problem

We are using scaleft to connect our clusters. The problem is that cursor doesn't seem to support it....

Match exec "/usr/local/bin/sft resolve -q  %h"
    ProxyCommand "/usr/local/bin/sft" proxycommand  %h
    UserKnownHostsFile ...

It seems like cursor is falling back to default ssh and doesn't use scaleft at all....

The above works in VSCode without a problem

axololtl1997 commented 4 months ago

bumping this issue; this is a deal breaker as we use teleport to access our servers.

axololtl1997 commented 4 months ago

maybe a related issue: https://github.com/jeanp413/open-remote-ssh/issues/109