4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p /target/root/.ssh
|
||
|
cp /cdrom/authorized_keys /target/root/.ssh
|
||
|
chmod 700 /target/root/.ssh -R
|