stn3270: Secure TN3270

This is a secure tn3270 client from Simon J. Gerraty <sjg@crufty.net>. It is built on stelnet and the NetBSD tn3270 code.

INSTALLATION

Unless you are running BSD, you will need bmake and you will also need the libsslfd from SSLrsh. See install for details, but if you just do:
$ mkdir -p /usr/local/src/sjg
$ cd /usr/local/src/sjg
$ gzcat /tmp/bmake.tar.gz | tar xvf -
$ gzcat /tmp/SSLrsh.tar.gz | tar xvf -
$ gzcat /tmp/stelnet.tar.gz | tar xvf -
$ gzcat /tmp/stn3270.tar.gz | tar xvf -
Everything will be in the right place and once you've built bmake you can just:
$ cd /usr/local/src/sjg
$ bmake obj
$ bmake depend
$ bmake
$ su
# bmake install

$Id: stn3270.html,v 1.2 2002/11/27 06:11:51 sjg Exp $
Copyright © 1997-2001 CRUFTY.NET