/srv/irclogs.ubuntu.com/2014/12/18/#cloud-init.txt

=== zz_gondoi is now known as gondoi
=== harlowja is now known as harlowja_away
=== gondoi is now known as zz_gondoi
=== zz_gondoi is now known as gondoi
=== harlowja_away is now known as harlowja
harmwharlowja_: ping!21:59
harlowja_harmw sup21:59
harmwyou've got some python code I can use to test computing power?21:59
harmweg. I'm eager to find out if my ARM system is capable of running keystone :)22:00
harmwinstead of my old Atom x86_64 rig22:00
harmwand instead of googling, I'd figure you would know this one by heart :p22:00
harlowja_hmmmm22:03
harlowja_python test computing power, ha22:03
harlowja_u so funny22:04
harlowja_lol22:04
harmwhehe22:04
harlowja_u can try running http://docs.openstack.org/developer/taskflow/examples.html#distributed-mandelbrot-complex a bunch of times, ha22:04
harlowja_but meh, i'm not sure i'd use python, lol22:04
harmwmaybe I should take some to explain my case :p22:05
harmwmy Atom can't realy keep up with keystone, generating tokens/keys etc.22:05
harlowja_ya, somewhat expected i guess ;)22:05
harmwand I'd like to see/test if an ARM platform would be up for the task22:05
harmwtrue, true22:05
harlowja_run keystone on it? see what happens22:06
harmwbut instead of diving in with 'just' running keystone on it, I'd like to run some test code first :) 22:06
harmwlol22:06
harlowja_hmmm, use python-cryptography to generate a crap ton of keys?22:07
harlowja_see how that goes?22:07
harlowja_i think thats what keystone uses anyway22:07
harlowja_https://cryptography.io/en/latest/ 22:07
harmwhmk22:08
harmwthanks, I guess :p22:08
harmwrunning time openssl rand -hex 100 is interesting as well22:08
harlowja_or https://github.com/pyca/cryptography/tree/master/tests/hazmat/primitives (might have something interesting?)22:08
harlowja_run there test suite a bunch of times, ha22:09
harmw:) thanks22:09
harlowja_suree, let me know how it goes :-P22:09
=== gondoi is now known as zz_gondoi
anotheralwould anyone be able to help me figure out why my new AMI based off the amazon ubuntu 14.04, isn't updating the 'ubuntu' account authorized_keys?23:36
anotheralok i think i *finally* figured it out23:51
anotheralI override the AuthorizedKeysFile in /etc/ssh/sshd_config, and I think the cloud-init script is horking on that23:52
anotheralyes!  here's my sshd_config23:52
anotheralAuthorizedKeysFile%h/.ssh/authorized_keys /etc/ssh/authorized_keys/%u23:52
anotheralsorry23:52
anotheralAuthorizedKeysFile %h/.ssh/authorized_keys /etc/ssh/authorized_keys/%u23:53
anotheral(this allows for a second directory of authorized keyfiles named for the user23:53
anotheral)23:53
anotheralbut cloud-init is actually creating the path "/home/ubuntu/.ssh/authorized_keys /etc/ssh/authorized_keys/ubuntu" (space is part of the dir name), with the right key in it23:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!