summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Do not generate dsa and ed25519 key types when crypto FIPS mode is enabled (#...Ani Sinha2023-05-021-1/+20
* Fix private key permissions when openssh not earlier than 9.0 #2072sxt10012023-04-021-2/+6
* refactor: stop passing log instances to cc_* handlers (#2016)d1r3ct0r2023-03-271-14/+13
* cc_ssh: support multiple hostcertificates (#2018)Alberto Contreras2023-02-161-2/+5
* Fix permission of SSH host keys (#1971)Ron Gebauer2023-01-251-2/+2
* typing: Add types to cc_<module>.handle (#1700)Alberto Contreras2022-09-021-1/+4
* config: define activate_by_schema_keys for s mods (#1612)Alberto Contreras2022-07-211-0/+1
* CI: add non-blocking run against the linters tip versions (#1531)Paride Legovini2022-06-271-1/+1
* Drop support of *-sk keys in cc_ssh (#1451)Alberto Contreras2022-05-131-12/+33
* Misc module cleanup (#1418)Brett Holman2022-04-291-0/+0
* schema: add json defs for modules scripts-timezone (SC-801) (#1365)James Falcon2022-04-081-72/+62
* update ssh logs to show ssh private key gens pub and simplify code (#1221)Steve Weber2022-01-281-8/+15
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-44/+62
* cc_ssh.py: Add configuration for controlling ssh-keygen output (#1083)dermotbradley2021-10-271-1/+8
* cc_ssh.py: fix private key group owner and permissions (#1070)Emanuele Giuseppe Esposito2021-10-191-0/+7
* docs: fix typo and include sudo for report bugs commands (#1022)Renan Rodrigo2021-09-171-1/+1
* Support configuring SSH host certificates. (#660)Jonathan Lung2020-11-201-8/+23
* Update the list of valid ssh keys. (#487)Ole-Martin Bratteng2020-08-211-0/+36
* Move subp into its own module. (#416)Scott Moser2020-06-081-3/+4
* cloud-init: fix capitalisation of SSH (#126)Daniel Watkins2019-12-181-6/+6
* doc: update cc_ssh clarify host and auth keysJoshua Powers2019-12-181-40/+49
* Add config for ssh-key import and consuming user-dataPavel Zakharov2019-10-311-2/+13
* pyflakes: remove unused variableJoshua Powers2019-08-151-1/+1
* Add support for publishing host keys to GCE guest attributesRick Wright2019-08-091-0/+55
* config: disable ssh access to a configured user accountChad Smith2018-09-081-5/+2
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-17/+7
* Move user/group functions to new ug_util fileJoshua Harlow2016-10-191-7/+3
* Improve module documentation and doc cleanup.Wesley Wiedenmeier2016-09-301-0/+87
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-3/+3
* Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-3/+4
* fixes bug: https://launchpad.net/bugs/1461242Scott Moser2015-07-221-31/+34
|\
| * improve log messageScott Moser2015-07-221-1/+1
| * fixes from testingScott Moser2015-07-221-4/+3
| * replace '2' with 'TO' in globalsScott Moser2015-07-221-10/+10
| * pep8 line too longScott Moser2015-07-221-1/+2
| * untested suggested changeScott Moser2015-07-211-26/+27
|/
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-8/+8
* fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner2014-08-261-1/+1
* fix and cleanup usage of util.logexcJuerg Haefliger2013-06-191-5/+5
* change parser.parse 'default_opts' to 'options'Scott Moser2013-03-011-2/+2
* Helpful cleanups.harlowja2012-10-271-9/+7
* Add a comment as to why distros can't beJoshua Harlow2012-09-281-0/+4
* Rework the rest of the locations that usedJoshua Harlow2012-09-281-10/+3
* - Converted user list to user dict to allow exclusion of the default userBen Howard2012-08-311-1/+1
* cc_ssh.py: add the "get user zero" logic, disable root even if no userScott Moser2012-08-221-2/+13
* fix pep8 complaints.Scott Moser2012-08-221-4/+4
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-19/+20
* Renamed back to 'cc_*' with the reasoning being that 'cc_' providesJoshua Harlow2012-06-201-0/+131