You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a VM that I access by jumping through a host user. My .ssh/config is the following.
Host jump
Hostname HOST_MACHINE_ADDR
Port 22
User jump
Host vm
Hostname VM_INTERNAL_ADDR
User myuser
ProxyCommand ssh -W %h:%p jump
If I run lsp_bridge.py in vm and open files like vm:~/tmp.py, error diagnostics do not show. Strangely, autocomplete works fine. I checked with another machine that doesn't need ProxyCommand to reach and both diagnostics and autocomplete work fine.
Is there something I am doing wrong in the ProxyCommand?
If this is not supported, which file should I look into to add the feature?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I have a VM that I access by jumping through a host user. My
.ssh/config
is the following.If I run
lsp_bridge.py
invm
and open files likevm:~/tmp.py
, error diagnostics do not show. Strangely, autocomplete works fine. I checked with another machine that doesn't needProxyCommand
to reach and both diagnostics and autocomplete work fine.Thanks
The text was updated successfully, but these errors were encountered: