home *** CD-ROM | disk | FTP | other *** search
/ back2roots/filegate / filegate.zip / filegate / info / Java-SSH-client / FEATURES < prev    next >
Text File  |  2000-04-07  |  4KB  |  76 lines

  1. MindTerm v1.2 Features:
  2. -----------------------
  3.  
  4. o Full xterm/vt102 terminal emulation including colors, line-draw graphics,
  5.   mouse-support, and function keys. The following terminal-types are supported:
  6.   xterm, linux, aixterm, scoansi, att6368, sun, vt220, vt100, ansi, vt52,
  7.   xterm-color, linux-lat, at386, vt102.
  8.  
  9. o Authentication with: password, rsa, rsa+rhosts, tis, rhosts, or
  10.   sdi-token (server needs patch from ftp://ftp.parc.xerox.com/pub/jean/sshsdi/).
  11.   Authentication can either be done using one single method, or it can be set to
  12.   try a customized list of methods in a given order
  13.  
  14. o Supports the following blockciphers: Blowfish, DES, 3DES, IDEA, RC4 (or no
  15.   encryption)
  16.  
  17. o Supports connection through proxytypes: HTTP, SOCKSv4, and SOCKSv5
  18.  
  19. o Full support for ssh-tunneling including X11 forward.
  20.  
  21. o Built in SCP client (with GUI) for simple file-transfer (can also be used
  22.   stand-alone in command-line mode without GUI for use in scripts et.c.)
  23.  
  24. o Can proxy ftp-connections fully, i.e. if an ftp-server is unreachable from
  25.   outside a firewall and the only means of entering the firewall is through SSH,
  26.   then MindTerm let's you access the ftp-server through SSH as easy as if it
  27.   would be world-accessible.
  28.  
  29. o Tunnels can listen on explicit local addresses, e.g. on a multi-homed
  30.   host or if one wants to distinguish between 127.0.0.1 and the real host-
  31.   address.
  32.  
  33. o Handles arbitrary simultaneous sessions in different windows to different
  34.   ssh-servers. Also lets user "clone" a terminal-window, automatically logging
  35.   in if allready logged in from original window.
  36.  
  37. o Can be set to keep ssh-connection alive would it be subject to timeout (either
  38.   by a firewall or through the use of idle-timeout in the ssh-server)
  39.  
  40. o Can automatically store settings on a per-host basis, user can also customize
  41.   several sessions for a single host or make short-names for hosts.
  42.  
  43. o Can save passwords along with settings in encrypted format with same strength
  44.   as RSA private key protection (including possibility to use "empty" password).
  45.   Using same password on all settings files gives very convenient way of working
  46.   with multiple hosts.
  47.  
  48. o Can share RSA-keys and 'known_hosts' file with the standard unix ssh-client.
  49.  
  50. o Can capture console output to file and send file to console.
  51.  
  52. o Lists all currently open connections through the tunnels, for example, giving
  53.   the user the opportunity to close a tunnel for a program that have hung.
  54.  
  55. o Can be used without a GUI from the command-line (much like the standard unix
  56.   ssh-client), also able to run just a single command on the ssh-server and exit
  57.   (optionally allocating a PTY)
  58.  
  59. o Can work either as a "normal" ssh-client, i.e. as a stand-alone java
  60.   application, OR as an applet from within a browser (see below).
  61.  
  62. o Cryptographically signed binaries works with Netscape and MSIE browsers giving
  63.   a full ssh-client with tunneling et.c. Unsigned applet can only connect back
  64.   to same address as web-server and cannot do tunneling giving a simple telnet-
  65.   replacement.
  66.  
  67. o Signed applet can contain known_hosts file to prevent man-in-the-middle
  68.   attacks without the need to store host's key on local disk.
  69.  
  70. o Same binary runs on multiple platforms, e.g. x86/Linux, Sparc/Solaris, x86/
  71.   Windows95/98/NT, ?/JavaStation, Arm/Epoc32. Additionally MindTerm works with
  72.   Netscape, HotJava, Opera, and MS-IE browsers on most platforms.
  73.  
  74. o The SSH-package can be used to easily ssh-enable ANY (java) application or
  75.   applet using tcp-based communications (see MindVNC for an example).
  76.