From: Darshaka Pathirana Date: Sat, 2 Mar 2019 02:35:02 +0000 (+0100) Subject: Add option --sshcopyid to authorise root login X-Git-Tag: v0.88~3^2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=0b1d9821475753d8580982724b807cc8f2daa7e5;hp=0b1d9821475753d8580982724b807cc8f2daa7e5;p=grml-debootstrap.git Add option --sshcopyid to authorise root login Use locally available public keys to authorise root login on the target system. Similar to ssh-copy-id(1) (without the -i option) it checks if `ssh-add -L` provides any output, and if so those keys are appended to `/root/.ssh/authorized_keys`. Closes: grml/grml-debootstrap#128 ---