Add restricted SSH admin shell
This commit is contained in:
parent
64e0168dbf
commit
59ccf6c748
9 changed files with 358 additions and 14 deletions
|
|
@ -7,8 +7,10 @@ Accepted.
|
|||
## Decision
|
||||
|
||||
SSH keys are admin signing identities and ecosystem integration points. SSH is
|
||||
not a geth transport. Future SSH proxy support will carry SSH protocol bytes over
|
||||
authorized Iroh streams, and OpenSSH will still perform normal login auth.
|
||||
not a geth transport. SSH proxy support carries SSH protocol bytes over
|
||||
authorized Iroh streams, and OpenSSH still performs normal login auth. The
|
||||
restricted geth admin shell is a separate built-in command set over protected
|
||||
Iroh control requests; it does not execute host shell commands.
|
||||
|
||||
Geth also manages OpenSSH certificate request, renewal, approval, import, and
|
||||
revocation-list metadata. Signing is explicit: an approved request yields a
|
||||
|
|
|
|||
Loading…
Reference in a new issue