TeraTermProject / teraterm

Other
389 stars 31 forks source link

5.2 Teraterm Standalone - Macro connect command fault #231

Open helipos opened 1 month ago

helipos commented 1 month ago

With 4 separate macros, each containing a single 'connect' command. Two SSH servers, one on a local LAN, the second on a remote LAN. The remote LAN device is perfectly routable

When connecting to the remote SSH server with the fourth connect command listed below, Teraterm is launched, but fails to actually connect. The three previous commands work exactly as expected.

(Local LAN) connect '192.168.1.1:50000 /ssh /2 /auth=password /user=admin /ask4passwd' connect '192.168.1.1:50000 /ssh /2 /auth=password /user=admin /passwd=test' (Remote LAN) connect '192.168.2.1:50000 /ssh /2 /auth=password /user=admin /ask4passwd' connect '192.168.2.1:50000 /ssh /2 /auth=password /user=admin /passwd=test'

The error message I've left with is below

Untitled

helipos commented 1 month ago

Confirmed the following. It works in 4.106 Then doesn't in 4.107 and beyond.

An installed version of Teraterm 5.2 works correctly

helipos commented 3 weeks ago

Also disabled windows firewall and confirmed not caused by that.