The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1? - Ask Ubuntu


after upgrated serve ubuntu 16.04. warnings come out when log on linux serve(ubuntu 16.04) putty.

warning: first key-exchange algorithm supported server diffie-hellman-group1-sha1, below configured warning threshold. want continue connection?

$ lsb_release -a no lsb modules available. distributor id: ubuntu description:    ubuntu 16.04.1 lts release:        16.04 codename:       xenial 

according release notes:

support 1024-bit diffie-hellman-group1-sha1 key exchange disabled default @ run-time. may re-enabled using upstream instructions.

as mentioned here need use

ssh -okexalgorithms=+diffie-hellman-group1-sha1 user@legacyhost 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User