diff options
Diffstat (limited to 'services/sshd')
-rwxr-xr-x | services/sshd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sshd/run b/services/sshd/run index 6bac43d..7dcbb62 100755 --- a/services/sshd/run +++ b/services/sshd/run @@ -1,3 +1,3 @@ #!/bin/sh ssh-keygen -A # Will generate host keys if they don't already exist -exec sshd -D +exec /usr/sbin/sshd -D |