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 /config | |
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 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 2b4d9e63..f8d62e27 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -59,6 +59,7 @@ cloud_final_modules: - scripts-per-boot - scripts-per-instance - scripts-user + - ssh-auth-key-fingerprints - keys-to-console - phone-home - final-message |