txtファイルで、下記のソースを書いて、
拡張子をttlに変更して、ダブルクリックして、自動ログインできます。
前提条件:teratermをインストール済み環境
username = 'username'
hostname = '255.255.255.255'
userpasswd = 'wocao'
;msg = 'Enter password for user '
;strconcat msg username
;passwordbox msg 'Get password'
msg = hostname
strconcat msg '22 /ssh /auth=password /user='
strconcat msg username
strconcat msg ' /passwd='
strconcat msg userpasswd
connect msg
wait '#'
sendln 'su -'
pause 1
wait '# '
sendln 'cd /tmp'