Browse Source

add commented 2022 sshd startup

OPENBSD_2_3
deraadt 26 years ago
parent
commit
71f5f443fd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc.local

+ 2
- 1
src/etc/rc.local View File

@ -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


Loading…
Cancel
Save