Computer Services

Computer Services
Stanton/Wilmington Campus
TeraTerm Install Notes

Important Notice

Since TTSSH contains crypto code, there's some implications for use, including patent restrictions for U.S. residents. An RSAREF implementation of LIBEAY32.DLL needs to be used by U.S residents. This data can not be legally exported out of the United States/Canada.

Reference Web Sites

Observations

Set up of unattended install distribution point

  1. Create a teraterm directory (unattend/teraterm)
  2. Unzip ttermp23.zip file into above directory
  3. Create a ttssh directory (unattend/ttssh)
  4. Unzip ttssh13.zip into above directory
  5. Replace libeay32.dll with U.S. legal RSAREF libeay32.dll file (see above links)
  6. Read RSAREF info link above and comply with licensing regs for RSAREF use
  7. Copy a good ssh_known_hosts file to unattend/ttssh directory
    (/etc/ssh_known_hosts is a good place to look)
  8. Create teraterm.ini file
    1. Install a test installation
    2. Edit teraterm.ini file, change Telnet=on to Telnet=off
      (Fixes a bug with CR-NULLs in some ssh sessions)
    3. Run TTSSH
    4. Cancel initial connection dialog
    5. In SETUP menu, do:
      • Terminal Setup: Check Term Size = Win Size, 80 x 30
      • TCP/IP Setup: Remove example hosts, add our own
    6. Save setup as teraterm.ini, copy to teraterm distribution directory above
    7. Edit teraterm.ini file, change transfer directory to F:\
  9. Copy created teraterm.ini file to unattend/teraterm directory
  10. Create shortcut icons for common host connects, park in unattend\teraterm

Commands to put into a batch file for auto-install

PUSHD N:\UNATTEND\TERATERM
SETUP /S /LE
COPY TERATERM.INI "C:\Program Files\TTERMPRO\"
MKDIR "C:\winnt\profiles\All Users\Start Menu\Programs\Internet"
COPY *.LNK "C:\winnt\profiles\All Users\Start Menu\Programs\Internet"
CD ..\TTSSH
COPY *.DLL "C:\Program Files\TTERMPRO\"
COPY *.EXE "C:\Program Files\TTERMPRO\"
COPY ssh_known_hosts "c:\program files\ttermpro\"
POPD

Last page update: 02 September 1998
Official URL for this page: http://www.stanton.dtcc.edu/stanton/cs/admin/nt/notes/ttssh.html
Page Maintained by: Ken Weaverling