HomePhabricator

Purge `ssh-auth` key cache after trust/untrust

Description

Purge ssh-auth key cache after trust/untrust

Summary: See PHI358. The bin/almanac [un]trust-key workflows don't properly purge the SSH key cache, but should.

Test Plan:

  • Added key ssh-rsa xyz to a device.
  • Used bin/ssh-auth | grep xyz to test for the presence of the key.
  • Before patch: Saw it not present, trusted it, saw it still not present.
  • After patch: Saw it not present, trusted it, saw it now present. Untrusted it, saw it no longer present.

Differential Revision: https://secure.phabricator.com/D19053

Details

Provenance
epriestleyAuthored on Feb 9 2018, 10:47 PM
epriestleyPushed on Feb 9 2018, 10:58 PM
Differential Revision
D19053: Purge `ssh-auth` key cache after trust/untrust
Parents
rP9c8484de3208: Document the STMP port option
Branches
Unknown
Tags
Unknown
Build Status
Buildable 19477
Build 26350: Run Core Tests