ref: 35a18fa0d0cb4c9d4285670af89c134d04fd3042
parent: 1efc551b740ca8219b5e8239fc7c2271ef1baec5
author: Kurt H Maier <khm@sciops.net>
date: Wed Oct 29 09:12:44 EDT 2014
disable useless ssh daemon by default
--- /dev/null
+++ b/rc/bin/service/!tcp22
@@ -1,0 +1,3 @@
+#!/bin/rc
+
+exec /bin/aux/sshserve -A 'tis password' `{cat $3/remote} >>[2]/sys/log/ssh--- a/rc/bin/service/tcp22
+++ /dev/null
@@ -1,3 +1,0 @@
-#!/bin/rc
-
-exec /bin/aux/sshserve -A 'tis password' `{cat $3/remote} >>[2]/sys/log/ssh--
⑨