Skip to content

Add a new Kernel command to allow ssh public key to be obtained via http (fixed commits)

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. Firstboot discussion here: https://github.com/alpinelinux/aports/pull/4563 thank you to @tmh1999 for patch proposal.

Signed-off-by: Mick Tarsel mtarsel@gmail.com

Merge request reports