index
:
delta/cloud-init-git.git
22.4.x
23.1.x
archived/19.1
cla
d80d0fcc0
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
deps
docs/19.1
james-hotplug
main
master
oddbloke-travis-test
pr_holman_docs
quick-check
rtd-build
single-schema-validation
single-schema-validation-a-d
stable-18.4
stable-19.4
test_upgrade
tests
tests-wip
ubuntu/artful
ubuntu/bionic
ubuntu/bionic-22.4.x
ubuntu/bionic-23.1.x
ubuntu/cosmic
ubuntu/daily/bionic
ubuntu/daily/devel
ubuntu/daily/eoan
ubuntu/daily/focal
ubuntu/daily/groovy
ubuntu/daily/hirsute
ubuntu/daily/impish
ubuntu/daily/xenial
ubuntu/devel
ubuntu/devel-23.1.x
ubuntu/disco
ubuntu/eoan
ubuntu/focal
ubuntu/focal-22.4.x
ubuntu/focal-23.1.x
ubuntu/groovy
ubuntu/hirsute
ubuntu/impish
ubuntu/jammy
ubuntu/jammy-22.4.x
ubuntu/jammy-23.1.x
ubuntu/kinetic
ubuntu/kinetic-22.4.x
ubuntu/kinetic-23.1.x
ubuntu/lunar
ubuntu/lunar-23.1.x
ubuntu/precise
ubuntu/trusty
ubuntu/xenial
ubuntu/yakkety
ubuntu/zesty
upstream/20.4.1
v22.3
github.com: canonical/cloud-init.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
ssh_util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for printing out the authkey's for the default user.
Joshua Harlow
2012-08-18
1
-40
/
+54
*
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 wit...
Joshua Harlow
2012-06-19
1
-3
/
+7
*
Remove default since it will never be called that way and apply default since...
Joshua Harlow
2012-06-16
1
-4
/
+1
*
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
*
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
*
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 + oth...
Joshua Harlow
2012-06-11
1
-43
/
+62
*
Cleanup this and add refactoring around large constructors (add a parse metho...
Joshua Harlow
2012-06-09
1
-122
/
+155
*
Remove the main function from this, seems like that should be in a test if ne...
Joshua Harlow
2012-06-08
1
-37
/
+0
*
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-06-07
1
-0
/
+227