waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

[Bug]: double remote host identification check

Open dtkbrbq opened this issue 10 months ago • 1 comments

Current Behavior

ssh config looks like this

Image

terminal checks remote host identification regardless of the config

Image

i tried "UpdateHostKeys yes" and "UserKnownHostsFile /dev/null" but no luck

I work with servers that are frequently reinstalled, so this bug makes for me not possible to use wave terminal at all.

Expected Behavior

Wave terminal relies on ssh config parameters.

Steps To Reproduce

Use ssh config like this. pretty standard i think.

Host * User root StrictHostKeyChecking no IdentityFile ~/.ssh/id_rsa HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa

Wave Version

v0.11.0

Platform

Linux

OS Version/Distribution

Kubuntu 24.04

Architecture

x64

Anything else?

One more thing, this happens only if rty to connect trough dropdown menu (alt+G).

Questionnaire

  • [ ] I'm interested in fixing this myself but don't know where to start
  • [ ] I would like to fix and I have a solution
  • [ ] I don't have time to fix this right now, but maybe later

dtkbrbq avatar Jan 31 '25 14:01 dtkbrbq

Thanks for reporting (sorry about the response delay). We can look into adding support for StrictHostKeyChecking

sawka avatar Feb 19 '25 23:02 sawka