From 71f5f443fd55318f7e3f0446ed2e71eb6fa62d23 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 7 Apr 1998 16:32:55 +0000 Subject: [PATCH] add commented 2022 sshd startup --- src/etc/rc.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index d091af21..18a912d9 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.21 1998/04/07 06:11:55 deraadt Exp $ +# $OpenBSD: rc.local,v 1.22 1998/04/07 16:32:55 deraadt Exp $ # site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions @@ -12,6 +12,7 @@ echo -n 'starting local daemons:' if [ -x /usr/local/sbin/sshd ]; then echo -n ' sshd'; /usr/local/sbin/sshd + #echo -n ' sshd2022'; /usr/local/sbin/sshd -p 2022 fi if [ -x /usr/local/sbin/cfsd ]; then