Mercurial > 510Connectbot
comparison xml/510connectbot.in @ 272:ce2f4e397703
document encryption settings for 5250 emulation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 17 Jul 2014 22:09:05 -0700 |
parents | 45d1fcc1a356 |
children | 91a31873c42a |
comparison
equal
deleted
inserted
replaced
271:4ae4b1571852 | 272:ce2f4e397703 |
---|---|
248 <refsect1 id='todo.1'> | 248 <refsect1 id='todo.1'> |
249 <title>TODO</title> | 249 <title>TODO</title> |
250 <para> | 250 <para> |
251 The tn5250 ssl/tls key storage should use the same storage mechanism | 251 The tn5250 ssl/tls key storage should use the same storage mechanism |
252 as the base ssh key storage. | 252 as the base ssh key storage. |
253 </para> | |
254 <para> | |
255 com.trilead.ssh2 should be updated to the ganymed fork at ch.ethz.ssh2. | |
253 </para> | 256 </para> |
254 </refsect1> | 257 </refsect1> |
255 | 258 |
256 <refsect1 id='copyright.1'> | 259 <refsect1 id='copyright.1'> |
257 <title>Copyright</title> | 260 <title>Copyright</title> |
392 # username (string) | 395 # username (string) |
393 # hostname (string) | 396 # hostname (string) |
394 # port (integer) | 397 # port (integer) |
395 # monitor (string) | 398 # monitor (string) |
396 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) | 399 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) |
397 # encryption5250 (string) | 400 # encryption5250 (string) ("NONE", "SSLv2", "SSLv3", "TLS") |
398 # library5250 (string) | 401 # library5250 (string) |
399 # menu5250 (string) | 402 # menu5250 (string) |
400 # program5250 (string) | 403 # program5250 (string) |
401 # wantx11forward (boolean) | 404 # wantx11forward (boolean) |
402 # x11host (string) | 405 # x11host (string) |