Changes:
- Added vt340.kbd for VT340 emulation
- Real-mode binary should work on 8086 processors
- Mode switching bug is fixed in non-vesa modes
Changes:
- Added SOCKS5 and HTTP proxy support
- Added keyboard-interactive authentication method
- Added scp support
- Telnet included
The CVS version of ssh2dos now supports scp and keyboard-interactive authentication.
Although I promosed that there will be no more major SSH1 releases, here's one more :) Working on SSH2 I implemented some things which deserve to be in SSH1 as well.
This is the initial release of SSH2DOS which is the updated version of SSHDOS (an SSH client for DOS based systems) using the SSH v2.0 protocol. SFTP client is also included.
CVS is updated with a new ssh2dos branch.
This will be the last major release of the SSH1 line, as work on SSH2 is on the way. Bugfixes and patches are welcome of course. Please read the release notes and changelog for further details.
- Added -a option for keepalive packet support
- Added telnet utility
- Added RSA public key authentication
- Added ALT-X key combination to terminate a session
Hi,
The CVS version has keepalives support now. The -a command line option can be used to specify the timeout in minutes between two keepalive packets.
Daniel
SSHDOS is a DOS port of SSH and SCP client. Needs a packet driver (or a PPP driver for dialup connection) only.
For release notes, please check the download page.
Hello,
New version of SSHDOS is available via CVS. I'll prepare a full release soon, after some bugfixing. This release supports compressed communication (using zlib 1.1.4 - only works in the DJGPP version), local printing and many linux terminal emulation fixes. Now the linux kernel 'make menuconfig' looks cool too:)
Bye,
Daniel
SSHDOS v0.9 is released. Some bugs fixed, added better SCP, keymap support, etc.
The CVS is updated to the latest version. Few changes, but anyone who
wants to use ISO Latin charsets with SSHDOS should check it out.
Daniel
- added xterm-color support
- added -s switch
- terminal emulation bugfixes