1
0
Fork 0
fai-configspace/scripts/SETUP_USER/30-authorized_keys

5 lines
108 B
Plaintext
Raw Normal View History

#!/bin/sh
mkdir $target/home/$username/.ssh;
echo "$SSHKEY" > $target/home/$username/.ssh/authorized_keys;