summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--UPGRADING18
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7250c6c53..259f7d8e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@
14 - Big manpage and config file cleanup from Andre Lucas 14 - Big manpage and config file cleanup from Andre Lucas
15 <andre.lucas@dial.pipex.com> 15 <andre.lucas@dial.pipex.com>
16 - Re-added latest (unmodified) OpenBSD manpages 16 - Re-added latest (unmodified) OpenBSD manpages
17 - Doc updates
17 18
1820000119 1920000119
19 - SCO compile fixes from Gary E. Miller <gem@rellim.com> 20 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
diff --git a/UPGRADING b/UPGRADING
index 6350fe048..54f5ca66f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -78,3 +78,21 @@ users access to the account regardless of the policy specified by
78not add the "nullok" directive to your PAM configuration file unless 78not add the "nullok" directive to your PAM configuration file unless
79you specifically wish to allow empty passwords. 79you specifically wish to allow empty passwords.
80 80
817. Rhosts authentication does not work
82
83Make sure that ssh is installed with the setuid bit set. Note that the
84Makefile does not do this by default.
85
868. X11 and/or agent forwarding does not work
87
88Check your ssh_config and sshd_config. The default configuration files
89disable authentication agent and X11 forwarding.
90
919. ssh takes a long time to connect with Linux/glibc 2.1
92
93The glibc shipped with Redhat 6.1 appears to take a long time to resolve
94"IPv6 or IPv4" addresses from domain names. This can be kludged around
95with the --with-ipv4-default configure option. This instructs OpenSSH to
96use IPv4-only address resolution. (IPv6 lookups may still be made by
97specifying the -6 option).
98