1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Atention SSH/Java&#45;developers (MindTerm update) -->
<!--X-From-R13: X Q Znjerapr <pynjNxnatn.ah> -->
<!--X-Date: Mon, 30 Nov 1998 22:52:09 &#45;0800 -->
<!--X-Message-Id: E0zkjfN&#45;0003mS&#45;00#mail,kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Atention SSH/Java-developers (MindTerm update)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#kanga,nu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00875.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00877.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00877.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00869.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00876">Author</A>
&nbsp;|&nbsp;<A HREF="#00876">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00876">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Atention SSH/Java-developers (MindTerm update)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Atention SSH/Java-developers (MindTerm update)</LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#kanga,nu">claw#kanga,nu</A>&gt;</LI>
<LI><em>Date</em>: Mon, 30 Nov 1998 22:52:09 -0800</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

Security of MUD connections is normally not a concern (who cares who
snoops your game sockets?), but authentication of identity is very
much a concern (Is this the same player as X?  Is this really X?)
Could be useful, especially with serv-seide generated keys provided to
clients:

------- Forwarded Message

Date: Mon, 30 Nov 1998 09:04:10 +0100 (MET)
From: Mats Andersson &lt;mats#mindbright,se&gt;
To: ssh#clinet,fi
Subject: Attention SSH/Java-developers (MindTerm update)
Message-ID: &lt;Pine.LNX.3.96.981130084933.23852A-100000#neuromancer,mindbright.se&gt;

Hi,

I have put together a new release (quite minor, but anyway). Most notable
news in this release is for java-developers. The classes are cleaned out a
bit (much more should be done though) making it much more simple to derive
stuff from the code. Also a totally transparent "mode-of-usage" is
introduced through the classes SSHSocket/SSHServerSocket/SSHSocketFactory
(and a few interfaces) which enables a developer to utilize ssh in much
the same way some ssl-extensions can be used, i.e. to transparently
convert an applet/application to communicate through encrypted
(ssh-)tunnels. You don't have to know the inner workings of ssh to do
this. I will try to document all this, but for now the source is the only
documentation (use the source Luke... :-). Anyway for the curious I have
javadoc'ed the stuff (put up on the web). 

As usual see: &lt;<A  HREF="http://www.mindbright.se/mindterm/">http://www.mindbright.se/mindterm/</A>&gt;

Cheers,

/Mats Andersson

PS. People who downloaded the stuff the last 24 hours, try again, there
were some stuff that got mixed up in the process of putting it out...
Sorry about this!
DS.

&gt;From the release notes:

MindTerm, release 0.96 - Nov 29, 1998

MindTerm is an entirely FREE(*) SSH (currently v1.5) client program
written in pure Java. It is more than yet another ssh-client, apart
from beeing multi-platform, it's also a full set of packages enabling
people to make their own ssh-client and/or "ssh-aware"
java-applications/applets (e.g. special/proprietary proxies, ssh-aware
applications/applets speaking to proprietary daemons behind firewall
etc). It has one other notable feature setting it apart from some
other clients, a special ftp-tunnel which works with "ordinary" ftpd's
"behind" the sshd.

(*) Only restriction is that you can't derive commercial work from it
    without our written permission.

New in this release (mainly for java-developers):
    o  Exit to command-shell without disconnecting (finally :-)
    o  Dynamic handling of port-forwards from the command-shell, local
       ports can be added/deleted "on the fly" (remote ports can only be
       deleted).
       ('list', lists open tunnels).
    o  Can now run single command-line without shell.
    o  New interfaces SSHAuthenticator/SSHClientUser/SSHConsole makes
       it very easy to use the SSHClient class separately.
    o  New method in SSHClient (doSingleCommand) to be able to do a
       single command on the sshd-machine.
    o  SSHSocket/SSHServerSocket/SSHSocketFactory for fully transparent
       usage of SSH in an arbitrary application/applet (see sample code
       for usage).
    o  Documentation started (a lot to do here... :-).
    o  Code cleaned out and reorganized a bit (more on the way)
...

------- End of Forwarded Message


-- 
J C Lawrence                               Internet: claw#kanga,nu
----------(*)                             Internet: coder#kanga,nu
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00875.html">[MUD-Dev] Re: Ruminations on CVS and developing in the Bazaar</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00877.html">[MUD-Dev] ScryMUD/Hegemon code Release</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00877.html">[MUD-Dev] ScryMUD/Hegemon code Release</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00869.html">[MUD-Dev] DevMUD: List data, subscription, and the rest</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00876"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00876"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Hex-grid mapping</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00885" HREF="msg00885.html">[MUD-Dev] Re: Hex-grid mapping</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 02 Dec 1998, 06:02 GMT
</LI>
<LI><strong><A NAME="00891" HREF="msg00891.html">[MUD-Dev] Re: Hex-grid mapping</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Wed 02 Dec 1998, 21:50 GMT
</LI>
<LI><strong><A NAME="00898" HREF="msg00898.html">[MUD-Dev] Re: Hex-grid mapping</A></strong>, 
Alberto Barsella <a href="mailto:Alberto.Barsella#univ-lille1,fr">Alberto.Barsella#univ-lille1,fr</a>, Thu 03 Dec 1998, 10:02 GMT
</LI>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00877" HREF="msg00877.html">[MUD-Dev] ScryMUD/Hegemon code Release</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Tue 01 Dec 1998, 07:13 GMT
<LI><strong><A NAME="00876" HREF="msg00876.html">[MUD-Dev] Atention SSH/Java-developers (MindTerm update)</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Tue 01 Dec 1998, 06:52 GMT
<LI><strong><A NAME="00869" HREF="msg00869.html">[MUD-Dev] DevMUD: List data, subscription, and the rest</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sun 29 Nov 1998, 23:16 GMT
<UL>
<LI><strong><A NAME="00871" HREF="msg00871.html">[MUD-Dev] Re: DevMUD: List data, subscription, and the rest</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Mon 30 Nov 1998, 16:03 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00867" HREF="msg00867.html">[MUD-Dev] Re: Ruminations on CVS and developing in the Bazaar</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 29 Nov 1998, 22:16 GMT
<UL>
<LI><strong><A NAME="00868" HREF="msg00868.html">[MUD-Dev] Re: Ruminations on CVS and developing in the Bazaar</A></strong>, 
greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sun 29 Nov 1998, 23:11 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>