From ce8943fdd68037cc76e2ba62d8384ff6fab2b4ba Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 5 Jan 2023 15:40:19 +0100 Subject: [PATCH] Move and rename cli options --- pages/04.other/ssh/default.en.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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)