index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
ssh_util.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-09-07
ssh_utils.py: ignore when sshd_config options are not key/value pairs (#1007)
Emanuele Giuseppe Esposito
2021-08-20
Fix home permissions modified by ssh module (SC-338) (#984)
James Falcon
2021-08-09
Stop copying ssh system keys and check folder permissions (#956)
Emanuele Giuseppe Esposito
2021-07-12
ssh-util: allow cloudinit to merge all ssh keys into a custom user file, defi...
Emanuele Giuseppe Esposito
2021-01-19
Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)" (#775)
Daniel Watkins
2020-10-20
ssh_util: handle non-default AuthorizedKeysFile config (#586)
Eduardo Otubo
2020-08-21
Update the list of valid ssh keys. (#487)
Ole-Martin Bratteng
2020-07-15
ssh exit with non-zero status on disabled user (#472)
Eduardo Otubo
2020-06-17
util: rename write_file's copy_mode parameter to preserve_mode (#439)
Daniel Watkins
2020-06-01
test: fix all flake8 E741 errors (#401)
Joshua Powers
2019-12-18
cloud-init: fix capitalisation of SSH (#126)
Daniel Watkins
2019-12-05
Multiple file fix for AuthorizedKeysFile config (#60)
Eduardo Otubo
2018-09-08
config: disable ssh access to a configured user account
Chad Smith
2018-04-20
set_passwords: Add newline to end of sshd config, only restart if updated.
Scott Moser
2018-02-02
Fix ssh keys validation in ssh_util
Tatiana Kholkina
2017-01-24
Add 3 ecdsa-sha2-nistp* ssh key types now that they are standardized
Lars Kellogg-Stedman
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-12-20
pep8: whitespace fix
Scott Moser
2016-12-20
Update the list of valid ssh keys.
Michael Felt
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-11-12
Handle = used as config delimiter in SSH config.
Daniel Watkins
2013-06-19
fix and cleanup usage of util.logexc
Juerg Haefliger
2013-03-07
pep8 and pylint fixes
Scott Moser
2013-03-01
fix reversed logic
Scott Moser
2013-03-01
remove debug code
Scott Moser
2013-03-01
change parser.parse 'default_opts' to 'options'
Scott Moser
2013-03-01
move function to a static list, comment where it came from
Scott Moser
2013-03-01
add some unit tests, fix an issue or two
Scott Moser
2012-10-27
Helpful cleanups.
harlowja
2012-08-18
Add support for printing out the authkey's for the default user.
Joshua Harlow
2012-06-29
Don't remove the key if its not there (or was already removed)
Joshua Harlow
2012-06-21
Simplify sshd config loading to make it use one set of functions/objects/classes
Joshua Harlow
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-20
Ensure any authorized key file found in authorized keys is path adjusted as well
harlowja
2012-06-19
Make most of all the places use the paths join() function so that testing wit...
Joshua Harlow
2012-06-16
Remove default since it will never be called that way and apply default since...
Joshua Harlow
2012-06-16
Send in src line instead of stripped line.
Joshua Harlow
2012-06-16
Update ssh_util to have a parser class and a line entry class.
Joshua Harlow
2012-06-16
Comments as to why we are using a csv parser and do some of the logic checks ...
Joshua Harlow
2012-06-15
Ensure when an exception is captured that we use the util.logexc helper.
Joshua Harlow
2012-06-11
Add comments on formats, add in function that handles option extraction + oth...
Joshua Harlow
2012-06-09
Cleanup this and add refactoring around large constructors (add a parse metho...
Joshua Harlow
2012-06-08
Remove the main function from this, seems like that should be in a test if ne...
Joshua Harlow
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow