~amzn-cmiller/cloud-init:ssh_authorizedkeys

Last commit made on 2019-03-26
Get this branch:
git clone -b ssh_authorizedkeys https://git.launchpad.net/~amzn-cmiller/cloud-init
Only Chad can upload to this branch. If you are Chad please log in for upload directions.

Branch merges

Branch information

Name:
ssh_authorizedkeys
Repository:
lp:~amzn-cmiller/cloud-init

Recent commits

be685b5... by Chad

Split AuthorizedKeysFile as sshd does

a8a3b54... by Chad

Prove that space are allowed in files in authkeysfile directive

2476a40... by Matthew Yeazel

Add patch from smoser on LP bug

7e72941... by Matthew Yeazel

Fix flake error with import order

e77b7d5... by Matthew Yeazel

Fix more errors with flake8 and imports

8d11bc9... by Matthew Yeazel

Add test for one entry

e53d23b... by Matthew Yeazel

Fix issue with multiple AuthorizedKeysFile entries

If a user puts two entries in the AuthorizedKeysFile, cloud-init
will manage the keys in the first file.

https://bugs.launchpad.net/cloud-init/+bug/1404060

dfe50e3... by Thomas Bechtold

tox: Update testenv for openSUSE Leap to 15.0

Use the requirements for the openSUSE Leap 15.0 release.

22e3329... by raphael.glon

net: Fix ipv6 static routes when using eni renderer

When rendering ipv6 static routes in eni format the
post-up/pre down commands were not correct for ipv6.

LP: #1818669

5e5894d... by Dan Watkins

Add ubuntu_drivers config module

The ubuntu_drivers config module enables usage of the 'ubuntu-drivers'
command. At this point it only serves as a way of installing NVIDIA
drivers for general purpose graphics processing unit (GPGPU)
functionality.

Also, a small usability improvement to get_cfg_by_path to allow it to
take a string for the key path
  "toplevel/second/mykey"
in addition to the original:
  ("toplevel", "second", "mykey")