Difference between revisions of "KexAlgorithms"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
+ | |||
+ | |||
+ | |||
+ | 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 | ||
+ | |||
+ | |||
Revision as of 10:34, 29 November 2020
This article is a Draft. Help us to complete it.
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]
See also
- SSH:
ssh
, TLS,.ppk, .pem, .crt, .pub
, ED25519, Key exchange method (KEX), public key, private key,ssh -Q kex
,IAMUserSSHKeys
,known_hosts
, ssh tunnel, Dropbear sshd
,sshd logs
,sshd -t
,sshd -T
,sshd_config
,sftp
Advertising: