Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于pycharm跳板机连接 #1

Open
MedAIerHHL opened this issue Jan 31, 2024 · 0 comments
Open

关于pycharm跳板机连接 #1

MedAIerHHL opened this issue Jan 31, 2024 · 0 comments

Comments

@MedAIerHHL
Copy link

学长你好,我有个问题关于pycharm跳板机连接的。
我的情况是,学院的服务器分计算节点和登录节点,我们每个人都可以连上登录节点。计算节点需要申请后得到对应卡,举例如下:
连上登录节点:user_name@cs_login1
通过:ssh cs_gpu01 (后面这个每次会变动)
连到计算节点: user_name@cs_gpu01
我现在用vscode连接的方式是这样写config的:
Host user_name_cs
HostName 10.15.49.7
User user_name
Port 22112
IdentityFile C:\Users\17297.ssh\id_rsa

Host user_name_cs_debug
HostName cs_gpu01
User user_name
ProxyJump user_name_cs
但这个在pycharm中好像不行,用你的方法,我应该怎么对应,我的计算节点好像没有port,真的不太习惯用vscode,搞了好几天,求学长指导一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant