Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ssh_chacha20poly1305/installer/release/TERATERM.INI

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9229 - (hide annotations) (download)
Thu Apr 29 23:39:18 2021 UTC (2 years, 11 months ago) by nmaya
File size: 25212 byte(s)
コメントを修正・ドキュメント追記

- TERATERM.INI の暗号化方式のデフォルトに chacha20-poly1305@openssh.com を追加
- TERATERM.INI の aes128-gcm@openssh.com の位置を調整
  r6985 において、プログラムと INI でデフォルトの位置が異なっていた
1 maya 3227 [BG]
2 yutakapon 4909 ; Use Eterm look-feel Background extension (on/off)
3 maya 3227 BGEnable=off
4    
5 doda 3287 ; Use AlphaBlend API (on/off)
6 maya 3227 BGUseAlphaBlendAPI=on
7    
8     ; Susie plugin path
9     BGSPIPath=plugin
10    
11     ; Fast window sizing/moving
12     BGFastSizeMove=on
13    
14     ; Flickerless window moving
15     BGFlickerlessMove=on
16    
17     ; If HideTitle=on and BGNoFrame=on, use window without frame
18     ; you can resize window with Alt + Shift + LeftDrag
19     BGNoFrame=on
20    
21     ; wildcard => random select
22     BGThemeFile=theme\*.ini
23    
24 yutakapon 8106 ; This option ignores the BGThemeFile in any case. When the option is on,
25     ; the wallpaper image does not be mixed with theme file image.
26     BGIgnoreThemeFile=off
27 maya 3227
28 yutakapon 8106
29 maya 3227 [Tera Term]
30     ; Tera Term version number
31     Version=2.3
32    
33 maya 3401 ; Language (English/Japanese/Russian/Korean/UTF-8)
34 maya 3227 Language=
35    
36     ; User interface language file that includes message strings.
37 maya 4150 ; Tera Term uses built-in English message when the file or message is not found.
38 maya 3227 UILanguageFile=
39    
40     ; Connecting timeout value(per seconds). No action if the value is zero.
41     ; Connecting socket could be canceled after the value timeout if the value is greater than zero.
42     ; The default value is zero(depends on Windows TCP/IP stack implementation).
43     ConnectingTimeout=0
44    
45     ; pasting string by clicking mouse right button disabled
46     DisablePasteMouseRButton=off
47    
48     ; pasting string by clicking mouse middle button disabled
49     DisablePasteMouseMButton=on
50    
51     ; confirm pasting string by clicking mouse right button
52     ConfirmPasteMouseRButton=off
53    
54     ; confirm changing clipboard string by clicking mouse right button
55     ConfirmChangePaste=on
56 doda 4273 ConfirmChangePasteCR=on
57 doda 3230 PasteDialogSize=330,220
58 yutakapon 3535 ConfirmChangePasteStringFile=
59 maya 3227
60     ; Scroll out the current buffer when the clear screen does.
61     ScrollWindowClearScreen=on
62    
63     ; Reset scrollback on display activity
64     AutoScrollOnlyInBottomLine=on
65    
66     ; Starting the selection only by a left button.
67     SelectOnlyByLButton=on
68    
69 maya 5684 ; New connection by Alt-N Accelerator key
70     AcceleratorNewConnection=on
71    
72 maya 3282 ; Duplicate session by Alt-D Accelerator key disabled
73     DisableAcceleratorDuplicateSession=off
74    
75 maya 5684 ; Cygwin connection by Alt-G Accelerator key
76     AcceleratorCygwinConnection=on
77    
78 maya 3227 ; Send break by Alt-B Accelerator key disabled
79     DisableAcceleratorSendBreak=off
80    
81 maya 5684 ; New connection Menu disabled
82     DisableMenuNewConnection=off
83    
84 maya 3964 ; Duplicate session Menu disabled
85     DisableMenuDuplicateSession=off
86    
87 maya 3279 ; Send break Menu disabled
88 maya 3283 DisableMenuSendBreak=off
89 maya 3279
90 maya 3227 ; ANSI color definition (in the case FullColor=on)
91     ; * UseTextColor should be off, or the background and foreground color of
92     ; VTColor are assigned to color-number 0 and 7 respectively, even if
93     ; they are specified in ANSIColor.
94     ; * ANSIColor is a set of 4 values that are color-number(0--15),
95     ; red-value(0--255), green-value(0--255) and blue-value(0--255).
96     ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,128,128,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,64,64,64, 9,192,0,0, 10,0,192,0, 11,192,192,0, 12,64,64,192, 13,192,0,192, 14,0,192,192, 15,192,192,192
97 yutakapon 4360 ; xterm
98     ; ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,92,92,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,127,127,127, 9,205,0,0, 10,0,205,0, 11,205,205,0, 12,0,0,238, 13,205,0,205, 14,0,205,205, 15,229,229,229
99     ; PuTTY
100     ;ANSIColor=0,0,0,0, 1,255,85,85, 2,85,255,85, 3,255,255,85, 4,85,85,255, 5,255,85,255, 6,85,255,255, 7,255,255,255, 8,85,85,85, 9,187,0,0, 10,0,187,0, 11,187,187,0, 12,0,0,187, 13,187,0,187, 14,0,187,187, 15,187,187,187
101     ; Tera Term Pro 2.3
102     ;ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,0,0,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,128,128,128, 9,128,0,0, 10,0,128,0, 11,128,128,0, 12,0,0,128, 13,128,0,128, 14,0,128,128, 15,192,192,192
103 doda 5058 ; Solarized (http://ethanschoonover.com/solarized)
104     ;ANSIColor=0,7,54,66, 1,203,75,22, 2,88,110,117, 3,101,123,131, 4,131,148,150, 5,108,113,196, 6,147,161,161, 7,253,246,227, 8,0,43,54, 9,220,50,47, 10,133,153,0, 11,181,137,0, 12,38,139,210, 13,211,54,130, 14,42,161,152, 15,238,232,213
105 doda 6890 ; Windows console new scheme (https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors)
106     ;ANSIColor=0,12,12,12, 1,231,72,86, 2,22,198,12, 3,249,241,165, 4,59,120,255, 5,180,0,158, 6,97,214,214, 7,242,242,242, 8,118,118,118, 9,197,15,31, 10,19,161,14, 11,193,156,0, 12,0,55,218, 13,136,23,152, 14,58,150,221, 15,204,204,204
107 maya 3227
108     ; Enable continued-line copy
109     EnableContinuedLineCopy=on
110    
111     ; Mouse cursor type (arrow/ibeam/cross/hand)
112     MouseCursor=ibeam
113    
114     ; Translucent window (0 - 255: transparency value)
115     AlphaBlend=255
116 maya 7439 AlphaBlendActive=255
117 maya 3227
118     ; Cygwin install path
119 maya 5671 CygwinDirectory=
120 maya 3227
121     ; Viewlog Editor path
122     ViewlogEditor=notepad.exe
123    
124     ; Locale for Unicode
125     ;Locale=chs
126     Locale=
127    
128     ; CodePage for Unicode
129     CodePage=
130    
131 doda 3287 ; Background color of text uses background color of screen (on/off)
132 maya 3227 UseNormalBGColor=on
133    
134 doda 6696 ; Port type (serial/tcpip)
135 maya 3227 Port=tcpip
136    
137     ; Window positions
138     VTPos=-2147483648,-2147483648
139     TEKPos=-2147483648,-2147483648
140    
141     ; Terminal size
142 doda 3942 TerminalSize=80,24
143 maya 3227 ; Terminal size=window size (on/off)
144     TermIsWin=on
145     ; Auto window resizing option (on/off)
146     AutoWinResize=off
147    
148 yutakapon 4896 ; Convert a received new-line (CR) char to CR/CRLF/LF/AUTO
149 maya 3227 CRReceive=CR
150 maya 6380 ; New-line code to be transmitted (CR/CRLF/LF)
151 maya 3227 CRSend=CR
152    
153     ; Terminal ID
154     TerminalID=VT100
155    
156     ; Local echo (on/off)
157     LocalEcho=off
158    
159     ; Answerback
160     Answerback=
161    
162     ; Auto window switching (VT<->TEK; on/off)
163     AutoWinSwitch=off
164    
165     ; Kanji code to be received (SJIS/EUC/JIS)
166     KanjiReceive=UTF-8
167     ; JIS Katakana code to be received (7/8)
168     KatakanaReceive=8
169    
170     ; Kanji code to be transmitted (SJIS/EUC/JIS)
171     KanjiSend=UTF-8
172     ; JIS Katakana to be transmitted (7/8)
173     KatakanaSend=8
174     ; Kanji-in sequence to be transmitted (@/B)
175     KanjiIn=B
176     ; Kanji-out sequence to be transmitted (J/B)
177     KanjiOut=B
178    
179     ; Russian code set used in host
180     RussHost=Windows
181     ; Russian code set used in PC
182     RussClient=Windows
183    
184     ; Window title
185     Title=Tera Term
186    
187     ; Cursor shape (block/vertical/horizontal)
188     CursorShape=block
189    
190     ; Hide title & menu bars and enable popup menu (on/off)
191     HideTitle=off
192     ; Hide menu bar and enable popup menu (on/off)
193     PopupMenu=off
194    
195     ; Color mode (on/off)
196     EnableANSIColor=on
197     PcBoldColor=on
198     Aixterm16Color=on
199     Xterm256Color=on
200    
201     ; Enable scroll buffer (on/off)
202     EnableScrollBuff=on
203     ; Scroll buffer size
204     ScrollBuffSize=10000
205    
206     ; Text and background colors
207     ; for Normal characters
208 maya 4616 VTColor=255,255,255,0,0,0
209 doda 5058 ; Solarized Dark
210     ;VTColor=131,148,150,0,43,54
211     ; Solarized Light
212     ;VTColor=101,123,131,253,246,227
213     ;
214 maya 3227 ; for Bold characters
215     EnableBoldAttrColor=on
216 maya 4616 VTBoldColor=255,255,0,0,0,0
217 doda 5058 ; Solarized Dark
218     ;VTBoldColor=147,161,161,7,54,66
219     ; Solarized Light
220     ;VTBoldColor=88,110,117,238,232,213
221     ;
222 maya 3227 ; for Blink characters
223     EnableBlinkAttrColor=on
224 maya 4616 VTBlinkColor=255,0,0,0,0,0
225 doda 5058 ; Solarized Dark
226     ;VTBlinkColor=133,153,0,0,43,54
227     ; Solarized Light
228     ;VTBlinkColor=133,153,0,253,246,227
229     ;
230 maya 3227 ; for Reverse characters
231     EnableReverseAttrColor=on
232 maya 4616 VTReverseColor=0,0,0,255,255,255
233 doda 5058 ; Solarized Dark
234     ;VTReverseColor=0,43,54,131,148,150
235     ;VTReverseColor=101,123,131,253,246,227
236     ; Solarized Light
237     ;VTReverseColor=253,246,227,101,123,131
238     ;VTReverseColor=131,148,150,0,43,54
239     ;
240     ; for URL(hyper link) text color
241 maya 3227 EnableURLColor=on
242 doda 5058 URLUnderline=on
243 maya 4616 URLColor=0,255,255,0,0,0
244 doda 5058 ; Solarized Dark
245     ;URLColor=181,137,0,0,43,54
246     ; Solarized Light
247     ;URLColor=181,137,0,253,246,227
248     ;
249 maya 3227
250     ; Enable clickable URL
251     EnableClickableUrl=on
252    
253 maya 4704 ; Launched Browser
254     ; Firefox example
255     ; ClickableUrlBrowser=firefox
256     ; ClickableUrlBrowserArg=-new-tab
257     ; Opera example
258     ; ClickableUrlBrowser=opera
259     ; ClickableUrlBrowserArg=-newpage
260     ; IE example
261     ; ClickableUrlBrowser=iexplore
262     ; ClickableUrlBrowserArg=
263     ; Chrome example
264     ; ClickableUrlBrowser=chrome
265     ; ClickableUrlBrowserArg=
266     ClickableUrlBrowser=
267     ClickableUrlBrowserArg=
268    
269    
270 maya 3227 ; for TEK window
271     TEKColor=0,0,0,255,255,255
272    
273     ; TEK color emulation (on/off)
274     TEKColorEmulation=off
275    
276     ; Font
277     VTFont=
278 yutakapon 8271
279     ; Dialog Font
280     DlgFont=
281    
282 maya 3227 ; Bold style font (on/off)
283     EnableBold=on
284     ; Font for TEK window
285     TEKFont=
286 maya 4874 ; Font quality(default/non-antialiased/antialiased/cleartype)
287     FontQuality=default
288 maya 3227
289     ; Russian code set of the font
290     RussFont=Windows
291    
292     ; Backspace key (BS/DEL)
293     BSKey=BS
294     ; transmit DEL by Delete key (on/off)
295     DeleteKey=on
296    
297     ; Russian code set used in the keyboard driver
298     RussKeyb=Windows
299    
300 doda 4414 ; Meta key (on/off/left/right)
301 maya 3227 MetaKey=off
302    
303 doda 3523 ; Meta key sets MSB (off/raw/text)
304     Meta8Bit=off
305    
306 maya 3227 ; Application keypad mode disabled.
307     DisableAppKeypad=off
308    
309     ; Application cursor mode disabled.
310     DisableAppCursor=off
311    
312     ; Serial port parameters
313     ; Port number
314     ComPort=1
315     ; Baud rate
316     BaudRate=9600
317 yutakapon 4853 ; Parity (even/odd/none/mark/space)
318 maya 3227 Parity=none
319     ; Data (7/8)
320     DataBit=8
321 nmaya 9205 ; Stop (1/2)
322 maya 3227 StopBit=1
323 yutakapon 8051 ; Flow control (x/hard/none/rtscts/dsrdtr)
324     ; "hard" is same as "rtscts"
325 maya 3227 FlowCtrl=none
326     ; Transmit delay per character (in msec)
327     DelayPerChar=0
328     ; Transmit delay per line (in msec)
329     DelayPerLine=0
330    
331     ; TCP/IP parameters
332     ; TCP port#
333 maya 3536 TCPPort=
334 maya 3227 ; Telnet flag (on/off)
335 maya 3536 Telnet=on
336 maya 3227 ; Telnet terminal type
337     ;TermType=vt100
338     TermType=xterm
339    
340     ; Auto window closing option (on/off)
341     AutoWinClose=on
342     ; History list of hosts
343     HistoryList=on
344    
345 doda 3887 ; Binary flag for Send File (on/off)
346 maya 3227 TransBin=off
347 doda 3887
348 doda 5312 ; without transfer dialog flag for Send File (on/off)
349     FTHideDialog=off
350    
351 doda 3887 ; Binary flag for Log (on/off)
352     LogBinary=off
353 maya 3227 ; Log append (on/off)
354     LogAppend=on
355     ; plain text flag for Log (on/off)
356     LogTypePlainText=on
357     ; timestamp flag for Log (on/off)
358     LogTimestamp=off
359     ; without transfer dialog flag for Log (on/off)
360     LogHideDialog=off
361 yutakapon 5393 ; Current all buffer included in first (on/off)
362 yutakapon 5444 LogIncludeScreenBuffer=off
363 yutakapon 5393
364 maya 3227 ; Default Log file name. You can specify strftime format to here.
365     LogDefaultName=teraterm.log
366     ; Default path to save the log file.
367     LogDefaultPath=
368     ; Auto start logging with default log file name.
369     LogAutoStart=off
370    
371 yutakapon 5171 ; === Log Rotate ===
372     ; Mode: 0(none), 1(size)
373     LogRotate=0
374     ; Size
375     LogRotateSize=0
376     ; Size type: 0(byte), 1(KB), 2(MB)
377     LogRotateSizeType=0
378     ; Step: 0(none), >=1(count times)
379     LogRotateStep=0
380    
381 yutakapon 5206 ; Deferred Log Write Mode (on/off)
382     DeferredLogWriteMode=on
383 yutakapon 5171
384 yutakapon 5206
385 maya 3227 ; XMODEM option (checksum/crc/1k)
386     XmodemOpt=checksum
387     ; Binary flag for XMODEM Receive and ZMODEM Send (on/off)
388     XmodemBin=on
389    
390     ; XMODEM receive command
391     XmodemRcvCommand=
392    
393     ; Default directory for file transfers
394     FileDir=
395    
396     ; Filter for send file
397     FileSendFilter=
398    
399 yutakapon 4880 ; SCP sending directory
400 doda 6457 ScpSendDir=
401 yutakapon 4880
402 maya 3227 ; Save Broadcast Command History
403     BroadcastCommandHistory=on
404    
405     ; Broadcast command enabling flag on the dialog window (on/off)
406     AcceptBroadcast=on
407    
408     ; Number of broadcast command history
409     MaxBroadcatHistory=99
410    
411     ;------ special options (see Tera Term help)
412    
413     ; C1 (8-bit) control characters
414     Accept8BitCtrl=on
415     Send8BitCtrl=off
416    
417     ; Accept remote-controlled window title changing (off/overwrite/ahead/last)
418     AcceptTitleChangeRequest=overwrite
419    
420     ; Wrong kanji-out ^[(H (Japanese only)
421     AllowWrongSequence=off
422    
423 doda 3751 ; Alternate screen buffer support
424     AlternateScreenBuffer=on
425    
426 yutakapon 6086 ; Automatic serial reconnection when serial cable is inserted and extracted(Windows XP or later).
427 maya 6115 AutoComPortReconnect=on
428 maya 6084
429 yutakapon 6350 ; When serial port is specified with with /C= option and the port does not exist,
430     ; Tera Term will wait for port connection.
431     WaitCom=off
432    
433 maya 3227 ; Auto file renaming for downloading
434     AutoFileRename=on
435    
436     ; Auto text copying
437     AutoTextCopy=on
438    
439     ; Back wrap
440     BackWrap=off
441    
442 doda 3287 ; Beep by BEL (on/off/visual)
443 maya 3227 Beep=on
444    
445 doda 5316 ; Beep over-used
446     BeepOverUsedTime=2
447     BeepOverUsedCount=5
448     BeepSuppressTime=5
449    
450 maya 3227 ; Beep on connection & disconnection
451     BeepOnConnect=off
452    
453     ; B-Plus auto receive
454     BPAuto=off
455    
456     ; Escape all control characters in B-Plus
457     BPEscCtl=off
458    
459     ; B-Plus log
460     BPLog=off
461    
462     ; Clear serial port buffer when port opening
463     ClearComBuffOnOpen=on
464    
465 doda 3730 ; Clear screen when window is resized
466     ClearOnResize=on
467    
468 doda 8383 ; Accept clearing scroll buffer from remote (xterm ED3)
469     ClearScrollBufferFromRemote=off
470    
471 maya 3280 ; Clear screen after the connection is closed
472     ClearScreenOnCloseConnection=off
473    
474 doda 4700 ; Clipboard access from remote (on/off/read/write)
475     ClipboardAccessFromRemote=off
476    
477 maya 3227 ; "Disconnect?" warning
478     ConfirmDisconnect=on
479    
480     ; Control characters in kanji (Japanese only)
481     CtrlInKanji=on
482    
483     ; Confirm send a file when drag and drop
484     ConfirmFileDragAndDrop=on
485    
486 maya 3479 ; allow the sequences related to cursor control
487     CursorCtrlSequence=off
488    
489 maya 3227 ; Display all characters (debug mode)
490     Debug=off
491 yutakapon 5600 ; Debug mode type which can be selected by user.
492     ; on|all = All types
493     ; off|none = Disabled debug mode
494     ; normal = usual teraterm debug mode
495     ; hex = hex output
496     ; noout = disable output completely
497 doda 5590 DebugModes=all
498 maya 3227
499     ; Delimters for word selection
500     ; (compatible with earlier versions of Tera Term)
501     ; DelimList=$20
502     ; DelimDBCS=off
503     DelimList=$20!"#$24%&'()*+,:;<=>?@[\]^`{|}
504     DelimDBCS=on
505    
506     ; Disable mouse event tracking when Control-Key is pressed.
507     DisableMouseTrackingByCtrl=on
508    
509     ; Disable wheel to cursor translation when Control-Key is pressed.
510     DisableWheelToCursorByCtrl=on
511    
512 doda 3501 ; Line at a time mode
513     EnableLineMode=on
514    
515 maya 3227 ; Popup menu
516     EnablePopupMenu=on
517    
518     ; "Show menu bar" command
519     EnableShowMenu=on
520    
521     ; Enable the status line
522     EnableStatusLine=on
523    
524 yutakapon 6086 ; High speed file transfer on serial connection.
525 maya 6115 FileSendHighSpeedMode=on
526 maya 6084
527 maya 3227 ; Display "New Connection" dialog on startup
528     HostDialogOnStartup=on
529    
530     ; Enable IME / inline input (Japanese only)
531     IME=on
532     IMEInline=on
533    
534 doda 3972 IMERelatedCursor=off
535    
536 doda 6916 ; Enabled ISO-2022 Shift Function (on/off/combination of SI,SO,LS2,LS3,LSR1,LSR2,LSR3,SS2,SS3)
537     ISO2022ShiftFunction=on
538 doda 6914
539 doda 4517 ; Windows 7 jump list support
540     JumpList=on
541    
542 doda 5438 ; Join Split URL
543     JoinSplitURL=off
544     JoinSplitURLIgnoreEOLChar=\
545 doda 5428
546 maya 3227 ; Kermit log
547     KmtLog=off
548 yutakapon 4810 ; Kermit CAPAS: Ability to transmit and receive extended-length packets
549     KmtLongPacket=off
550     ; Kermit CAPAS: Ability to accept "A" packets (file attributes)
551     KmtFileAttr=off
552 maya 3227
553     ; Language selection
554     LanguageSelection=on
555    
556 doda 6859 ; List hidden fonts (Windows 7 or later)
557 doda 6856 ListHiddenFonts=off
558    
559 doda 4225 ; Lock Terminal Unique ID
560     LockTUID=on
561    
562 maya 6767 ; Timestamp format of Log each line
563 maya 6795 ; %Y-%m-%d %H:%M:%S.%N ... 2017-06-04 21:12:40.123
564     ; %a %b %e %H:%M:%S.%N %Y ... Sun Jun 4 21:12:40.123 2017
565     LogTimestampFormat=%Y-%m-%d %H:%M:%S.%N
566 maya 6767
567 doda 6947 ; Use UTC/GMT time for Log each line timestamp (Local/UTC/LoggingElapsed/ConnectionElapsed)
568     LogTimestampType=Local
569 maya 6768
570 maya 4786 ; Exclusive lock for log file
571     LogLockExclusive=on
572    
573 maya 3227 ; Max scroll buffer size
574     MaxBuffSize=500000
575    
576     ; Max serial port number
577     MaxComPort=256
578    
579 doda 5410 ; Max buffer size of OSC string
580     MaxOSCBufferSize=4096
581    
582 maya 3227 ; Mouse event tracking
583     MouseEventTracking=on
584    
585 doda 6730 ; Maximized window bug tweak (0..2)
586     MaximizedBugTweak=2
587 maya 3227
588 doda 8400 ; Delay for starting of text selection
589     MouseSelectStartDelay=0
590    
591 maya 3227 ; Nonblinking cursor
592     NonblinkingCursor=off
593    
594 doda 6595 ; Normalize line break when pasting
595     NormalizeLineBreakOnPaste=off
596    
597 doda 6666 ; Notify Clipboard access from remote
598     NotifyClipboardAccess=on
599    
600 maya 3227 ; Polygon cursor for KILLFOCUS
601     KillFocusCursor=on
602    
603     ; Delay for pass-thru printing (in secs)
604     PassThruDelay=3
605    
606     ; Direct pass-thru printing
607     PassThruPort=
608    
609 maya 3306 ; Delay for paste per each lines (in msec)
610     PasteDelayPerLine=10
611    
612 doda 4397 ; Allow the sequences related to printer control
613     PrinterCtrlSequence=on
614    
615 maya 3227 ; Printer font
616     PrnFont=
617    
618 maya 7119 ; Print form-feed as line-feed
619     PrnConvFF=off
620    
621 maya 3227 ; Page margins for printing
622     ; (left, right, top and bottom in 1/100 inches)
623     PrnMargin=50,50,50,50
624    
625     ; Quick-VAN log
626     QVLog=off
627    
628     ; Quick-VAN window size
629     QVWinSize=8
630    
631     ; Russian code set of printer font
632     RussPrint=Windows
633    
634     ; Save VT Window position
635     SaveVTWinPos=off
636    
637     ; Max lines per one jump scroll
638     ScrollThreshold=12
639    
640     ; Scroll line count with mouse wheel button
641     MouseWheelScrollLine=3
642    
643     ; Text selection on window activation
644     SelectOnActivate=on
645    
646 doda 5977 ; Break signal length (in msec)
647     SendBreakTime=1000
648    
649 maya 3227 ; Startup macro
650     StartupMacro=
651    
652     ; Strict Key Mapping
653     StrictKeyMapping=off
654    
655 doda 4687 ; Tab Stop Modify Sequence (on/off/combination of HTS,HTS7,HTS8,TBC,TBC0,TBC3)
656     TabStopModifySequence=on
657    
658 maya 3227 ; TEK mouse code
659     TEKGINMouseCode=32
660    
661     ; Telnet Auto Detection
662     TelAutoDetect=on
663    
664     ; Telnet binary option
665     TelBin=off
666    
667     ; Telnet auto echo
668     TelEcho=off
669    
670     ; Telnet log
671     TelLog=off
672    
673     ; Standard telnet port
674     TelPort=23
675    
676     ; Keep-Alive packet sending interval on telnet connection (per second, 0=disabled)
677     TelKeepAliveInterval=300
678    
679 doda 3362 ; Auto setup for non-telnet
680 maya 3227 TCPLocalEcho=off
681     TCPCRSend=
682    
683 doda 6958 ; Terminal Speed (telnet/SSH)
684     TerminalSpeed=38400
685    
686 doda 4217 ; Terminal Unique ID
687     TerminalUID=FFFFFFFF
688    
689 maya 3227 ; Title format
690     ; format ID: 5(000101) <title> - <host/port> VT/TEK
691     ; format ID: 13(001101) <host/port> - <title> VT/TEK
692     ; format ID: 29(011101) <host:tcpport/port> - <title> VT/TEK
693 doda 7096 ; format ID: 45(101101) <host/port:bps> - <title> VT/TEK
694     ; format ID: 61(111101) <host:tcpport/port:bps> - <title> VT/TEK
695 maya 6165 TitleFormat=13
696 maya 3227
697 doda 3774 ; Allow the sequences related to title report (accept/ignore/empty)
698 doda 3751 TitleReportSequence=empty
699 doda 3488
700 maya 3227 ; Translate mouse wheel to cursor key when application cursor mode
701     TranslateWheelToCursor=on
702    
703 doda 6418 ; Trim trailing new line character when pasting
704     TrimTrailingNLonPaste=off
705    
706 maya 3227 ; Unknown Unicode character handling
707     UnknownUnicodeCharacterAsWide=off
708    
709     ; Mapping of Unicode to DEC special character
710     ; The sum of following values:
711 doda 3287 ; 1 : Box drawings (U+2500-U+257F)
712 maya 3227 ; 2 : Bullet (U+2022)
713     ; Hyphenation point (U+2027)
714     ; Light shade (25%) (U+2591)
715     ; Medium shade (50%) (U+2592)
716     ; Dark shade (75%) (U+2593)
717     ; Black small square (U+25AA)
718     ; Black vertical rectangle (U+25AE)
719     ; Black verty small square (U+2B1D)
720     ; 4 : Middle dot (U+00B7)
721     ; One dot leader (U+2024)
722     ; Bullet operator (U+2219)
723     UnicodeToDecSpMapping=3
724    
725     ; White & black color conversion
726     UseTextColor=off
727    
728     ; VT Compatible Tab
729     VTCompatTab=off
730    
731     ; Space between characters (lines)
732     VTFontSpace=0,0,0,0
733    
734     ; Window Icon
735     VTIcon=Default
736     TEKIcon=Default
737    
738     ; Scaling factors for printing (in pixels per inch)
739     VTPPI=0,0
740     TEKPPI=0,0
741    
742     ; `wait4all' macro command
743     Wait4allMacroCommand=off
744    
745 maya 3479 ; allow the sequences related to window control
746 doda 3485 WindowCtrlSequence=on
747 maya 3479
748 doda 3485 ; allow the sequences related to window report
749     WindowReportSequence=on
750    
751 maya 3227 ; [Window] menu
752     WindowMenu=on
753    
754     ; XMODEM log
755     XmodemLog=off
756    
757 yutakapon 6323 ; XMODEM Timeout value(v1,v2,v3,v4,v5) by seconds
758     ; v1=NAK mode: Timeout value for first packet
759     ; v2=CRC mode: Timeout value for first packet
760     ; v3=Timeout short time
761     ; v4=Timeout long time
762     ; v5=Timeout very long time
763 doda 6318 XmodemTimeouts=10,3,10,20,60
764    
765 maya 3227 ; YMODEM log
766     YmodemLog=off
767    
768 yutakapon 3814 ; YMODEM receive command
769     YmodemRcvCommand=
770    
771 yutakapon 6323 ; YMODEM Timeout value(v1,v2,v3,v4,v5) by seconds
772     ; v1=NAK mode: Timeout value for first packet
773     ; v2=CRC mode: Timeout value for first packet
774     ; v3=Timeout short time
775     ; v4=Timeout long time
776     ; v5=Timeout very long time
777 maya 6319 YmodemTimeouts=10,3,10,20,60
778    
779 maya 3227 ; ZMODEM auto receive
780     ZmodemAuto=off
781    
782     ; ZMODEM parameters for sending
783     ZmodemDataLen=1024
784     ZmodemWinSize=32767
785    
786     ; Escape all control characters in ZMODEM
787     ZmodemEscCtl=off
788    
789     ; ZMODEM log
790     ZmodemLog=off
791    
792     ; ZMODEM receive command
793     ZmodemRcvCommand=rz
794    
795 yutakapon 6323 ; ZMODEM Timeout value(v1,v2,v3,v4) by seconds
796     ; v1=Timeout value for serial port
797     ; v2=Timeout value for TCP/IP port
798     ; v3=Timeout value for initial packet
799     ; v4=Timeout value for final packet
800 maya 6319 ZmodemTimeouts=10,0,10,3
801    
802 maya 3227 ;------ end of special options
803    
804     [TTSSH]
805 doda 3287 ; SSH enabled flag (1=enabled 0=disabled)
806 maya 3227 Enabled=1
807    
808 doda 3287 ; default login username (setup to authentication dialog)
809 maya 3227 DefaultUserName=
810 maya 7745
811     ; default login username type
812     ; 0 ... Empty
813     ; 1 ... Use DefaultUserName setting
814     ; 2 ... Use Windows logon user name
815     DefaultUserType=1
816    
817 maya 3227 DefaultForwarding=
818    
819     ; Cipher algorithm order
820 maya 4670 ; 2...DES(SSH1), 3...3DES(SSH1), 6...Blowfish(SSH1), 7...3DES-CBC,
821 maya 7031 ; 8...aes128-cbc, 9...aes192-cbc, :...aes256-cbc, ;...blowfish-cbc,
822     ; <...aes128-ctr, =...aes192-ctr, >...aes256-ctr, ?...arcfour,
823     ; @...arcfour128, A...arcfour256, B...cast128-cbc, C...3des-ctr,
824     ; D...blowfish-ctr, E...cast128-ctr, F...camellia128-cbc,
825     ; G...camellia192-cbc, H...camellia256-cbc, I...camellia128-ctr,
826 nmaya 9229 ; J...camellia192-ctr, K...camellia256-ctr, L...aes128-gcm@openssh.com
827     ; M...aes256-gcm@openssh.com, N...chacha20-poly1305@openssh.com
828 yutakapon 4367 ; 0...Ciphers below this line are disabled.
829 nmaya 9229 CipherOrder=MKN>H:J=G9LI<F8C7D;EB30A@?62
830 yutakapon 4367
831     ; KEX algorithm order(SSH2)
832 doda 6039 ; 1...diffie-hellman-group1-sha1
833     ; 2...diffie-hellman-group14-sha1
834     ; 3...diffie-hellman-group-exchange-sha1
835     ; 4...diffie-hellman-group-exchange-sha256
836     ; 5...ecdh-sha2-nistp256
837     ; 6...ecdh-sha2-nistp384
838     ; 7...ecdh-sha2-nistp521
839 maya 6267 ; 8...diffie-hellman-group14-sha256
840 doda 6311 ; 9...diffie-hellman-group16-sha512
841     ; :...diffie-hellman-group18-sha512
842 doda 6039 ; 0...KEXs below this line are disabled.
843 doda 6273 KexOrder=567:9843210
844 doda 5927
845 doda 5900 ; minimal size in bits of an acceptable group in SSH_MSG_KEY_DH_GEX_REQUEST packet
846     GexMinimalGroupSize=0
847 yutakapon 4367
848     ; Host Key algorithm order(SSH2)
849 maya 6271 ; 2...ssh-rsa
850     ; 3...ssh-dss
851 yutakapon 4367 ; 4...ecdh-sha2-nistp256
852     ; 5...ecdh-sha2-nistp384
853     ; 6...ecdh-sha2-nistp521
854 maya 6271 ; 7...ssh-ed25519
855 yutakapon 4367 ; 0...below this line are disabled.
856 yutakapon 5545 HostKeyOrder=4567230
857 yutakapon 4367
858     ; MAC algorithm order(SSH2)
859 doda 4423 ; 1...hmac-sha1
860     ; 2...hmac-md5
861     ; 3...hmac-sha1-96
862     ; 4...hmac-md5-96
863     ; 5...hmac-ripemd160@openssh.com
864 doda 4620 ; 6...hmac-sha2-256
865     ; 8...hmac-sha2-512
866 doda 6969 ; :...hmac-sha1-etm@openssh.com
867     ; ;...hmac-md5-etm@openssh.com
868     ; <...hmac-sha1-96-etm@openssh.com
869     ; =...hmac-md5-96-etm@openssh.com
870     ; >...hmac-ripemd160-etm@openssh.com
871     ; ?...hmac-sha2-256-etm@openssh.com
872     ; @...hmac-sha2-512-etm@openssh.com
873 yutakapon 4367 ; 0...below this line are disabled.
874 doda 6970 MacOrder=@?:861>5;20<=34
875 yutakapon 4367
876     ; Compression algorithm order(SSH2)
877 maya 4378 ; 1...none
878     ; 2...zlib
879     ; 3...zlib@openssh.com(Delayed Compression)
880 yutakapon 4367 ; 0...below this line are disabled.
881 maya 4378 CompOrder=3210
882 yutakapon 4367 ; packet compression level (0=none)
883     Compression=0
884    
885    
886 maya 3227 KnownHostsFiles=ssh_known_hosts
887     DefaultRhostsLocalUserName=
888     DefaultRhostsHostPrivateKeyFile=
889     DefaultRSAPrivateKeyFile=
890     DefaultAuthMethod=3
891     ; Debug message logging level of `TTSSH.LOG'.
892     ; The default value is disabled(0).
893     ; LOG_LEVEL_FATAL 5
894     ; LOG_LEVEL_ERROR 10
895     ; LOG_LEVEL_WARNING 30
896 doda 6655 ; LOG_LEVEL_NOTICE 50
897 doda 5927 ; LOG_LEVEL_INFO 80
898 maya 3227 ; LOG_LEVEL_VERBOSE 100
899     ; LOG_LEVEL_SSHDUMP 200
900     LogLevel=0
901     WriteBufferSize=2097152
902    
903     ; SSH protocol version (1 or 2)
904     ProtocolVersion=2
905    
906     ; SSH heartbeat(keepalive): per second (0=disabled)
907     HeartBeat=60
908    
909 yutakapon 3324 ; Remember password in memory (1=enabled 0=disabled)
910 maya 3227 RememberPassword=1
911    
912 doda 3323 ; Check supported auth methods with "none" method (1=enabled 0=disabled)
913 maya 3227 CheckAuthListFirst=0
914    
915 doda 3323 ; Enable connection to the server that has RSA key length less than 768 bit (1=enabled 0=disabled)
916 maya 3227 EnableRsaShortKeyServer=0
917    
918 doda 3323 ; SSH agent forwarding (pageant) (1=enabled 0=disabled)
919 doda 3230 ForwardAgent=0
920 maya 3227
921 maya 4229 ; Confirm SSH agent forwarding (1=enabled 0=disabled)
922     ForwardAgentConfirm=1
923    
924 doda 6663 ; Notify forwarded agent access (1=enabled 0=disabled)
925     ForwardAgentNotify=1
926    
927 doda 4562 ; Verify host key by DNS (1=enabled 0=disabled)
928 doda 4680 VerifyHostKeyDNS=0
929 doda 4562
930 doda 7048 ; Authentication Banner
931     ; 0 ... ignore
932     ; 1 ... display in VT window
933     ; 2 ... display by popup message box
934     ; 3 ... display by balloon tip
935     AuthBanner=1
936    
937 doda 5269 ; SSH Icon
938     SSHIcon=Default
939    
940 yutakapon 5620 ; Disable error popup-message box
941     ; 0 ... Default(not disabling)
942     ; 1 ... Sending forwarded data to a local port
943     DisablePopupMessage=0
944    
945 doda 5799 ; X11 Forwarding
946     X11Display=
947 yutakapon 5620
948 yutakapon 5839 ; Host key rotation support (derived from OpenSSH 6.8)
949     ; 0 ... Disabled
950     ; 1 ... Enabled
951 yutakapon 5849 ; 2 ... Enabled with User's confirmation
952 yutakapon 5839 UpdateHostkeys=0
953    
954    
955 maya 3227 [TTProxy]
956     ConnectionTimeout="10"
957     SocksResolve="auto"
958     TelnetHostnamePrompt=">> Host name: "
959     TelnetUsernamePrompt="Username:"
960     TelnetPasswordPrompt="Password:"
961     TelnetConnectedMessage="-- Connected to "
962     TelnetErrorMessage="!!!!!!!!"
963    
964     [TTXKanjiMenu]
965 yutakapon 3324 UseOneSetting=on
966 maya 3227
967 doda 3763 [TTXttyrec]
968     RecordStartSize=on
969    
970 doda 3768 [TTXRecurringCommand]
971     Enable=off
972     Command=
973     Interval=300
974 doda 6524 AddNewLine=off
975 doda 3768
976     [Resize Menu]
977     ; 80x62
978     ;ResizeMenu1= 80, 24
979     ;
980     ; 120x52
981     ;ResizeMenu2=120, 52
982     ;
983     ; Width: no-change, Height: 52
984     ;ResizeMenu3= 0, 52
985     ;
986     ; Width: 80, Height: no-change
987     ;ResizeMenu4= 80, 0
988    
989 maya 3227 ;------ Telnet host list
990     ; Max number of hosts is 200.
991     ; You can edit this list in the [Setup] TCP/IP dialog box.
992     ;[Hosts]
993     ; Host name
994 doda 4211 ;Host1=myhost.example.com
995     ; IPv4 address
996     ;Host2=192.0.2.1
997     ; IPv6 address
998     ;Host3=[2001:db8:1:2:8401:02ff:fe03:0405]
999     ; IPv6 address with interface number
1000     ;Host4=[fe80::8401:02ff:fe03:0405%3]
1001 maya 3227 ; Host name with option
1002 doda 4211 ;Host5=myhost.example.com /F=myhost.ini
1003     ; Host name with user, port and option
1004     ;Host6=user@myhost.example.com:10022 /ssh
1005     ; URL
1006     ;Host7=ssh://user@myhost.example.com
1007 maya 3227 ; COM1 port
1008 doda 4211 ;Host8=/C=1
1009 maya 3227 ; Replay a file
1010 doda 4211 ;Host9=/R=readme.txt
1011 maya 3227
1012     [Hosts]
1013 doda 4211 Host1=myhost.example.com
1014     Host2=192.0.2.1
1015     Host3=[2001:db8:1:2:8401:2ff:fe03:405]
1016     Host4=[fe80::8401:2ff:fe03:405%3]
1017     Host5=myhost.example.com /F=myhost.ini
1018     Host6=user@myhost.example.com:10022 /ssh
1019     Host7=ssh://user@myhost.example.com
1020     Host8=/C=1 ;serial port
1021 yutakapon 4861 Host9=\\.\pipe\vmware-serial-port ;Named pipe
1022     Host10=/R=readme.txt ;replay a file

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26