Difference between revisions of "Ssh -v"

From wikieduonline
Jump to navigation Jump to search
(Created page with " debug1: match: OpenSSH_8.3p1 Ubuntu-1 pat OpenSSH* compat 0x04000000 debug1: Authenticating to 172.16.0.105:22 as 'USERNAME' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG...")
 
Line 9: Line 9:
 
  debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
 
  debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  
 +
 +
Solution: ssh -o MACs=[[hmac-sha2-256]] HOSTNAME
  
 
== See also ==
 
== See also ==
 
* {{OpenSSH}}
 
* {{OpenSSH}}

Revision as of 12:54, 9 December 2020

debug1: match: OpenSSH_8.3p1 Ubuntu-1 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 172.16.0.105:22 as 'USERNAME'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY


Solution: ssh -o MACs=hmac-sha2-256 HOSTNAME

See also

Advertising: