Skip to content

Conversation

Thunderbottom
Copy link
Contributor

When a target is deleted from the admin UI, any associated SSH known hosts entries are now also removed. This prevents orphaned host key entries from remaining in the database after a target is deleted, which could cause confusion if a new target with the same hostname is created later.

closes: #1251

When a target is deleted from the admin UI, any associated SSH known hosts
entries are now also removed. This prevents orphaned host key entries from
remaining in the database after a target is deleted, which could cause
confusion if a new target with the same hostname is created later.

closes: warp-tech#1251

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
@Thunderbottom
Copy link
Contributor Author

I'm fairly new to rust, so do let me know if there's anything that can be improved.

@Eugeny Eugeny merged commit 6a5c80e into warp-tech:main Mar 27, 2025
8 of 9 checks passed
@Eugeny
Copy link
Member

Eugeny commented Mar 27, 2025

LGTM 🚀

@all-contributors add @Thunderbottom for code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete the known hosts entry when deleting a target
2 participants