[Bug]: double remote host identification check
Current Behavior
ssh config looks like this
terminal checks remote host identification regardless of the config
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
Thanks for reporting (sorry about the response delay). We can look into adding support for StrictHostKeyChecking