Add fnux's key to devuan netboot image

This commit is contained in:
fnux 2020-06-24 08:53:37 +02:00
parent e402975b21
commit 8e73c603c8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ echo '* * * * * root ip -o -6 addr show | grep -E -v " lo |one" > /etc/issue' >
mkdir -p ${chroot_dir}/root/.ssh
for key in balazs dominique jinguk nico; do
for key in fnux balazs dominique jinguk nico; do
curl -s ${keyurl}/${key}.pub >> ${chroot_dir}/root/.ssh/authorized_keys
done