Skip to content

Add a new Kernel command to allow ssh public key to be obtained via http

Carlo Landmeter requested to merge github/fork/mtarsel/master into master

Created by: mtarsel

ssh_key kernel command requires https or ftps. This patch introduces a new kernel command called ssh_key_plain which would allow a user to download their SSH public key via http. An exmaple being: ssh_key_plain=http://mykey This would be helpful for a local network install and will require an additional patch in firstboot to allow this new kernel command.

Merge request reports