diff --git a/telnet/CHANGELOG b/telnet/CHANGELOG index ed6d3dbc7..bafaf6df8 100644 --- a/telnet/CHANGELOG +++ b/telnet/CHANGELOG @@ -1,3 +1,5 @@ ---- Changes since 1.270 ---- Added a Module Config option for connecting to a server other than the one running Webmin, via an automatic process process on the Webmin server. Made SSL mode the default on all operating systems. +---- Changes since 1.370 ---- +Updated the Java SSH applet to the latest version. diff --git a/telnet/config.info b/telnet/config.info index 8398d5cf0..095c96114 100644 --- a/telnet/config.info +++ b/telnet/config.info @@ -7,4 +7,3 @@ size=Custom width x height,0 fontsize=Font size in points,3,Default detach=Separate window mode,1,1-Yes,0-No no_test=Test telnet or SSH server?,1,0-Yes,1-No -applet=SSH applet to use,1,1-New version (SSH 1 and 2),0-Old version (SSH 1 only) diff --git a/telnet/index.cgi b/telnet/index.cgi index c520da6e0..291d07aff 100755 --- a/telnet/index.cgi +++ b/telnet/index.cgi @@ -126,7 +126,7 @@ else { else { $w = 590; $h = 360; } - $jar = $config{'applet'} ? "jta25.jar" : "jta20.jar"; + $jar = "jta26.jar"; print "\n"; printf "\n", @@ -137,7 +137,7 @@ else { if ($config{'host'}) { print "\n"; } - elsif ($config{'applet'}) { + else { print "\n"; } if ($config{'script'}) { diff --git a/telnet/jta20.jar b/telnet/jta20.jar deleted file mode 100644 index 49975abb8..000000000 Binary files a/telnet/jta20.jar and /dev/null differ diff --git a/telnet/jta25.jar b/telnet/jta25.jar deleted file mode 100644 index a54ee510e..000000000 Binary files a/telnet/jta25.jar and /dev/null differ diff --git a/telnet/jta26.jar b/telnet/jta26.jar new file mode 100644 index 000000000..7ed0d2b5a Binary files /dev/null and b/telnet/jta26.jar differ