Data Fellows Ltd., F-Secure-SSH-Support
Pivntaite 8
02210 ESPOO

Tel.Int: +358-0-478 444
Fax:     +358-0-478 44 599
E-mail:  F-Secure-SSH-Support@DataFellows.com
WWW:     http://www.DataFellows.com/


F-Secure SSH Server for UNIX version 1.3.2
==========================================
This disk contains the latest version of the F-Secure SSH for UNIX server 
and UNIX client tools. This version is intended to be a secure replcement 
for UNIX rlogin, rsh, and rcp utilities. SSH also replaces the telnet
remote 
login program.

Installation
============
The ssh132.tgz file is a gzip compressed UNIX tar file. It can be
decompressed to a DOS/WINDOWS workstation with the attached gzip.exe
program:

 cd c:\temp
 xcopy a:\*.* .
 gzip -d ssh132.tgz

The decompressed file can then be transferred to a UNIX server with a file
transfer utility like ftp. A suitable destination directory would be
/usr/local/src. You must be logged in as a root user to be able to install
a fully working copy of the F-Secure SSH server. The contents of the tar
archive ssh131 can be extracted with the following UNIX command line:
 
 cd /usr/local/src
 tar xvf ssh132.tar

Compile and install F-Secure SSH followingly:

 cd ./f-secure-ssh-1.3.2
 ./configure
 make
 make install

The directory ./f-secure-ssh-1.3.2 contains all F-Secure SSH documentation
and the
C language source code.


Feedback
========
We would like to encourage you to report all problems and issues that you
encounter to the F-Secure SSH Support Team. The easiest way to reach us is
via e-mail at: F-Secure-SSH-Bugs@DataFellows.com


   Regards,
   F-Secure Team
