Page MenuHomePhabricator

Add an optional "--sshd-key" argument to "bin/ssh-auth" for reading "%k" from modern sshd
ClosedPublic

Authored by epriestley on Oct 29 2019, 12:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 24, 4:35 PM
Unknown Object (File)
Sun, Dec 8, 12:17 AM
Unknown Object (File)
Thu, Nov 28, 6:43 PM
Unknown Object (File)
Nov 24 2024, 10:38 PM
Unknown Object (File)
Nov 19 2024, 1:43 PM
Unknown Object (File)
Nov 19 2024, 10:38 AM
Unknown Object (File)
Nov 18 2024, 12:01 AM
Unknown Object (File)
Nov 15 2024, 2:54 PM
Subscribers
None

Details

Summary

Depends on D20873. Ref T13436. Allow callers to configure "bin/ssh-auth --sshd-key %k" as an "AuthorizedKeysCommand"; if they do, and we recognize the key, emit just that key in the output.

Test Plan
  • Used git pull locally, still worked fine.
  • Instrumented things, saw the public key lookup actually work and emit a single key.
  • Ran without "--sshd-key", got a full key list as before.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable