ssh - SSH 2.1.1p4 port to Minix 2.0.3
Jakub Wesolowski                                   February 2020
----------------------------------------------------------------
This is a port of SSH 2.1.1p4 library.
It contains a working ssh client and sshd server.
Scp doesn't work.
Requirements:
- ssl 0.9.6l
- zlib 1.2.3
- select 0.1 system call port to Minix 2.0.3 (not pselect 0.1)
- socketlib v0.3.0
- bsdports

! Please do NOT use ./configure or ./config.minix script. !

Makefile is already prepared, it had to be manually edited
to work with Minix. Make sure you have required libraries and 
you can proceed to installation.

Installation instructions:

# make

# make install

This will compile SSH and install it in /usr/local/bin and 
configuration files in /usr/local/etc. To start ssh server 
automatically on startup add this line to your /etc/services:

  ssh 22/tcp

and this line to /etc/rc.net (or /usr/etc/rc):

  daemonize tcpd sshd /usr/local/bin/sshd -i >/dev/null 2>&1

This will start sshd silently at startup.