[Bug 1494816] Re: Snappy should enable SSH when credentials are provided
Ben Howard
ben.howard at canonical.com
Tue Sep 15 17:54:30 UTC 2015
Okay, culprit found:
=== modified file 'cloudinit/config/cc_snappy.py'
--- cloudinit/config/cc_snappy.py 2015-09-11 20:52:26 +0000
+++ cloudinit/config/cc_snappy.py 2015-09-15 17:52:52 +0000
@@ -63,7 +63,7 @@
BUILTIN_CFG = {
'packages': [],
'packages_dir': '/writable/user-data/cloud-init/snaps',
- 'ssh_enabled': False,
+ 'ssh_enabled': "auto",
'system_snappy': "auto",
'config': {},
}
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1494816
Title:
Snappy should enable SSH when credentials are provided
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+subscriptions
More information about the Ubuntu-server-bugs
mailing list