TeraTermProject / teraterm

Other
488 stars 39 forks source link

5.2 Teraterm Standalone - Macro connect command fault #231

Open helipos opened 5 months ago

helipos commented 5 months 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 5 months 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 4 months ago

Also disabled windows firewall and confirmed not caused by that.