5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
mkdir $target/home/$username/.ssh;
|
|
echo "$SSHKEY" > $target/home/$username/.ssh/authorized_keys;
|
|
|