forked from toolshed/abra
		
	docs: improve wording [ci skip]
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user