summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 54f5ca66f..5c6715ce2 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -96,3 +96,11 @@ with the --with-ipv4-default configure option. This instructs OpenSSH to
96use IPv4-only address resolution. (IPv6 lookups may still be made by 96use IPv4-only address resolution. (IPv6 lookups may still be made by
97specifying the -6 option). 97specifying the -6 option).
98 98
9910. Logins from commercial ssh generate the error "Selected cipher type
100 idea not supported by server"
101
102This error is generated when a commercial ssh which has been configured to
103use the 'idea' cipher attempts to connect to an OpenSSH server. To rectify
104this, select a different cipher in ssh_config or ~/.ssh/config (3des for
105security or blowfish for speed).
106