Skip to content

Commit

Permalink
login/ssh: Fix vscode-prettier warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Jan 18, 2024
1 parent 17d1a6e commit 8e8a499
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/login/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,33 +64,33 @@ icon: octicons/terminal-16

默认以 root 用户登录。URL 中可以配置以其他用户登录:在 URL 中添加 `unixusername` 参数即可,例如虚拟机 1234 默认的 URL 为:

```
```text
https://vlab.ustc.edu.cn/ssh/?username=:1234
```

如果需要以 `ubuntu` 用户登录,添加 `unixusername` 参数如下:

```
```text
https://vlab.ustc.edu.cn/ssh/?username=:1234&unixusername=ubuntu
```

此外,你也可以填入恢复模式使用的用户名 `recovery``console``serial`,因此可以通过网页版 SSH 进入救援模式:

```
```text
https://vlab.ustc.edu.cn/ssh/?username=:1234&unixusername=recovery
```

### 上传文件与下载文件 {#web-files}

SSH 网页版支持文件拖动上传与文件下载。首先需要在虚拟机内安装 `lrzsz` 软件包:

```
```shell
sudo apt install lrzsz
```

安装后从本地拖动文件到浏览器窗口中即可上传。如需下载文件,使用 `sz` 命令。例如下载 `yrcamp.jpg` 文件:

```
```shell
sz yrcamp.jpg
```

Expand Down

0 comments on commit 8e8a499

Please sign in to comment.