diff --git a/pages/04.other/ssh/default.en.md b/pages/04.other/ssh/default.en.md index bd07194..d394cb5 100644 --- a/pages/04.other/ssh/default.en.md +++ b/pages/04.other/ssh/default.en.md @@ -39,6 +39,16 @@ 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 `Add-WindowsCapability -Online -Name OpenSSH.Server`