From 8a3e2bce99e86cff5a061de3728827883a043b54 Mon Sep 17 00:00:00 2001 From: Dich Date: Sat, 17 May 2025 19:59:39 +0800 Subject: [PATCH] update:server --- content/about-server-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about-server-set.md b/content/about-server-set.md index 7267830..bd6ba45 100644 --- a/content/about-server-set.md +++ b/content/about-server-set.md @@ -269,7 +269,7 @@ sudo apt install open-vm-tools-desktop ```powershell (Get-Content "$env:USERPROFILE\.ssh\known_hosts") | -Where-Object { $_ -notmatch '192.168.112.128' } | +Where-Object { $_ -notmatch '<你的IP>' } | Set-Content "$env:USERPROFILE\.ssh\known_hosts" ``` ## 1panel