我想将我的 X2GO 连接配置转换为更常用的 ssh 配置文件,以便在远程模式下使用 VS Code。但是有了这个代理服务器,我真的迷路了。
这是我的尝试:
Host domain
Hostname H
User login
Compression yes
# Automatic connection to hosts behind a firewall
Host *.domain
ProxyCommand ssh domain "nc `basename %h"
User login
Compression yes