Use repository Git remotes and SSH config
Some checks failed
Dependency security audit / rustsec (push) Has been cancelled

This commit is contained in:
Georg Bauer
2026-08-26 09:32:21 +02:00
parent a3da9fda69
commit 300ccf5f1f
7 changed files with 316 additions and 23 deletions

View File

@@ -85,8 +85,9 @@ host/key interaction design.
## Deliberate OpenSSH differences
IronStorage does not read arbitrary OpenSSH configuration, `ProxyCommand`,
`Match`, URL rewrites, separate push URLs, host certificates, password or
IronStorage reads the connection-only `Host`, `HostName`, `User`, `Port`, and
`IdentityFile` directives from OpenSSH configuration. It does not support
`ProxyCommand`, `Match`, URL rewrites, separate push URLs, host certificates, password or
keyboard-interactive authentication, agent forwarding, arbitrary remote
commands, local transport helpers, or local-path remotes. These are explicit
security boundaries, not partial implementations. HTTPS smart Git remains the