From 5caabce3645b024fb3751f334b3f63744d8816a9 Mon Sep 17 00:00:00 2001 From: quintin <2449164582@qq.com> Date: Wed, 2 Nov 2022 14:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1b8031..2a53c71 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ localhost 127.0.0.1 root 123456 22 $ ssh-connect 1) localhost Enter a number[1-1]:1 -spawn ssh root@192.168.28.93 -p 22 -The authenticity of host '192.168.28.93 (192.168.28.93)' can't be established. +spawn ssh root@127.0.0.1 -p 22 +The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established. ED25519 key fingerprint is SHA256:g56ErKDN0Ypa1o3kx7DVFb3l2uDcPMJQQAN8muLeocE. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes -Warning: Permanently added '192.168.28.93' (ED25519) to the list of known hosts. -root@192.168.28.93's password: +Warning: Permanently added '127.0.0.1' (ED25519) to the list of known hosts. +root@127.0.0.1's password: Activate the web console with: systemctl enable --now cockpit.socket Last login: Wed Oct 26 03:28:24 2022 from 192.168.4.182 -- GitLab