Files
blog-public/content/docs/server/config/link.md
2025-05-29 13:23:33 +08:00

24 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
weight: 1
title: "连接参数"
---
以下总结了各个服务器支持的连接协议和对应的参数,留空即表明该服务器不支持该协议。
如果不知道如何使用这些参数,参考[连接到服务器](../link)。
Linux 服务器一般使用 SSH 协议PuTTY 和 WinSCP 等软件Windows 服务器一般使用 RDP 协议(远程桌面);但也不一定要用这些,看自己的使用习惯。
| 服务器 | 用户名 | SSH 地址 | SSH 端口 | RDP 地址 | SMB 地址[^3] |
|:-:|:-:|:-:|:-:|:-:|:-:|
| 厦大超算<br/>jykang | `jykang` | `hpc.xmu.edu.cn`[^1] | `22` | | |
| 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` |
[^1]: 使用厦大超算jykang必须开启 SSH agent forwarding
详见[连接 VASP 服务器,开启 SSH 代理转发](../link#连接-vasp-服务器开启-ssh-代理转发)或[使用 OpenSSH](../link#使用-openssh)。
[^2]: 使用 RDP 协议连接到 Linux 服务器时,需要手动设置连接类型,详见:[RDP 设置连接类型](../qa#rdp-设置连接类型)。
当使用 Linux 系统连接到 Linux 服务器时,推荐使用 SSH X11 forwarding 代替远程桌面。
详见:[使用 SSH X11 forwarding](../qa#使用-ssh-x11-forwarding)。
[^3]: SMB 协议使用与 RDP 或 SSH 不同的认证机制,与 SSH 和 RDP 不共用密码,使用前需要先联系我设置一个。
此外 SMB 协议安全性可能不及其它两者。