Axssh - secure login with linemode and Ssh

Copyright 1997, Jrg Reuter DL1BKE <jreuter@poboxes.com>

Needs the Ssh (Secure SHell) package (available from most mirrors
of ftp.cs.helsinki.fi). Note that amateur radio legislation in your
country may limit the use of this program to system administration
or forbid it at all, as Ssh uses (strong) encryption.

NOTE: This program is a hack. Don't expect too much from the linemode
      editing facility. Anything better would require ncurses and
      a terminal emulation...

INSTALL
=======

1.	Get and install Ssh. Please read the documentation!
2.	Adjust SSH_PATH to your needs (see below)
3.	compile with gcc -O axlogin.c -o axlogin
4.	copy the file to /usr/local/bin or what-so-ever

Axssh takes the same options as Ssh with one exception: "-C"
gets added to the options automatically. Encryption is turned
off for non-root logins to meet German amateur radio regulations.
You might wish to add a "stty -echo" into remote's .profile.

USAGE
=====

axssh [SSH-Options] hostname

Examples:

axssh db0axx.ampr.org
	Login as local user on db0xxx.ampr.org, use encryption if
	run as root, disable encryption otherwise.

axssh -l root db0xxx.ampr.org
	Login as root on db0xxx.ampr.org, encrypted communication

axssh -l root -c none db0xxx.ampr.org
	Login as root, no encryption

axssh -l dl1bke db0xxx.ampr.org
	Login as "dl1bke", no encryption


TODO
====

1. use ncurses
2. command scroll back

-------------------------------------------------------------------------

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
                
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
