about summary refs log tree commit diff
path: root/services/sshd/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/sshd/run')
-rwxr-xr-xservices/sshd/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/sshd/run b/services/sshd/run
index 2af79da..6bac43d 100755
--- a/services/sshd/run
+++ b/services/sshd/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-/usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist
-exec /usr/sbin/sshd -D
+ssh-keygen -A # Will generate host keys if they don't already exist
+exec sshd -D