Difference between revisions of "KexAlgorithms"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  [[ssh -Q kex]] SERVER
 
  [[ssh -Q kex]] SERVER
  
 +
[[ssh -Q kex]]
 +
diffie-hellman-group1-sha1
 +
diffie-hellman-group14-sha1
 +
diffie-hellman-group14-sha256
 +
diffie-hellman-group16-sha512
 +
diffie-hellman-group18-sha512
 +
diffie-hellman-group-exchange-sha1
 +
diffie-hellman-group-exchange-sha256
 +
ecdh-sha2-nistp256
 +
ecdh-sha2-nistp384
 +
ecdh-sha2-nistp521
 +
curve25519-sha256
 +
 +
  
 
  [[ssh -Q kex]] SERVER
 
  [[ssh -Q kex]] SERVER
Line 29: Line 43:
 
  ssh -oHostKeyAlgorithms=-ssh-rsa user@host
 
  ssh -oHostKeyAlgorithms=-ssh-rsa user@host
  
 +
[[/etc/ssh/ssh_config]]
 +
KexAlgorithms +diffie-hellman-group14-sha1
 +
 +
== Related terms ==
 +
* [[Key exchange method (KEX)]]
  
 
== See also ==
 
== See also ==
 +
* {{KEX}}
 
* {{ssh}}
 
* {{ssh}}
 
* {{sshd}}
 
* {{sshd}}
 +
 +
 +
[[Category:Computing]]

Latest revision as of 11:00, 22 February 2024

This article is a Draft. Help us to complete it.

KexAlgorithms (Key Exchange Algorithms)

ssh -Q kex
ssh -Q kex SERVER
ssh -Q kex
diffie-hellman-group1-sha1
diffie-hellman-group14-sha1
diffie-hellman-group14-sha256
diffie-hellman-group16-sha512
diffie-hellman-group18-sha512
diffie-hellman-group-exchange-sha1
diffie-hellman-group-exchange-sha256
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
curve25519-sha256
[email protected]
[email protected]
ssh -Q kex SERVER
diffie-hellman-group1-sha1
diffie-hellman-group14-sha1
diffie-hellman-group14-sha256
diffie-hellman-group16-sha512
diffie-hellman-group18-sha512
diffie-hellman-group-exchange-sha1
diffie-hellman-group-exchange-sha256
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
curve25519-sha256
[email protected]
[email protected]



ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 username@hotstname
ssh -oHostKeyAlgorithms=-ssh-rsa user@host
/etc/ssh/ssh_config
KexAlgorithms +diffie-hellman-group14-sha1

Related terms[edit]

See also[edit]

Advertising: