home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / ssh.txt < prev    next >
Text File  |  1997-09-22  |  3KB  |  74 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR SSH:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: SSH - Secure remote shell implementation
  6.  
  7. Version: 1.2.20
  8.  
  9. Author(s): Tatu Ylonen  <ylo@ssh.fi> 
  10.  
  11. On the CD-ROM in: NOT INCLUDED due to US Export Laws, use ftp
  12.  
  13. Ftp source: ftp.cs.hut.fi:/pub/ssh
  14.  
  15. Web page: http://www.cs.hut.fi/ssh/   (Home page, includes list of ftp sites)
  16.           http://www.datafellows.com/ (Windows and Macintosh versions)
  17.  
  18. Size on the CD: NOT INCLUDED due to US Export Laws
  19.  
  20. MD5 Checksums: signature file with distribution
  21.  
  22. Description:
  23.  
  24.     SSH (Secure Shell) is a program to log into another computer over
  25.     a network, to execute commands in a remote machine, and to move
  26.     files from one machine to another. It provides strong
  27.     authentication and secure communications over insecure channels.
  28.     It is intended as a replacement for rlogin, rsh, rcp, and rdist. 
  29.  
  30.     -- Quoted from the README file in the distribution.
  31.  
  32. Advertised architectures:
  33.  
  34.         386BSD 0.1; i386
  35.         AIX 3.2.5, 4.1, 4.2; RS6000, PowerPC
  36.         BSD 4.4; several platforms
  37.         BSD/OS 1.1, 2.0.1, 3.0; i486
  38.         BSD/386 1.1; i386
  39.         BSDI 2.1; x86 (using gnu make)
  40.         ConvexOS 10.1; Convex
  41.         Digital Unix 4.0, 4.0A, 4.0B; Alpha
  42.         DGUX 5.4R2.10; DGUX
  43.         FreeBSD 1.x, 2.x; Pentium
  44.         HPUX 7.x, 9.x, 10.0; HPPA
  45.         IRIX 5.2, 5.3, 6.2; SGI Indy
  46.         IRIX 6.0.1; Mips-R8000
  47.         Linux 1.2.x, 2.0.x Slackware 2.x, 3.x, RedHat 2.1, 3.0; i486, Sparc
  48.         Linux 3.0.3, 4.0; Alpha
  49.         Linux/Mach3, Macintosh(PowerPC)
  50.         Linux/m68k (1.2.x, 2.0.x, 2.1.x)
  51.         Mach3; Mips
  52.         Mach3/Lites; i386
  53.         Machten 2.2VM (m68k); Macintosh
  54.         NCR Unix 3.00; NCR S40
  55.         NetBSD 1.0A, 1.1, 1.2; Pentium, Sparc, Mac68k, Alpha
  56.         OpenBSD 2.0; x86, mac68k.
  57.         NextSTEP 3.3; 68040
  58.         OSF/1 3.0, 3.2, 3.2; Alpha
  59.         Sequent Dynix/ptx 3.2.0 V2.1.0; i386
  60.         SCO Unix; i386 (client only)
  61.         SINIX 5.42; Mips R4000
  62.         Solaris 2.3, 2.4, 2.5, 2.5.1; Sparc, i386
  63.         Sony NEWS-OS 3.3 (BSD 4.3); m68k
  64.         SunOS 4.1.1, 4.1.2, 4.1.3, 4.1.4; Sparc, Sun3
  65.         SysV 4.x; several platforms
  66.         Ultrix 4.1; Mips
  67.         Unicos 8.0.3; Cray C90
  68.  
  69.     The file called INSTALL has some notes for various architectures
  70.     and compilers.  It also includes some common installation/operation
  71.     problems and their solution or suggested work-arounds.
  72.  
  73. Prerequisites: ANSI C Compiler
  74.