remote rdp on linux

This commit is contained in:
2025-05-29 13:23:33 +08:00
parent be90e0412d
commit 005a071505

View File

@@ -10,9 +10,9 @@ Linux 服务器一般使用 SSH 协议PuTTY 和 WinSCP 等软件Windows
| 服务器 | 用户名 | SSH 地址 | SSH 端口 | RDP 地址 | SMB 地址[^3] |
|:-:|:-:|:-:|:-:|:-:|:-:|
| 厦大超算<br/>jykang | `jykang` | `hpc.xmu.edu.cn`[^1] | `22` | | |
| srv1 | `GROUPIII-n` | `srv1.chn.moe` | `22` | `srv1.chn.moe:6211`[^2] | `srv1.chn.moe` |
| srv1 | `GROUPIII-n` | `srv1.chn.moe` | `22` | | `srv1.chn.moe` |
| srv1Windows | `GROUPIII-n` | `srv1.chn.moe` | `6144` | `srv1.chn.moe` |
| srv2 | 姓名首字母(例如 `chn` | `srv2.chn.moe` | `22` | `srv2.chn.moe`[^2] | `srv2.chn.moe` |
| srv2 | 姓名首字母(例如 `chn` | `srv2.chn.moe` | `22` | | `srv2.chn.moe` |
[^1]: 使用厦大超算jykang必须开启 SSH agent forwarding
详见[连接 VASP 服务器,开启 SSH 代理转发](../link#连接-vasp-服务器开启-ssh-代理转发)或[使用 OpenSSH](../link#使用-openssh)。