summaryrefslogtreecommitdiff
path: root/tests/unittests/test_sshutil.py
AgeCommit message (Expand)Author
2021-09-07ssh_utils.py: ignore when sshd_config options are not key/value pairs (#1007)Emanuele Giuseppe Esposito
2021-08-09Stop copying ssh system keys and check folder permissions (#956)Emanuele Giuseppe Esposito
2021-07-12ssh-util: allow cloudinit to merge all ssh keys into a custom user file, defi...Emanuele Giuseppe Esposito
2021-01-19Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)" (#775)Daniel Watkins
2020-10-20ssh_util: handle non-default AuthorizedKeysFile config (#586)Eduardo Otubo
2020-08-21Update the list of valid ssh keys. (#487)Ole-Martin Bratteng
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2019-12-05Multiple file fix for AuthorizedKeysFile config (#60)Eduardo Otubo
2018-04-20set_passwords: Add newline to end of sshd config, only restart if updated.Scott Moser
2018-02-02Fix ssh keys validation in ssh_utilTatiana Kholkina
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-01-24Add 3 ecdsa-sha2-nistp* ssh key types now that they are standardizedLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2014-11-13Use test_helpers.TestCase for test_sshutil tests.Daniel Watkins
2014-11-12Handle = used as config delimiter in SSH config.Daniel Watkins
2014-11-12Add tests for current parse_ssh_config behaviour.Daniel Watkins
2013-03-07pep8 and pylint fixesScott Moser
2013-03-01change parser.parse 'default_opts' to 'options'Scott Moser
2013-03-01add some unit tests, fix an issue or twoScott Moser