summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-28 14:06:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-28 14:06:24 +0000
commitf573d0ea4039be0de8af5d4bdba563b109b4f10d (patch)
treea1644eac66037b6e3331db05cd5b2d9ae789f57f
parent4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3 (diff)
downloadalpine-conf-f573d0ea4039be0de8af5d4bdba563b109b4f10d.tar.bz2
alpine-conf-f573d0ea4039be0de8af5d4bdba563b109b4f10d.tar.xz
setup-sshd: minor tweaking of prompt
-rwxr-xr-xsetup-sshd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-sshd.in b/setup-sshd.in
index 11a074f..1890b7c 100755
--- a/setup-sshd.in
+++ b/setup-sshd.in
@@ -25,7 +25,7 @@ while getopts "hc:" opt; do
done
if [ "$sshdchoice" = "" ]; then
- echo -n "Remote administration with sshd? (openssh, dropbear, none) [openssh] "
+ echo -n "Which SSH server? ('openssh', 'dropbear' or 'none') [openssh] "
default_read sshdchoice "openssh"
fi