5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd /root >/dev/null
|
|
exec /usr/sbin/sshd -D -e 2>&1
|
|
popd |