This is a port of the OpenSSH tools to AmigaOS.
The list of tools provided include:
ssh
scp
sftp
ssh-keygen
ssh-keyscan
ssh-keysign
ssh-agent
ssh-add
You can find complete information about OpenSSH including full
documentation and more at http://www.openssh.org/
Complete information about the AmigaOS port of OpenSSH can be found
in the included OpenSSH.guide file.
History (most recent):
53.6 - Ported changes from official 5.5p1 baseline.
- Fixed a problem which excluded keyfiles when the file
permissions did not pass a security test.
53.5 - Ported changes from official 5.4p1 baseline.
- Now enables ICRNL by default which means you should not
need to add "stty icrnl" in your .profile any longer.
- Removed some debug accidently left in 53.4.
- Built with AmigaOS SDK 53.20.
53.4 - Ported changes from official 5.3p1 baseline.
- Fixed problem with interrupting scp when uploading.
- Improved both upload and download speeds.
- Added OpenSSH.guide file and trimmed README.AmigaOS.
53.3 - Ported changes from official 5.2p1 baseline.
- Fixed problem with port forwarding which was checking if
the user is root if the port number < 1024.
(thanks Yakov Mindelis)
- Fixed minimum stack issues by adding stack cookies and
minimum stack requirements to all child processes.
(thanks Brian Carpignano)
- Fixed home directory parsing which was not translating
$HOME to a POSIX path.
(thanks Scott W)
- Fixed problem with scp not interrupting when CTRL-C is pressed.
53.2 - changed console window resize detection to use
IECLASS_EVENT/IECODE_NEWSIZE instead of IECLASS_SIZEWINDOW
which is more compatible with different consoles
53.1 - ported changes from official 5.1p1 baseline
- changed pipe buffer limits
- added break signal check before waitselect() call
- fixed bug in console window size reading
- compiled with GCC 4.2.4 and clib2 compiled with GCC 4.2.4
- now requires AmigaOS 4.1 or higher
|