Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for printing out the authkey's for the default user. | Joshua Harlow | 2012-08-18 | 1 | -40/+54 |
| | | | | | | | | | | 1. Adjust the sshutil so that it has functions for doing this (used by the previous functions) 2. Create a new module that pretty prints out the given authorized keys fetched (if any) using the standard md5 scheme (for now), this module can be disabled by setting 'no_ssh_fingerprints' or just removing it from the running list. | ||||
* | Don't remove the key if its not there (or was already removed) | Joshua Harlow | 2012-06-29 | 1 | -1/+2 |
| | |||||
* | Simplify sshd config loading to make it use one set of functions/objects/classes | Joshua Harlow | 2012-06-21 | 1 | -6/+43 |
| | |||||
* | Massive pylint + pep8 fixups! | Joshua Harlow | 2012-06-20 | 1 | -3/+2 |
| | |||||
* | Ensure any authorized key file found in authorized keys is path adjusted as well | harlowja | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | Make most of all the places use the paths join() function so that testing ↵ | Joshua Harlow | 2012-06-19 | 1 | -3/+7 |
| | | | | with non-real read/write paths is easier. | ||||
* | Remove default since it will never be called that way and apply default ↵ | Joshua Harlow | 2012-06-16 | 1 | -4/+1 |
| | | | | since its not currently being called that way | ||||
* | Send in src line instead of stripped line. | Joshua Harlow | 2012-06-16 | 1 | -8/+8 |
| | |||||
* | Update ssh_util to have a parser class and a line entry class. | Joshua Harlow | 2012-06-16 | 1 | -47/+71 |
| | | | | | | | | | Also have a method that will parse the authorized key file. This allows: 1. Testing of parsing seperate from testing of entry construction. 1. Testing of authorized key file parsing, separate from updating. | ||||
* | Comments as to why we are using a csv parser and do some of the logic checks ↵ | Joshua Harlow | 2012-06-16 | 1 | -0/+10 |
| | | | | that are done for option extraction | ||||
* | Ensure when an exception is captured that we use the util.logexc helper. | Joshua Harlow | 2012-06-15 | 1 | -10/+10 |
| | |||||
* | Add comments on formats, add in function that handles option extraction + ↵ | Joshua Harlow | 2012-06-11 | 1 | -43/+62 |
| | | | | other pylint cleanups. | ||||
* | Cleanup this and add refactoring around large constructors (add a parse ↵ | Joshua Harlow | 2012-06-09 | 1 | -122/+155 |
| | | | | method). Handle error cases better... | ||||
* | Remove the main function from this, seems like that should be in a test if ↵ | Joshua Harlow | 2012-06-08 | 1 | -37/+0 |
| | | | | needed. | ||||
* | 1. Adding some new helper files that split off file inclusion, templating, ↵ | Joshua Harlow | 2012-06-07 | 1 | -0/+227 |
importing, constant usage. 1. Move all datasources to a new sources directory 1. Rename some files to be more consistent with python file/module naming. |