From: Michael Prokop Date: Wed, 3 Jun 2020 12:16:08 +0000 (+0200) Subject: Refactor new --sshcopyid behavior into separate cmdline option --sshcopyauth X-Git-Tag: v0.92~1^2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=3865f3eeb7510ee90c03f65b1b1ae85d731b4600;hp=3865f3eeb7510ee90c03f65b1b1ae85d731b4600;p=grml-debootstrap.git Refactor new --sshcopyid behavior into separate cmdline option --sshcopyauth Related to commit 07e835eac7 and the discussion within https://github.com/grml/grml-debootstrap/pull/153 If execution of --sshcopyid fails, then user might want to be aware of it. So instead of implementing the copying of .ssh/authorized_keys as fallback of --sshcopyid, let's provide it via cmdline option --sshcopyauth. Reviewed-by: Chris Hofstaedtler Reviewed-by: Darshaka Pathirana Closes: https://github.com/grml/grml-debootstrap/pull/153 ---