[Git-commits] [grml/grml-debootstrap] 07e835: add .ssh/authorized_keys support for --sshcopyid
Michael Prokop
noreply at github.com
Wed Jun 3 14:17:52 CEST 2020
Branch: refs/heads/mika/gh153
Home: https://github.com/grml/grml-debootstrap
Commit: 07e835eac738681f6c304584fca8bfe373c24365
https://github.com/grml/grml-debootstrap/commit/07e835eac738681f6c304584fca8bfe373c24365
Author: Antoine Beaupré <anarcat at debian.org>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M grml-debootstrap
Log Message:
-----------
add .ssh/authorized_keys support for --sshcopyid
We retain backwards compatibility, that is: we use keys from the agent
by default. But if unavailable, we tap into the ~/.ssh/authorized_keys
file (or whatever is specified by the $AUTHORIZED_KEYS_SOURCE
environment).
The target SSH directory can be changed with $AUTHORIZED_KEYS_TARGET.
Closes: #151
Commit: c69705b610d5137ab3b3fd9a78bb87eac7c95de2
https://github.com/grml/grml-debootstrap/commit/c69705b610d5137ab3b3fd9a78bb87eac7c95de2
Author: Michael Prokop <mika at grml.org>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Merge remote-tracking branch 'origin/pr/153'
Commit: 35d6c289b6ca9ec00c20ecf3d254bb42892e7342
https://github.com/grml/grml-debootstrap/commit/35d6c289b6ca9ec00c20ecf3d254bb42892e7342
Author: Michael Prokop <mika at grml.org>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M grml-debootstrap
M grml-debootstrap.8.txt
Log Message:
-----------
Add docs for new --sshcopyid behavior and adjust coding style
Use "${foo}" instead of "$foo" and messages should start with uppercase
letter.
Compare: https://github.com/grml/grml-debootstrap/compare/07e835eac738%5E...35d6c289b6ca
More information about the Git-commits
mailing list