Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a feature to flush SSH known hosts for VM #145

Open
flexiondotorg opened this issue Jun 27, 2024 · 0 comments
Open

feat: add a feature to flush SSH known hosts for VM #145

flexiondotorg opened this issue Jun 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@flexiondotorg
Copy link
Member

Quickemu exposes localhost:<port> (where is 22220 and upwards) for connecting to guest VMs over SSH. It is likely guest VMs will be deleted, and new guests will reuse ports previously assigned to past VMs.

This can result in Quickgui not being able to establish a SSH connection to a guest VM because the knownhost keys no longer match.

Therefore Quickgui should add a mechanism to remove knownhost keys for guest VMs using something like ssh-keygen -R [localhost]:22220. Better yet, a means to detect SSH connection are failing due to invalid knownhost keys and prompting to flush them.

@flexiondotorg flexiondotorg added the enhancement New feature or request label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant