This is a complete OpenSSH-4.1p1 MorphOS port. It does not contain any any of hacks found in previous versions, becuase lastest ixemul.library doesn't need them. This version requires RANDOM device to be installed in the system to work properly. Such device is provided by yarandom-handler tool by Christian Rosentreter. To install it copy yarandom-1.0/RANDOM mountlist to SYS:Devs/DOSDrivers and yarandom-1.0/yarandom-handler to SYS:L. More informations about it you can find in yarandom-1.0 directory. Marek Szyprowski --- History: 19.12.2005 - replaced ssh-rand-helper tool with yarandom-handler 05.08.2005 - updated to latest OpenSSH and OpenSSL, removed TTY hack - it is no longer needed; ixemul.library v49.19 sets termio variables correctly 09.06.2005 - removed window-change hack - it is no longer needed, because new (v50.20) MUICON together with latest (v49.18) ixemul.library support window-change signal sending 21.02.2005 - added patch for automatic (periodical) window-change-signal sending 09.01.2005 - added patch for manual window-change-signal sending 06.01.2005 - initial realase --- How to compile OpenSSH for MorphOS: 1. get and install GG-environment 2. get or compile and install latest OpenSSL port 3. get latest portable OpenSSH sources (http://www.openssh.org/) 4. unpack it 5. open shell, change directory to OpenSSH sources directory and type set CFLAGS="-O2 -Dfork=vfork" sh configure --libexecdir=/bin --prefix= 6. copy diff to sourcecode directory and apply them: patch -p1