Move and rename cli options

This commit is contained in:
RealStickman 2023-01-05 15:40:19 +01:00
parent 5a3d639843
commit ce8943fdd6

View File

@ -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 <host> port <port>: no matching host key type found. Their offer: <comma separated list of host keys>`
This happens, when a host key is used that has been deprecated in the locally installed ssh client.
Use the option `-oHostKeyAlgorithms=+<host key type>` 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 <host> port <port>: no matching host key type found. Their offer: <comma separated list of host keys>`
This happens, when a host key is used that has been deprecated in the locally installed ssh client.
Use the option `-oHostKeyAlgorithms=+<host key type>` with ssh to connect regardless.
## References
- [Windows OpenSSH Installation](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)