aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ignore malformatted ssh keys and go on with authorized_keys creationgentooClemens Hammacher2010-09-101-1/+4
* Fixup whitespace.Robin H. Johnson2008-07-111-0/+1
* Ignore some useless lines.Robin H. Johnson2008-07-111-1/+4
* Include the from option in ssh keys for security where desired by users.Robin H. Johnson2008-01-221-3/+9
* Exclude spaces from valid chars in username in command.Robin H. Johnson2007-12-241-1/+1
* Convert existing SSH module to use the sshkey module, including all tests.Robin H. Johnson2007-12-241-23/+12
* Add module to deal specifically with SSH public keys properly.Robin H. Johnson2007-12-241-30/+6
* Move the SSH username extraction to the ssh class, and the tests over as well.Robin H. Johnson2007-12-221-0/+14
* Expand SSH authorized_keys option parsing.Robin H. Johnson2007-12-221-4/+20
* Fix tabs for spaces.Robin H. Johnson2007-12-181-4/+4
* Add more testcases, and add coverage exclusion notations on places where we d...Robin H. Johnson2007-12-181-1/+1
* Pylint cleanup.Robin H. Johnson2007-12-181-12/+27
* Allow uppercase in usernames.Tommi Virtanen2007-12-171-1/+1
* Allow underscores, dots and dashes in SSH username local parts.Tommi Virtanen2007-12-111-1/+1
* Enforce safe usernames also when reading public key files from keydir.Tommi Virtanen2007-12-111-0/+13
* Let *.pub files have multiple lines, each containing one SSH key.Tommi Virtanen2007-11-181-6/+4
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-031-25/+0
* Initial import.Tommi Virtanen2007-06-041-0/+104