blob: 406f0fed54f40fb7f677fffb7c2f3d4756db3efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This is a Java SSH Client, which has a whole bunch of features,
but supports SSH Protocol 1 connections only.
This version does not depend on the Java Development Kit, since
it is the binary version, which runs out-of-the-box in
webbrowsers that support Java. A minimal sample HTML page
is installed as well.
If you want to use the client from shell, you have to install
the JDK first (${PORTSDIR}/java/jdk/).
A commercial version for SSH-2 is available here:
WWW: http://www.mindbright.se/mindterm/
(This version is no longer supported)
|