# HG changeset patch # User Carl Byington # Date 1405660145 25200 # Node ID ce2f4e39770384cc35f2f2d363110a41036c4543 # Parent 4ae4b1571852919149cb1e37f5152f70231c5e62 document encryption settings for 5250 emulation diff -r 4ae4b1571852 -r ce2f4e397703 deployment.connections --- a/deployment.connections Wed Jul 16 13:04:24 2014 -0700 +++ b/deployment.connections Thu Jul 17 22:09:05 2014 -0700 @@ -21,7 +21,7 @@ # port (integer) # monitor (string) # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) -# encryption5250 (string) +# encryption5250 (string) ("NONE", "SSLv2", "SSLv3", "TLS") # library5250 (string) # menu5250 (string) # program5250 (string) diff -r 4ae4b1571852 -r ce2f4e397703 xml/510connectbot.in --- a/xml/510connectbot.in Wed Jul 16 13:04:24 2014 -0700 +++ b/xml/510connectbot.in Thu Jul 17 22:09:05 2014 -0700 @@ -251,6 +251,9 @@ The tn5250 ssl/tls key storage should use the same storage mechanism as the base ssh key storage. + + com.trilead.ssh2 should be updated to the ganymed fork at ch.ethz.ssh2. + @@ -394,7 +397,7 @@ # port (integer) # monitor (string) # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) -# encryption5250 (string) +# encryption5250 (string) ("NONE", "SSLv2", "SSLv3", "TLS") # library5250 (string) # menu5250 (string) # program5250 (string)