Move and rename cli options
This commit is contained in:
parent
5a3d639843
commit
ce8943fdd6
@ -48,16 +48,6 @@ no -> Only allow ssh keys
|
|||||||
|
|
||||||
On OpenBSD also set `KbdInteractiveAuthentication` to `no`
|
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
|
## Windows Server
|
||||||
|
|
||||||
Open PowerShell as administrator
|
Open PowerShell as administrator
|
||||||
@ -155,6 +145,16 @@ Finally, the tunnel can be enabled
|
|||||||
`# systemctl daemon-reload`
|
`# systemctl daemon-reload`
|
||||||
`# systemctl enable --now local-tunnel@(application/tunnel name)`
|
`# 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
|
## References
|
||||||
|
|
||||||
- [Windows OpenSSH Installation](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)
|
- [Windows OpenSSH Installation](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)
|
||||||
|
Loading…
Reference in New Issue
Block a user