summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-08-20 15:58:19 -0400
committerScott Moser <smoser@ubuntu.com>2012-08-20 15:58:19 -0400
commitc54ba02b176a2f8e43820a6df0ddd2c68b79c9e7 (patch)
treec7a4d53266a7023e7e0b7d55aeaee08d31310765 /ChangeLog
parent4540821caa31dc9ed0bedf521cd36975ddafebfa (diff)
parent4a86775c9cff53a5598db8f4a395abe7c228a147 (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc45ff2d..61297404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)