Skip to main content
added 230 characters in body
Source Link
atod
  • 155
  • 6

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa 

or

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedAlgorithms +ssh-rsa 

I'm not sure what impact this has on security.

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa 

or

PubkeyAcceptedAlgorithms +ssh-rsa 

I'm not sure what impact this has on security.

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa 

or

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedAlgorithms +ssh-rsa 

I'm not sure what impact this has on security.

added 16 characters in body
Source Link
atod
  • 155
  • 6

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa 

or

PubkeyAcceptedAlgorithms +ssh-rsa

PubkeyAcceptedAlgorithms +ssh-rsa 

I'm not sure what impact this has on security.

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa

or

PubkeyAcceptedAlgorithms +ssh-rsa

I'm not sure what impact this has on security.

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa 

or

PubkeyAcceptedAlgorithms +ssh-rsa 

I'm not sure what impact this has on security.

Source Link
atod
  • 155
  • 6

On the client side, add the following to .ssh/config:

HostKeyAlgorithms=+ssh-dss KexAlgorithms +diffie-hellman-group1-sha1,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 PubkeyAcceptedKeyTypes +ssh-rsa

or

PubkeyAcceptedAlgorithms +ssh-rsa

I'm not sure what impact this has on security.