Skip to content

Fix SSH host key verification in deploy provisioning#63

Open
jkaczman wants to merge 4 commits intomainfrom
fix/deploy-ssh-host-key-verification
Open

Fix SSH host key verification in deploy provisioning#63
jkaczman wants to merge 4 commits intomainfrom
fix/deploy-ssh-host-key-verification

Conversation

@jkaczman
Copy link
Copy Markdown
Collaborator

Previously, the deploy tool would SSH into a server without showing the server’s host key to the user or asking them to verify it. This fixes that by fetching the server’s SSH host key fingerprint first and requiring the verified fingerprint to match before authenticated SSH work can proceed. If the server later presents a different key than the one the user verified, deployment stops with an error instead of continuing with an unverified server.

The server provisioning screen walks users through fetching and confirming the fingerprint.

@jkaczman jkaczman requested a review from arrdalan April 14, 2026 19:47
@jkaczman jkaczman changed the title Fix/deploy ssh host key verification Fix SSH host key verification in deploy provisioning Apr 14, 2026
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.

1 participant