Update ssh.md

This commit is contained in:
小弟调调™ 2017-11-30 22:12:22 +08:00 committed by GitHub
parent 43ea79b397
commit 9c44979df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -45,9 +45,11 @@ ssh(选项)(参数)
### 实例
```
```bash
# ssh 用户名@远程服务器地址
ssh user1@172.24.210.101
# 指定端口
ssh -p 2211 root@140.206.185.170
```
### 背后故事