aboutsummaryrefslogtreecommitdiffstats
path: root/testing/runit/README.alpine
diff options
context:
space:
mode:
Diffstat (limited to 'testing/runit/README.alpine')
-rw-r--r--testing/runit/README.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/runit/README.alpine b/testing/runit/README.alpine
index fe9141cb3f..16fb7dc5b7 100644
--- a/testing/runit/README.alpine
+++ b/testing/runit/README.alpine
@@ -21,7 +21,7 @@ Example: /etc/sv/tinyssh/run |
#!/bin/sh
PORT=22
mkdir -p /etc/tinyssh
-/usr/sbin/tinysshd-makekey /etc/tinyssh/keys 2>/dev/null
+/usr/sbin/tinysshd-makekey /etc/tinyssh/sshkeys 2>/dev/null
exec tcpserver -HRDl0 0.0.0.0 $PORT /usr/sbin/tinysshd -v -l /etc/tinyssh/sshkeys
---------------------------------------------------------------------------------