From 5102b9f7d7a3c067652fd6417f78c907b1f153a1 Mon Sep 17 00:00:00 2001 From: AllenTan <61345559+xiaoxiongcn@users.noreply.github.com> Date: Thu, 23 Sep 2021 09:59:49 +0800 Subject: [PATCH] Update getting-started.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.控制端设置,x.x.x.x:12701应修改为x.x.x.x:12702 --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index e7d916e..7da8d55 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -97,5 +97,5 @@ ssh -oPort=12701 root@x.x.x.x - 打开cmd输入指令 `sysdm.cpl` 在弹出的对话框中选中允许远程连接此计算机 ![img1](/images/setallow.png) #### 控制端设置 -- 打开cmd输入指令 `mstsc`,打开远程对话框,在对话框的计算机输入框,输入 `x.x.x.x:12701` 然后指定用户名密码即可远程内网的windows主机 +- 打开cmd输入指令 `mstsc`,打开远程对话框,在对话框的计算机输入框,输入 `x.x.x.x:12702` 然后指定用户名密码即可远程内网的windows主机 ![img1](/images/remote.png)