Skip to main content
I'm running ubuntu, the command, as written was rejected. Man page for ssh says capital K for key in HostKey and there needs to be an 's' on the end. Thanks for reviewing!
Source Link
HalosGhost
  • 4.9k
  • 10
  • 37
  • 42

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostKeyAlgorithms=ssh-algamel 

can override that value

Edits must be at least 6 characters; is there something else to improve in this post? Now I have edited more than 6 characters. Sigh...

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostKeyAlgorithms=ssh-algamel 

can override that value

Edits must be at least 6 characters; is there something else to improve in this post? Now I have edited more than 6 characters. Sigh...

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostKeyAlgorithms=ssh-algamel 

can override that value

I'm running ubuntu, the command, as written was rejected. Man page for ssh says capital K for key in HostKey and there needs to be an 's' on the end. Thanks for reviewing!
Source Link

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostkeyAlgorithm=sshHostKeyAlgorithms=ssh-algamel 

can override that value

Edits must be at least 6 characters; is there something else to improve in this post? Now I have edited more than 6 characters. Sigh...

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostkeyAlgorithm=ssh-algamel 

can override that value

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostKeyAlgorithms=ssh-algamel 

can override that value

Edits must be at least 6 characters; is there something else to improve in this post? Now I have edited more than 6 characters. Sigh...

Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

Apart from a few specific (often used) options like -p to set the port, there is the generic -o options.

ssh -o HostkeyAlgorithm=ssh-algamel 

can override that value