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

5 lines
108 B
Bash
Executable File

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