diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-20 15:58:19 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-20 15:58:19 -0400 |
commit | c54ba02b176a2f8e43820a6df0ddd2c68b79c9e7 (patch) | |
tree | c7a4d53266a7023e7e0b7d55aeaee08d31310765 /ChangeLog | |
parent | 4540821caa31dc9ed0bedf521cd36975ddafebfa (diff) | |
parent | 4a86775c9cff53a5598db8f4a395abe7c228a147 (diff) | |
download | vyos-cloud-init-c54ba02b176a2f8e43820a6df0ddd2c68b79c9e7.tar.gz vyos-cloud-init-c54ba02b176a2f8e43820a6df0ddd2c68b79c9e7.zip |
add ssh-authkey-fingerprint config module, to print fingerprints to console
Example output:
ci-info: +---------+-------------------------+---------+-----------------+
ci-info: | Keytype | Fingerprint (md5) | Options | Comment |
ci-info: +---------+-------------------------+---------+-----------------+
ci-info: | ssh-rsa | e3:..:84:81:72:38:..:6a | - | smoser@brickies |
ci-info: | ssh-rsa | 21:..:32:8a:da:98:..:42 | - | smoser@bart |
ci-info: | ssh-rsa | 7b:..:ac:a7:17:51:..:b2 | - | smoser@kaypeah |
ci-info: +---------+-------------------------+---------+-----------------+
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ 0.7.0: + - write ssh authorized keys to console, ssh_authkey_fingerprints - Added RHEVm and vSphere support as source AltCloud [Joseph VLcek] - add write-files module (LP: #1012854) - Add setuptools + cheetah to debian package build dependencies (LP: #1022101) |