diff options
author | Jon Robertson <jonrober@stanford.edu> | 2015-01-22 13:54:09 -0800 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2015-06-08 15:24:34 -0700 |
commit | e566f44d15a075e6fb4e06bdd14d94f10b4ec124 (patch) | |
tree | 3107f82c8ae2287c7a3145c41a1ff1149e7e42a1 | |
parent | 6b7b9a29d20a65712061648404bbc6f1be5cacee (diff) |
Updated Stanford policy to add optional extra to ssh keys
Change-Id: Ic575c22c741c29e814749d334e9ed40eb83014e5
-rw-r--r-- | perl/lib/Wallet/Policy/Stanford.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/lib/Wallet/Policy/Stanford.pm b/perl/lib/Wallet/Policy/Stanford.pm index a392476..a707ea5 100644 --- a/perl/lib/Wallet/Policy/Stanford.pm +++ b/perl/lib/Wallet/Policy/Stanford.pm @@ -66,8 +66,8 @@ our %FILE_TYPE = ( 'password-root' => { host => 1 }, 'password-tivoli' => { host => 1 }, properties => { extra => 1 }, - 'ssh-dsa' => { host => 1 }, - 'ssh-rsa' => { host => 1 }, + 'ssh-dsa' => { host => 1, extra => 1 }, + 'ssh-rsa' => { host => 1, extra => 1 }, 'ssl-key' => { host => 1, extra => 1 }, 'ssl-keypair' => { host => 1, extra => 1 }, 'ssl-keystore' => { extra => 1 }, |