commit bd10750f26f440f44230f7aa116c8443223bf2df from: marcus date: Wed Apr 26 22:02:28 2006 UTC disabled sshv2 and print a large warning if the remote only supports that. commit - 3c71061b6d76493e7ad05a7a368cfeeb1cfbcd52 commit + bd10750f26f440f44230f7aa116c8443223bf2df blob - 5d96fdd05768025e626096bd260987904b6bc256 blob + cb4762cafe33099546390e98276acdd490b972f3 --- de/mud/ssh/SshIO.java +++ de/mud/ssh/SshIO.java @@ -267,6 +267,8 @@ public abstract class SshIO { mymajor = 2; myminor = 0; useprotocol = 2; + System.err.println("SSH protocol version 2 is not supported, but your remote server only speaks v2!"); + return "SSH protocol version 2 is not implemented.\n\rYou have two choices:\n\r- Change the server to support SSH Protocol 1 too.\n\r- Get another applet, check http://www.jcraft.com/jsch/\n\r".getBytes(); } else { if (false && (remoteminor == 99)) { mymajor = 2;