0.1-1: - Password authentication - Pretty efficient throughput - Supported ciphers: IDEA, Tripple-DES, IDEA, none 0.2: - Added ciphers: DES, RC4, Blowfish 0.3: - Added qualifier to choose ciphers (/CIPHERS) - Added qualifier to choose username (/USERNAME) - Added qualifier to go in remote command mode (/COMMANDS). It is not yet implemented, however - Added forwarding of terminal sizes 0.3-1: - Added a help qualifier (/HELP) 0.4: - Added qualifier to get version info (/VERSION) - Added qualifier to get verbose output (/VERBOSE) - Implemented /COMMANDS 0.4-1: - /COMMANDS implementation corrected thanks to Wolfgang J. Moeller. 0.4-2: - Added /INPUT and /OUTPUT (suggested by David Mathog ) - Added /PASSWORD (untested) (suggested by David Mathog ) 0.4-3 - Added /MODE (suggested by David Mathog ) - Added /AUTHENTICATOIN_METHODS (suggested by Jacek W. Tobiasz ) - Beautified the messages (suggested by David L. Jones - Beautified some of the code 0.4-4 - Bug fixes 0.4-5 - Added /TTY 0.4-6 - Corrected small bug with handling of /PASSWORD parameter. Thanks to Eric Rostetter for finding the bug and sending a patch (through Dave ). 0.5 alpha - Implemented RSA user authentication. The file read is [.SSH]IDENTITY.DAT under the user's SYS$LOGIN:, which is exactly the same format as ~/.ssh/identity under Unix (and therefore, that Unix file can be copied to a VMS system and used from there). 0.6 alpha - Change of command interface. The second argument is no longer the port. Instead, the second argument and on is the command to send to the server and the port is given through a qualifier. Thus, fish becomes more compatible with rsh. - Parameter 1 can now also have the syntax {user}@{host}. - Compression is implemented. /COMPRESS[=n] to enable it. - all one-line messages are now true VMSy messages. - Preparations to provide multiple input channels is being done. 0.6 alpha2 - Key generation. 0.6 alpha4 - Key file change. Not really tested yet. 0.6 alpha5 - Key file change tested and working. Internal structure change. 0.6 alpha6 - Host key verification added and tested. 0.6 beta1 - A bunch of not so obvious bugs fixed, and finally decided not to support GNU C for now. Public field test release. 0.6 - Bug fixes only. 0.6-1 beta1 - SSH via a http proxy, using CONNECT. 0.6-1 - A few bug fixes.