SSHDOS v0.91 Copyright (c) 2000-2002 Nagy Daniel
Release date: 03-28-2002


COPYRIGHT 

	SSHDOS
	Copyright (c) 2000-2002 Nagy Daniel
	This program is distributed under the terms of the GNU General
	Public License. Please read the copying file for details.

	Portions:

	WATTCP library
	Copyright (c) 1990, 1991, 1992, 1993 Erick Engelke
	Portions Copyright (c) 1993  Quentin Smart
	Portions Copyright (c) 1991  University of Waterloo
	Portions Copyright (c) 1990  National Center for Supercomputer
				     Applications
	Portions Copyright (c) 1990  Clarkson University
	Portions Copyright (c) 1983, 1986, Imagen Corporation
	The SSHDOS source package contains the unmodified WATTCP code
	in library format, which is permitted according to the WATTCP license.
	http://www.wattcp.com

	ZLIB library
	Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
	The SSHDOS source package contains the ZLIB library in library
	format, which is permitted according to the ZLIB license.
	http://www.gzip.org

	PuTTY
	Copyright (c) 1997-2002 Simon Tatham
	PuTTY is distributed under the terms of the MIT licence.
	http://www.chiark.greenend.org.uk/~sgtatham/putty/

	CVT100
	Copyright (c) 1988 Jerry Joplin (CVT100)
	Portions copyright (c) 1981, 1988 Trustees of Columbia University
					  in the City of New York
	Permission is granted to any individual or institution
	to use, copy, or redistribute this program and
	documentation as long as it is not sold for profit and
	as long as the Columbia copyright notice is retained.
	http://www.simtel.net/pub/simtelnet/msdos/commprog/cvt100.zip


INSTALLATION 

The source package has subdirectories, be sure to unzip it in a
proper way (pkunzip -d filename.zip)!

To build the binaries, modify the makefile (borlandc.mak or djgpp.mak),
then run 'make -f filename', where 'filename' is the proper makefile.

Tested compilers:
 - Borland C 3.1
 - DJGPP 2.03

Modify hosts, networks and wattcp.cfg to your needs and you're ready
to use SSHDOS.

Check out the CONTRIB subdirectory for enhancements from other authors!


DOCUMENTATION 

SSHDOS is an SSH client which provides a telnet-like interactive login
shell to remote hosts. SCPDOS is a file transfer utility.
To get help for SSHDOS and SCPDOS, please use the /? command line option.

This program can run on low-end machines (8086+), it's an ideal solution
for schools to create el-cheapo computer rooms.

SSHDOS currently supports 3DES and blowfish ciphers. Blowfish is
a bit faster, so I recommend using it (if the server supports it).

The implemented protocol version is SSH 1.5.

SSHDOS is based on the WATTCP TCP/IP library, Putty SSH client for
Windows, the ZLIB compression library, the UNIX SSH-1.2.27 package
and the CVT100 terminal emulation package.

You can use your own keymap file using the -k command line option.
Sample keymap files are included for linux, vt100 and xterm-color
terminals (with .kbd extension). The default is xterm emulation,
the xterm keymap is hard-wired in SSHDOS, so the keymap files
should only contain differences to the original xterm keymap.


OFFICIAL SITE 

The official distribution site is http://sshdos.sourceforge.net

The package is available in both executable and source format.
Contact: nagyd@users.sourceforge.net
