Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/installer/release/TERATERM.INI

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9255 - (show annotations) (download)
Wed May 19 14:11:26 2021 UTC (2 years, 9 months ago) by nmaya
File size: 25142 byte(s)
SSH2 暗号化方式 chacha20-poly1305@openssh.com をサポート

merge from branches/ssh_chacha20poly1305
r9209, r9210, r9211, r9212, r9217, r9229, r9248, r9249, r9250, r9251, r9252, r9253
1 [BG]
2 ; Use Eterm look-feel Background extension (on/off)
3 BGEnable=off
4
5 ; Use AlphaBlend API (on/off)
6 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 ; 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
28
29 [Tera Term]
30 ; Tera Term version number
31 Version=2.3
32
33 ; Language (English/Japanese/Russian/Korean/UTF-8)
34 Language=
35
36 ; User interface language file that includes message strings.
37 ; Tera Term uses built-in English message when the file or message is not found.
38 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 ConfirmChangePasteCR=on
57 PasteDialogSize=330,220
58 ConfirmChangePasteStringFile=
59
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 ; New connection by Alt-N Accelerator key
70 AcceleratorNewConnection=on
71
72 ; Duplicate session by Alt-D Accelerator key disabled
73 DisableAcceleratorDuplicateSession=off
74
75 ; Cygwin connection by Alt-G Accelerator key
76 AcceleratorCygwinConnection=on
77
78 ; Send break by Alt-B Accelerator key disabled
79 DisableAcceleratorSendBreak=off
80
81 ; New connection Menu disabled
82 DisableMenuNewConnection=off
83
84 ; Duplicate session Menu disabled
85 DisableMenuDuplicateSession=off
86
87 ; Send break Menu disabled
88 DisableMenuSendBreak=off
89
90 ; 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 ; 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 ; 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 ; 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
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 AlphaBlendActive=255
117
118 ; Cygwin install path
119 CygwinDirectory=
120
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 ; Background color of text uses background color of screen (on/off)
132 UseNormalBGColor=on
133
134 ; Port type (serial/tcpip)
135 Port=tcpip
136
137 ; Window positions
138 VTPos=-2147483648,-2147483648
139 TEKPos=-2147483648,-2147483648
140
141 ; Terminal size
142 TerminalSize=80,24
143 ; Terminal size=window size (on/off)
144 TermIsWin=on
145 ; Auto window resizing option (on/off)
146 AutoWinResize=off
147
148 ; Convert a received new-line (CR) char to CR/CRLF/LF/AUTO
149 CRReceive=CR
150 ; New-line code to be transmitted (CR/CRLF/LF)
151 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 VTColor=255,255,255,0,0,0
209 ; Solarized Dark
210 ;VTColor=131,148,150,0,43,54
211 ; Solarized Light
212 ;VTColor=101,123,131,253,246,227
213 ;
214 ; for Bold characters
215 EnableBoldAttrColor=on
216 VTBoldColor=255,255,0,0,0,0
217 ; Solarized Dark
218 ;VTBoldColor=147,161,161,7,54,66
219 ; Solarized Light
220 ;VTBoldColor=88,110,117,238,232,213
221 ;
222 ; for Blink characters
223 EnableBlinkAttrColor=on
224 VTBlinkColor=255,0,0,0,0,0
225 ; Solarized Dark
226 ;VTBlinkColor=133,153,0,0,43,54
227 ; Solarized Light
228 ;VTBlinkColor=133,153,0,253,246,227
229 ;
230 ; for Reverse characters
231 EnableReverseAttrColor=on
232 VTReverseColor=0,0,0,255,255,255
233 ; 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 EnableURLColor=on
242 URLUnderline=on
243 URLColor=0,255,255,0,0,0
244 ; Solarized Dark
245 ;URLColor=181,137,0,0,43,54
246 ; Solarized Light
247 ;URLColor=181,137,0,253,246,227
248 ;
249
250 ; Enable clickable URL
251 EnableClickableUrl=on
252
253 ; 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 ; 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
279 ; Dialog Font
280 DlgFont=
281
282 ; Bold style font (on/off)
283 EnableBold=on
284 ; Font for TEK window
285 TEKFont=
286 ; Font quality(default/non-antialiased/antialiased/cleartype)
287 FontQuality=default
288
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 ; Meta key (on/off/left/right)
301 MetaKey=off
302
303 ; Meta key sets MSB (off/raw/text)
304 Meta8Bit=off
305
306 ; 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 ; Parity (even/odd/none/mark/space)
318 Parity=none
319 ; Data (7/8)
320 DataBit=8
321 ; Stop (1/2)
322 StopBit=1
323 ; Flow control (x/hard/none/rtscts/dsrdtr)
324 ; "hard" is same as "rtscts"
325 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 TCPPort=
334 ; Telnet flag (on/off)
335 Telnet=on
336 ; 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 ; Binary flag for Send File (on/off)
346 TransBin=off
347
348 ; without transfer dialog flag for Send File (on/off)
349 FTHideDialog=off
350
351 ; Binary flag for Log (on/off)
352 LogBinary=off
353 ; 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 ; Current all buffer included in first (on/off)
362 LogIncludeScreenBuffer=off
363
364 ; 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 ; === 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 ; Deferred Log Write Mode (on/off)
382 DeferredLogWriteMode=on
383
384
385 ; 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 ; SCP sending directory
400 ScpSendDir=
401
402 ; 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 ; Alternate screen buffer support
424 AlternateScreenBuffer=on
425
426 ; Automatic serial reconnection when serial cable is inserted and extracted(Windows XP or later).
427 AutoComPortReconnect=on
428
429 ; 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 ; 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 ; Beep by BEL (on/off/visual)
443 Beep=on
444
445 ; Beep over-used
446 BeepOverUsedTime=2
447 BeepOverUsedCount=5
448 BeepSuppressTime=5
449
450 ; 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 ; Clear screen when window is resized
466 ClearOnResize=on
467
468 ; Accept clearing scroll buffer from remote (xterm ED3)
469 ClearScrollBufferFromRemote=off
470
471 ; Clear screen after the connection is closed
472 ClearScreenOnCloseConnection=off
473
474 ; Clipboard access from remote (on/off/read/write)
475 ClipboardAccessFromRemote=off
476
477 ; "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 ; allow the sequences related to cursor control
487 CursorCtrlSequence=off
488
489 ; Display all characters (debug mode)
490 Debug=off
491 ; 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 DebugModes=all
498
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 ; Line at a time mode
513 EnableLineMode=on
514
515 ; 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 ; High speed file transfer on serial connection.
525 FileSendHighSpeedMode=on
526
527 ; 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 IMERelatedCursor=off
535
536 ; Enabled ISO-2022 Shift Function (on/off/combination of SI,SO,LS2,LS3,LSR1,LSR2,LSR3,SS2,SS3)
537 ISO2022ShiftFunction=on
538
539 ; Windows 7 jump list support
540 JumpList=on
541
542 ; Join Split URL
543 JoinSplitURL=off
544 JoinSplitURLIgnoreEOLChar=\
545
546 ; Kermit log
547 KmtLog=off
548 ; 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
553 ; Language selection
554 LanguageSelection=on
555
556 ; List hidden fonts (Windows 7 or later)
557 ListHiddenFonts=off
558
559 ; Lock Terminal Unique ID
560 LockTUID=on
561
562 ; Timestamp format of Log each line
563 ; %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
567 ; Use UTC/GMT time for Log each line timestamp (Local/UTC/LoggingElapsed/ConnectionElapsed)
568 LogTimestampType=Local
569
570 ; Exclusive lock for log file
571 LogLockExclusive=on
572
573 ; Max scroll buffer size
574 MaxBuffSize=500000
575
576 ; Max serial port number
577 MaxComPort=256
578
579 ; Max buffer size of OSC string
580 MaxOSCBufferSize=4096
581
582 ; Mouse event tracking
583 MouseEventTracking=on
584
585 ; Maximized window bug tweak (0..2)
586 MaximizedBugTweak=2
587
588 ; Delay for starting of text selection
589 MouseSelectStartDelay=0
590
591 ; Nonblinking cursor
592 NonblinkingCursor=off
593
594 ; Notify Clipboard access from remote
595 NotifyClipboardAccess=on
596
597 ; Polygon cursor for KILLFOCUS
598 KillFocusCursor=on
599
600 ; Delay for pass-thru printing (in secs)
601 PassThruDelay=3
602
603 ; Direct pass-thru printing
604 PassThruPort=
605
606 ; Delay for paste per each lines (in msec)
607 PasteDelayPerLine=10
608
609 ; Allow the sequences related to printer control
610 PrinterCtrlSequence=on
611
612 ; Printer font
613 PrnFont=
614
615 ; Print form-feed as line-feed
616 PrnConvFF=off
617
618 ; Page margins for printing
619 ; (left, right, top and bottom in 1/100 inches)
620 PrnMargin=50,50,50,50
621
622 ; Quick-VAN log
623 QVLog=off
624
625 ; Quick-VAN window size
626 QVWinSize=8
627
628 ; Russian code set of printer font
629 RussPrint=Windows
630
631 ; Save VT Window position
632 SaveVTWinPos=off
633
634 ; Max lines per one jump scroll
635 ScrollThreshold=12
636
637 ; Scroll line count with mouse wheel button
638 MouseWheelScrollLine=3
639
640 ; Text selection on window activation
641 SelectOnActivate=on
642
643 ; Break signal length (in msec)
644 SendBreakTime=1000
645
646 ; Startup macro
647 StartupMacro=
648
649 ; Strict Key Mapping
650 StrictKeyMapping=off
651
652 ; Tab Stop Modify Sequence (on/off/combination of HTS,HTS7,HTS8,TBC,TBC0,TBC3)
653 TabStopModifySequence=on
654
655 ; TEK mouse code
656 TEKGINMouseCode=32
657
658 ; Telnet Auto Detection
659 TelAutoDetect=on
660
661 ; Telnet binary option
662 TelBin=off
663
664 ; Telnet auto echo
665 TelEcho=off
666
667 ; Telnet log
668 TelLog=off
669
670 ; Standard telnet port
671 TelPort=23
672
673 ; Keep-Alive packet sending interval on telnet connection (per second, 0=disabled)
674 TelKeepAliveInterval=300
675
676 ; Auto setup for non-telnet
677 TCPLocalEcho=off
678 TCPCRSend=
679
680 ; Terminal Speed (telnet/SSH)
681 TerminalSpeed=38400
682
683 ; Terminal Unique ID
684 TerminalUID=FFFFFFFF
685
686 ; Title format
687 ; format ID: 5(000101) <title> - <host/port> VT/TEK
688 ; format ID: 13(001101) <host/port> - <title> VT/TEK
689 ; format ID: 29(011101) <host:tcpport/port> - <title> VT/TEK
690 ; format ID: 45(101101) <host/port:bps> - <title> VT/TEK
691 ; format ID: 61(111101) <host:tcpport/port:bps> - <title> VT/TEK
692 TitleFormat=13
693
694 ; Allow the sequences related to title report (accept/ignore/empty)
695 TitleReportSequence=empty
696
697 ; Translate mouse wheel to cursor key when application cursor mode
698 TranslateWheelToCursor=on
699
700 ; Trim trailing new line character when pasting
701 TrimTrailingNLonPaste=off
702
703 ; Unknown Unicode character handling
704 UnknownUnicodeCharacterAsWide=off
705
706 ; Mapping of Unicode to DEC special character
707 ; The sum of following values:
708 ; 1 : Box drawings (U+2500-U+257F)
709 ; 2 : Bullet (U+2022)
710 ; Hyphenation point (U+2027)
711 ; Light shade (25%) (U+2591)
712 ; Medium shade (50%) (U+2592)
713 ; Dark shade (75%) (U+2593)
714 ; Black small square (U+25AA)
715 ; Black vertical rectangle (U+25AE)
716 ; Black verty small square (U+2B1D)
717 ; 4 : Middle dot (U+00B7)
718 ; One dot leader (U+2024)
719 ; Bullet operator (U+2219)
720 UnicodeToDecSpMapping=3
721
722 ; White & black color conversion
723 UseTextColor=off
724
725 ; VT Compatible Tab
726 VTCompatTab=off
727
728 ; Space between characters (lines)
729 VTFontSpace=0,0,0,0
730
731 ; Window Icon
732 VTIcon=Default
733 TEKIcon=Default
734
735 ; Scaling factors for printing (in pixels per inch)
736 VTPPI=0,0
737 TEKPPI=0,0
738
739 ; `wait4all' macro command
740 Wait4allMacroCommand=off
741
742 ; allow the sequences related to window control
743 WindowCtrlSequence=on
744
745 ; allow the sequences related to window report
746 WindowReportSequence=on
747
748 ; [Window] menu
749 WindowMenu=on
750
751 ; XMODEM log
752 XmodemLog=off
753
754 ; XMODEM Timeout value(v1,v2,v3,v4,v5) by seconds
755 ; v1=NAK mode: Timeout value for first packet
756 ; v2=CRC mode: Timeout value for first packet
757 ; v3=Timeout short time
758 ; v4=Timeout long time
759 ; v5=Timeout very long time
760 XmodemTimeouts=10,3,10,20,60
761
762 ; YMODEM log
763 YmodemLog=off
764
765 ; YMODEM receive command
766 YmodemRcvCommand=
767
768 ; YMODEM Timeout value(v1,v2,v3,v4,v5) by seconds
769 ; v1=NAK mode: Timeout value for first packet
770 ; v2=CRC mode: Timeout value for first packet
771 ; v3=Timeout short time
772 ; v4=Timeout long time
773 ; v5=Timeout very long time
774 YmodemTimeouts=10,3,10,20,60
775
776 ; ZMODEM auto receive
777 ZmodemAuto=off
778
779 ; ZMODEM parameters for sending
780 ZmodemDataLen=1024
781 ZmodemWinSize=32767
782
783 ; Escape all control characters in ZMODEM
784 ZmodemEscCtl=off
785
786 ; ZMODEM log
787 ZmodemLog=off
788
789 ; ZMODEM receive command
790 ZmodemRcvCommand=rz
791
792 ; ZMODEM Timeout value(v1,v2,v3,v4) by seconds
793 ; v1=Timeout value for serial port
794 ; v2=Timeout value for TCP/IP port
795 ; v3=Timeout value for initial packet
796 ; v4=Timeout value for final packet
797 ZmodemTimeouts=10,0,10,3
798
799 ;------ end of special options
800
801 [TTSSH]
802 ; SSH enabled flag (1=enabled 0=disabled)
803 Enabled=1
804
805 ; default login username (setup to authentication dialog)
806 DefaultUserName=
807
808 ; default login username type
809 ; 0 ... Empty
810 ; 1 ... Use DefaultUserName setting
811 ; 2 ... Use Windows logon user name
812 DefaultUserType=1
813
814 DefaultForwarding=
815
816 ; Cipher algorithm order
817 ; 2...DES(SSH1), 3...3DES(SSH1), 6...Blowfish(SSH1), 7...3DES-CBC,
818 ; 8...aes128-cbc, 9...aes192-cbc, :...aes256-cbc, ;...blowfish-cbc,
819 ; <...aes128-ctr, =...aes192-ctr, >...aes256-ctr, ?...arcfour,
820 ; @...arcfour128, A...arcfour256, B...cast128-cbc, C...3des-ctr,
821 ; D...blowfish-ctr, E...cast128-ctr, F...camellia128-cbc,
822 ; G...camellia192-cbc, H...camellia256-cbc, I...camellia128-ctr,
823 ; J...camellia192-ctr, K...camellia256-ctr, L...aes128-gcm@openssh.com
824 ; M...aes256-gcm@openssh.com, N...chacha20-poly1305@openssh.com
825 ; 0...Ciphers below this line are disabled.
826 CipherOrder=MKN>H:J=G9LI<F8C7D;EB30A@?62
827
828 ; KEX algorithm order(SSH2)
829 ; 1...diffie-hellman-group1-sha1
830 ; 2...diffie-hellman-group14-sha1
831 ; 3...diffie-hellman-group-exchange-sha1
832 ; 4...diffie-hellman-group-exchange-sha256
833 ; 5...ecdh-sha2-nistp256
834 ; 6...ecdh-sha2-nistp384
835 ; 7...ecdh-sha2-nistp521
836 ; 8...diffie-hellman-group14-sha256
837 ; 9...diffie-hellman-group16-sha512
838 ; :...diffie-hellman-group18-sha512
839 ; 0...KEXs below this line are disabled.
840 KexOrder=567:9843210
841
842 ; minimal size in bits of an acceptable group in SSH_MSG_KEY_DH_GEX_REQUEST packet
843 GexMinimalGroupSize=0
844
845 ; Host Key algorithm order(SSH2)
846 ; 2...ssh-rsa
847 ; 3...ssh-dss
848 ; 4...ecdh-sha2-nistp256
849 ; 5...ecdh-sha2-nistp384
850 ; 6...ecdh-sha2-nistp521
851 ; 7...ssh-ed25519
852 ; 0...below this line are disabled.
853 HostKeyOrder=4567230
854
855 ; MAC algorithm order(SSH2)
856 ; 1...hmac-sha1
857 ; 2...hmac-md5
858 ; 3...hmac-sha1-96
859 ; 4...hmac-md5-96
860 ; 5...hmac-ripemd160@openssh.com
861 ; 6...hmac-sha2-256
862 ; 8...hmac-sha2-512
863 ; :...hmac-sha1-etm@openssh.com
864 ; ;...hmac-md5-etm@openssh.com
865 ; <...hmac-sha1-96-etm@openssh.com
866 ; =...hmac-md5-96-etm@openssh.com
867 ; >...hmac-ripemd160-etm@openssh.com
868 ; ?...hmac-sha2-256-etm@openssh.com
869 ; @...hmac-sha2-512-etm@openssh.com
870 ; 0...below this line are disabled.
871 MacOrder=@?:861>5;20<=34
872
873 ; Compression algorithm order(SSH2)
874 ; 1...none
875 ; 2...zlib
876 ; 3...zlib@openssh.com(Delayed Compression)
877 ; 0...below this line are disabled.
878 CompOrder=3210
879 ; packet compression level (0=none)
880 Compression=0
881
882
883 KnownHostsFiles=ssh_known_hosts
884 DefaultRhostsLocalUserName=
885 DefaultRhostsHostPrivateKeyFile=
886 DefaultRSAPrivateKeyFile=
887 DefaultAuthMethod=3
888 ; Debug message logging level of `TTSSH.LOG'.
889 ; The default value is disabled(0).
890 ; LOG_LEVEL_FATAL 5
891 ; LOG_LEVEL_ERROR 10
892 ; LOG_LEVEL_WARNING 30
893 ; LOG_LEVEL_NOTICE 50
894 ; LOG_LEVEL_INFO 80
895 ; LOG_LEVEL_VERBOSE 100
896 ; LOG_LEVEL_SSHDUMP 200
897 LogLevel=0
898 WriteBufferSize=2097152
899
900 ; SSH protocol version (1 or 2)
901 ProtocolVersion=2
902
903 ; SSH heartbeat(keepalive): per second (0=disabled)
904 HeartBeat=60
905
906 ; Remember password in memory (1=enabled 0=disabled)
907 RememberPassword=1
908
909 ; Check supported auth methods with "none" method (1=enabled 0=disabled)
910 CheckAuthListFirst=0
911
912 ; Enable connection to the server that has RSA key length less than 768 bit (1=enabled 0=disabled)
913 EnableRsaShortKeyServer=0
914
915 ; SSH agent forwarding (pageant) (1=enabled 0=disabled)
916 ForwardAgent=0
917
918 ; Confirm SSH agent forwarding (1=enabled 0=disabled)
919 ForwardAgentConfirm=1
920
921 ; Notify forwarded agent access (1=enabled 0=disabled)
922 ForwardAgentNotify=1
923
924 ; Verify host key by DNS (1=enabled 0=disabled)
925 VerifyHostKeyDNS=0
926
927 ; Authentication Banner
928 ; 0 ... ignore
929 ; 1 ... display in VT window
930 ; 2 ... display by popup message box
931 ; 3 ... display by balloon tip
932 AuthBanner=1
933
934 ; SSH Icon
935 SSHIcon=Default
936
937 ; Disable error popup-message box
938 ; 0 ... Default(not disabling)
939 ; 1 ... Sending forwarded data to a local port
940 DisablePopupMessage=0
941
942 ; X11 Forwarding
943 X11Display=
944
945 ; Host key rotation support (derived from OpenSSH 6.8)
946 ; 0 ... Disabled
947 ; 1 ... Enabled
948 ; 2 ... Enabled with User's confirmation
949 UpdateHostkeys=0
950
951
952 [TTProxy]
953 ConnectionTimeout="10"
954 SocksResolve="auto"
955 TelnetHostnamePrompt=">> Host name: "
956 TelnetUsernamePrompt="Username:"
957 TelnetPasswordPrompt="Password:"
958 TelnetConnectedMessage="-- Connected to "
959 TelnetErrorMessage="!!!!!!!!"
960
961 [TTXKanjiMenu]
962 UseOneSetting=on
963
964 [TTXttyrec]
965 RecordStartSize=on
966
967 [TTXRecurringCommand]
968 Enable=off
969 Command=
970 Interval=300
971 AddNewLine=off
972
973 [Resize Menu]
974 ; 80x62
975 ;ResizeMenu1= 80, 24
976 ;
977 ; 120x52
978 ;ResizeMenu2=120, 52
979 ;
980 ; Width: no-change, Height: 52
981 ;ResizeMenu3= 0, 52
982 ;
983 ; Width: 80, Height: no-change
984 ;ResizeMenu4= 80, 0
985
986 ;------ Telnet host list
987 ; Max number of hosts is 200.
988 ; You can edit this list in the [Setup] TCP/IP dialog box.
989 ;[Hosts]
990 ; Host name
991 ;Host1=myhost.example.com
992 ; IPv4 address
993 ;Host2=192.0.2.1
994 ; IPv6 address
995 ;Host3=[2001:db8:1:2:8401:02ff:fe03:0405]
996 ; IPv6 address with interface number
997 ;Host4=[fe80::8401:02ff:fe03:0405%3]
998 ; Host name with option
999 ;Host5=myhost.example.com /F=myhost.ini
1000 ; Host name with user, port and option
1001 ;Host6=user@myhost.example.com:10022 /ssh
1002 ; URL
1003 ;Host7=ssh://user@myhost.example.com
1004 ; COM1 port
1005 ;Host8=/C=1
1006 ; Replay a file
1007 ;Host9=/R=readme.txt
1008
1009 [Hosts]
1010 Host1=myhost.example.com
1011 Host2=192.0.2.1
1012 Host3=[2001:db8:1:2:8401:2ff:fe03:405]
1013 Host4=[fe80::8401:2ff:fe03:405%3]
1014 Host5=myhost.example.com /F=myhost.ini
1015 Host6=user@myhost.example.com:10022 /ssh
1016 Host7=ssh://user@myhost.example.com
1017 Host8=/C=1 ;serial port
1018 Host9=\\.\pipe\vmware-serial-port ;Named pipe
1019 Host10=/R=readme.txt ;replay a file

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