summaryrefslogtreecommitdiff
path: root/security/ssh/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh/MESSAGE')
-rw-r--r--security/ssh/MESSAGE20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/ssh/MESSAGE b/security/ssh/MESSAGE
new file mode 100644
index 00000000000..42e8be87be5
--- /dev/null
+++ b/security/ssh/MESSAGE
@@ -0,0 +1,20 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 01:17:53 zuntum Exp $
+
+If "starter" configuration files were installed (in ${SSH_CONF_DIR})
+when the package was installed, be sure to examine them (and the man pages
+for ssh and sshd) to determine whether you want to make any changes.
+
+Copies of the example configuration files are installed in
+${PREFIX}/share/examples/ssh, so those can still be used for reference
+after you have made changes to those installed in ${SSH_CONF_DIR}, or if
+you had existing configuration files, which would not be overwritten in
+the installation process.
+
+In general, you will want to set up /etc/rc.local to start sshd at boot
+time. Something like the following should do the job:
+
+# Run sshd if installed and configured
+${PREFIX}/etc/rc.d/sshd
+
+==========================================================================