Skip to content

Commit 9c44979

Browse files
authored
Update ssh.md
1 parent 43ea79b commit 9c44979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

command/ssh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ ssh(选项)(参数)
4545

4646
### 实例
4747

48-
```
48+
```bash
4949
# ssh 用户名@远程服务器地址
5050
ssh user1@172.24.210.101
51+
# 指定端口
52+
ssh -p 2211 root@140.206.185.170
5153
```
5254

5355
### 背后故事

0 commit comments

Comments
 (0)