sshroot: better handling of getting keys
authorAlex Dehnert <adehnert@mit.edu>
Fri, 25 Jun 2010 07:51:16 +0000 (03:51 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Fri, 25 Jun 2010 07:51:16 +0000 (03:51 -0400)
commit5ec775cdf19bf05c4948af3045fbf7abf17679f2
tree3465703d050cf266dc94c8edb0d8920948ea0b6f
parent5f21ee10871fa9ef672c9aedfe8aee3d5e4ee73e
sshroot: better handling of getting keys

* Rename with-keys to with-agent to better reflect what it does
* Make a new with-keys that does the same thing as with-agent, except
  that it passes $keys to keychain so that those keys are actually
  unlocked
* Divide between using with-keys and with-agent more-or-less
  reasonably
sshroot