Skip to content

Instantly share code, notes, and snippets.

@kyuuki
Created October 5, 2012 06:15
Show Gist options
  • Save kyuuki/3838371 to your computer and use it in GitHub Desktop.
Save kyuuki/3838371 to your computer and use it in GitHub Desktop.
TeraTerm Login Macro
hostname = 'xxx.com'
username = 'kyuuki'
password = 'xxxxxx'
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
msg = hostname
;strconcat msg ':22 /ssh /auth=pageant /user='
strconcat msg ':22 /ssh /auth=password /user='
strconcat msg username
strconcat msg ' /passwd='
strconcat msg password
;strconcat msg ' /F=C:\data\doc\teraterm.ini'
connect msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment