pycharm 设置多级跳转SSH

  1. 打开本地终端并运行:

    ssh -L <local_port>:<target_server_ip>:22 <proxy_server_user>@<proxy_server_ip>

运行完之后就应该已经连接上proxy

  1. (Optional) 可以再开一个终端测试一下:

    ssh -p <local_port> <target_server_user>@localhost

  2. 设置Pycharm

    • host: localhost
    • port: <local_port>
    • user: <targer_server_user>

原链接点这

相关推荐
New_Horizons66637 分钟前
Vscode终端激活Conda虚拟环境
ide·vscode·conda
整点bug20 小时前
SSH 断开后,程序还在跑吗?
ssh
枝枝在Coding1 天前
服务器一多就容易连错:SSH 客户端里的分组和命名比快捷键更重要
ssh
️学习的小王1 天前
Anaconda国内镜像配置与conda常用命令
ide·经验分享·python·conda
雾沉川1 天前
Rust IDE 选型:除 VS Code 之外,RustRover 非商业场景可免费使用
ide·vscode·rust
赵广陆2 天前
企业实战:web服务集成
前端·pycharm·fastapi
赵广陆2 天前
企业实战:数据图与状态定义
pycharm·langchain·langgraph
软泡芙2 天前
【IOS】Codable
ios·ssh·cocoa
枝枝在Coding2 天前
跳板机明明能连上,为什么内网服务器还是进不去?
ssh
承渊政道2 天前
【Python编程—从入门到实践】(Python列表:从索引到增删排序的系统理解)
开发语言·python·pycharm·索引·列表·增删查改