Update README_TMEP.md

This commit is contained in:
aiminick 2019-10-04 11:26:04 +08:00 committed by GitHub
parent d84718bd8b
commit 17bf630f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -827,6 +827,8 @@ apt update ; apt install tar gzip zip unzip bzip2 xz-utils -y
### 4.1标准虚拟机使用说明
默认用户root (已开通远程权限) 密码raspberry
解压虚拟机资源包后,进入虚拟机的资源包目录,解压虚拟磁盘镜像:
```
@ -856,3 +858,14 @@ nohup \
```
然后,运行 “sudo ./vm_run2” 即可。
**远程登录:**
该虚拟机的22号端口已默认映射到了本机的2222号端口SSH访问本机的2222号端口即可。
命令示例:
```
ssh -p 2222 root@本机的IP地址
```