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/run2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/sshd/run b/services/sshd/run
index 06f36ea..2af79da 100755
--- a/services/sshd/run
+++ b/services/sshd/run
@@ -1,5 +1,3 @@
 #!/bin/sh
-
-echo "Starting sshd..."
 /usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist
 exec /usr/sbin/sshd -D