feat(ssh): auth-side SSH preflight - key presence, known_hosts with fingerprint steer, identity verification #296
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #187 (SSH-only mode epic). Depends on the protocol-mode slice.
An
auth-side preflight for ssh mode that checks the pieces madtea does not manage: a usable key exists (agent-held or~/.ssh), the forge host is present inknown_hosts(with a fingerprint-verification steer on first contact - TOFU is the one place SSH is weaker than TLS, say so), and anssh -T git@host-style probe verifies and NAMES the authenticated user. madtea still does not generate or manage keys; the preflight teaches, it does not fix.Acceptance:
auth loginwhen an ssh mode is chosen, and standalone (e.g. via whoami/status in ssh mode)