From 43b44dc5bbc04e793504af4d58f6eab9d2439295 Mon Sep 17 00:00:00 2001 From: zibright Date: Tue, 22 Jul 2025 17:57:47 +0800 Subject: [PATCH] update --- content/ssh-key-linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/ssh-key-linux.md b/content/ssh-key-linux.md index 4cb29f1..13091fc 100644 --- a/content/ssh-key-linux.md +++ b/content/ssh-key-linux.md @@ -10,7 +10,7 @@ cover: 'https://picsum.photos/800/221' 使用**ROOT**用户(个人喜好)、客户端使用Windows PowerShell终端、服务端使用Debian12+或是Ubuntu24+ ## 客户端操作 ### 创建密钥对 -随便在哪按 WIN + X 再按 I 打开PowerShell终端 +随便在哪按 WIN + X 再按 I 打开PowerShell终端 进入用户的.ssh文件夹 ```shell cd ~\.ssh @@ -49,6 +49,7 @@ vim authorized_keys ``` 按 I 进入编辑模式,将公钥内容复制进去 按 Esc ,输入 :wq 保存并退出 + ##### 编辑SSH-SERVER配置文件 进入/etc/ssh文件夹 ```shell