diff --git a/pages/04.other/ssh/default.en.md b/pages/04.other/ssh/default.en.md index fe6cb7a..d3d684b 100644 --- a/pages/04.other/ssh/default.en.md +++ b/pages/04.other/ssh/default.en.md @@ -48,16 +48,6 @@ no -> Only allow ssh keys On OpenBSD also set `KbdInteractiveAuthentication` to `no` -## Options - -### No matching host key type found - -Full error message: -`Unable to negotiate with port : no matching host key type found. Their offer: ` - -This happens, when a host key is used that has been deprecated in the locally installed ssh client. -Use the option `-oHostKeyAlgorithms=+` with ssh to connect regardless. - ## Windows Server Open PowerShell as administrator @@ -155,6 +145,16 @@ Finally, the tunnel can be enabled `# systemctl daemon-reload` `# systemctl enable --now local-tunnel@(application/tunnel name)` +## CLI Options + +### No matching host key type found + +Full error message: +`Unable to negotiate with port : no matching host key type found. Their offer: ` + +This happens, when a host key is used that has been deprecated in the locally installed ssh client. +Use the option `-oHostKeyAlgorithms=+` with ssh to connect regardless. + ## References - [Windows OpenSSH Installation](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)