diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-20 17:11:46 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-20 17:11:46 -0400 |
commit | a2ebfe8f6f31ae6972620f271ab9fa935d46dff1 (patch) | |
tree | a7e8044461b7786467781f51fea1034700da8ccc /config | |
parent | 74d688eb4d18a4e072f66ac45f04655207af57c7 (diff) | |
download | vyos-cloud-init-a2ebfe8f6f31ae6972620f271ab9fa935d46dff1.tar.gz vyos-cloud-init-a2ebfe8f6f31ae6972620f271ab9fa935d46dff1.zip |
fix config for proper spelling of 'authkey'
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index f8d62e27..700f3d7a 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -59,7 +59,7 @@ cloud_final_modules: - scripts-per-boot - scripts-per-instance - scripts-user - - ssh-auth-key-fingerprints + - ssh-authkey-fingerprints - keys-to-console - phone-home - final-message |