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 10860 - (show annotations) (download)
Fri Aug 18 16:46:25 2023 UTC (7 months, 3 weeks ago) by nmaya
File size: 25340 byte(s)
KEX diffie-hellman-group1-sha1, diffie-hellman-group-exchange-sha1 をデフォルトで無効にした

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

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