summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8f661cdbb..c970525cc 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -103,3 +103,20 @@ use the 'idea' cipher attempts to connect to an OpenSSH server. To rectify
103this, select a different cipher in ssh_config or ~/.ssh/config (3des for 103this, select a different cipher in ssh_config or ~/.ssh/config (3des for
104security or blowfish for speed). 104security or blowfish for speed).
105 105
10610. "can't locate module net-pf-10" messages in log under Linux
107
108The Linux kernel is looking (via modprobe) for protocol family 10 (IPv6).
109Either 1. load the appropriate kernel module, 2. enter the correct alias
110in /etc/modules.conf or 3. disable IPv6 in /etc/modules.conf.
111
112For some silly reason /etc/modules.conf may also be named /etc/conf.modules
113
11411. Password authentication doesn't work on Slackware 7.0
115
116Configure OpenSSH with --with-md5-passwords
117
11812. ./configure or sshd complain about lack of RSA support
119
120Ensure that your OpenSSL libraries have been built to include RSA support
121either internally or through RSAref.
122