08/17/2010
/de/mud/ssh/SshIO.java
- Replaced the value of the idstr_sent attribute.  The current (old) value of 
  idstr_sent is causing a buffer overrun on our AlliedWare based switches 
  during the SSH handshaking sequence.
  
  old value:  private String idstr_sent = "SSH/JTA (c) Marcus Meissner, Matthias L. Jugel\n";
  new value:  private String idstr_sent = "SSH/JTA (c) M. Meissner, M. L. Jugel\n";  