From fc51cf7775d74c47bbb54448c80a703e88962446 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 19 Nov 2021 01:14:12 +0100 Subject: [PATCH] docs: improve wording [ci skip] --- pkg/ssh/ssh.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/ssh/ssh.go b/pkg/ssh/ssh.go index c7132f88..0495b152 100644 --- a/pkg/ssh/ssh.go +++ b/pkg/ssh/ssh.go @@ -330,9 +330,9 @@ func HostKeyAddCallback(hostnameAndPort string, remote net.Addr, pubKey ssh.Publ fmt.Printf(fmt.Sprintf(` You are attempting to make an SSH connection to a server but there is no entry -in your ~/.ssh/known_hosts file which confirms that this is indeed the server -you want to connect to. Please take a moment to validate the following SSH host -key, it is important. +in your ~/.ssh/known_hosts file which confirms that you have already validated +that this is indeed the server you want to connect to. Please take a moment to +validate the following SSH host key, it is important. Host: %s Fingerprint: %s