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
/
config
/
cc_ssh_authkey_fingerprints.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-11-30
cc_ssh_authkey_fingerprints.py: prevent duplicate messages on console (#1081)
dermotbradley
2020-08-21
Update the list of valid ssh keys. (#487)
Ole-Martin Bratteng
2020-01-27
Print ssh key fingerprints using sha256 hash (#188)
Ryan Harper
2019-12-18
cloud-init: fix capitalisation of SSH (#126)
Daniel Watkins
2018-03-02
Change some list creation and population to literal.
Rémy Léone
2017-10-02
Remove prettytable dependency, introduce simpletable
Andrew Jorgensen
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-10-19
Move user/group functions to new ug_util file
Joshua Harlow
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2015-01-27
Respond to review:
Barry Warsaw
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2014-08-26
ssh_authkey_fingerprints: fix bug that prevented disabling the module
Scott Moser
2013-09-25
add '\n' to no key fingerprint warning
Scott Moser
2012-10-27
Helpful cleanups.
harlowja
2012-09-28
Add a comment as to why distros can't be
Joshua Harlow
2012-09-28
Rework the rest of the locations that used
Joshua Harlow
2012-09-27
cleanup the user/group lists
Joshua Harlow
2012-09-24
Adjust the fingerprints to use this new
Joshua Harlow
2012-08-22
fix pep8 complaints.
Scott Moser
2012-08-22
fix pylint in cc_ssh_authkey_fingerprints.py
Scott Moser
2012-08-21
remove committed conflicts in previous merge
Scott Moser
2012-08-20
remove duplicate printing of authorized keys to the console
Scott Moser
2012-08-20
authkey_fingerprints: Fix columns headers, do not print empty lines
Scott Moser
2012-08-20
add ssh-authkey-fingerprint config module, to print fingerprints to console
Scott Moser
2012-08-20
Fixup the columns and add a check to make
Joshua Harlow
2012-08-18
Add support for printing out the authkey's for the default user.
Joshua Harlow