summaryrefslogtreecommitdiff
path: root/cloudinit/ssh_util.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for printing out the authkey's for the default user.Joshua Harlow2012-08-181-40/+54
* Don't remove the key if its not there (or was already removed)Joshua Harlow2012-06-291-1/+2
* Simplify sshd config loading to make it use one set of functions/objects/classesJoshua Harlow2012-06-211-6/+43
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-3/+2
* Ensure any authorized key file found in authorized keys is path adjusted as wellharlowja2012-06-201-1/+1
* Make most of all the places use the paths join() function so that testing wit...Joshua Harlow2012-06-191-3/+7
* Remove default since it will never be called that way and apply default since...Joshua Harlow2012-06-161-4/+1
* Send in src line instead of stripped line.Joshua Harlow2012-06-161-8/+8
* Update ssh_util to have a parser class and a line entry class. Joshua Harlow2012-06-161-47/+71
* Comments as to why we are using a csv parser and do some of the logic checks ...Joshua Harlow2012-06-161-0/+10
* Ensure when an exception is captured that we use the util.logexc helper.Joshua Harlow2012-06-151-10/+10
* Add comments on formats, add in function that handles option extraction + oth...Joshua Harlow2012-06-111-43/+62
* Cleanup this and add refactoring around large constructors (add a parse metho...Joshua Harlow2012-06-091-122/+155
* Remove the main function from this, seems like that should be in a test if ne...Joshua Harlow2012-06-081-37/+0
* 1. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow2012-06-071-0/+227