8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p /run/sshd
|
|
|
|
chown root: /root/.ssh/authorized_keys
|
|
|
|
exec /usr/sbin/sshd -D -e
|