여기는 ttl 파일
==================================================
; sample macro of UTF-8 & SSH2 TeraTerm Pro
;
; File: ssh2login.ttl
; Description: auto login with SSH2 protocol
; Environment: generic
; Update: 2004/12/4
; Author: Yutaka Hirata
username = 'cute772'
hostname = 'cblxdblab1'
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
msg = 'Enter password for user '
strconcat msg username
passwordbox msg 'Get password'
msg = hostname
strconcat msg ':22 /ssh /auth=pageant /user=cute772'
strconcat msg username
strconcat msg ' /passwd='
strconcat msg inputstr
connect msg
============================================================
pageant.exe 를 시작프로그램에 등록하고 '속성>바로가기>대상' 에 파라매터로 키파일 패스를 지정하면 된다.
그럼 매번 키로드 할 필요 없음
관련정보 링크
http://ttssh2.sourceforge.jp/manual/en/commandline/ttssh.html
http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter9.html
추가로 위에는 ttl 파일로 관리할 경우이고 TERATERM.INI 파일상 '[Hosts]' 필드에 인증 방식을 선택할 수 있다.
Host1=10.0.0.1:22 /ssh2 /user=foo /passwd=**** /auth=password ; ssh2 를 이용, 패스워드 인증
Host2=192.168.0.1:22 /ssh2 /user=foo /auth=pageant ; pagent 를 이용 인증
TERMTERM UTF8 셋팅
To use UTF-8, changed from English to Japanese under Setup->General menu and select "Terminal" from the TeraTerm Pro "Setup" menu. Inside the dialog-box, select "UTF-8" from "Kanji(receive)" or "Kanji(transmit)". There is no need to restart TeraTerm Pro to activate these configuration changes.
위와 같이 터미널 셋팅에서 'Locale'를 'korean' or 'kor' 로 수정. 또한 'CodePage' 를 '50933'으로 변경할것!!