commit | dad5fed2d5c1ee00160b15037a53eeb0f1e2f472 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Feb 16 10:05:46 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Feb 16 10:22:10 2009 -0800 |
tree | f4451d5931de5c57c35b3c7cc41bfe7986c331c5 | |
parent | 183aecb6724f77edca2e69537c0725d6a3ca5496 [diff] |
Don't store SSH keys we know to be invalid Instead of storing an invalid key, tell the user its invalid and store nothing at all. This helps users who might be trying to use an SSH 1 style key and insert it, we'll fail right away and tell them its not a valid key. Signed-off-by: Shawn O. Pearce <sop@google.com>