3 lines
34 B
Bash
3 lines
34 B
Bash
#!/bin/sh
|
|
set -e
|
|
/usr/sbin/sshd -D |
#!/bin/sh
|
|
set -e
|
|
/usr/sbin/sshd -D |