バッチファイルを作って
ttpmacro.exe ttpmacro.ttl
と記入する。
ttpmacro.ttl
に以下のように記入する。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
msg = '1 - xxx.com'#13 strconcat msg '2 - xxx.com'#13 inputbox msg '' strcompare inputstr '1' if result = 0 then connect 'xxx.com:10022 /ssh /2 /auth=publickey /user=root /passwd=1234 /keyfile=xxx.key' endif strcompare inputstr '2' if result = 0 then connect 'xxx.com:22 /ssh /2 /auth=password /user=root /passwd=1234' endif |
作成したバッチをクリックするとダイアログが表示されるので、該当の数字を入力すると自動で接続される。