Skip to content

Instantly share code, notes, and snippets.

@nikuyoshi
Created November 20, 2015 16:27
Show Gist options
  • Save nikuyoshi/1e3fbe4cc89ade1d6c44 to your computer and use it in GitHub Desktop.
Save nikuyoshi/1e3fbe4cc89ade1d6c44 to your computer and use it in GitHub Desktop.
Teratermの設定ファイル
[BG]
; Use Eterm look-feel Background extension (on/off)
BGEnable=off
; Use AlphaBlend API (on/off)
BGUseAlphaBlendAPI=on
; Susie plugin path
BGSPIPath=plugin
; Fast window sizing/moving
BGFastSizeMove=on
; Flickerless window moving
BGFlickerlessMove=on
; If HideTitle=on and BGNoFrame=on, use window without frame
; you can resize window with Alt + Shift + LeftDrag
BGNoFrame=on
; wildcard => random select
BGThemeFile=theme\*.ini
[Tera Term]
; Tera Term version number
Version=2.3
; Language (English/Japanese/Russian/Korean/UTF-8)
Language=Japanese
; User interface language file that includes message strings.
; Tera Term uses built-in English message when the file or message is not found.
UILanguageFile=lang\Japanese.lng
; Connecting timeout value(per seconds). No action if the value is zero.
; Connecting socket could be canceled after the value timeout if the value is greater than zero.
; The default value is zero(depends on Windows TCP/IP stack implementation).
ConnectingTimeout=0
; pasting string by clicking mouse right button disabled
DisablePasteMouseRButton=off
; pasting string by clicking mouse middle button disabled
DisablePasteMouseMButton=on
; confirm pasting string by clicking mouse right button
ConfirmPasteMouseRButton=off
; confirm changing clipboard string by clicking mouse right button
ConfirmChangePaste=on
ConfirmChangePasteCR=on
PasteDialogSize=330,220
ConfirmChangePasteStringFile=
; Scroll out the current buffer when the clear screen does.
ScrollWindowClearScreen=on
; Reset scrollback on display activity
AutoScrollOnlyInBottomLine=on
; Starting the selection only by a left button.
SelectOnlyByLButton=on
; Duplicate session by Alt-D Accelerator key disabled
DisableAcceleratorDuplicateSession=off
; Send break by Alt-B Accelerator key disabled
DisableAcceleratorSendBreak=off
; Duplicate session Menu disabled
DisableMenuDuplicateSession=off
; New connection Menu disabled
DisableMenuNewConnection=off
; Send break Menu disabled
DisableMenuSendBreak=off
; ANSI color definition (in the case FullColor=on)
; * UseTextColor should be off, or the background and foreground color of
; VTColor are assigned to color-number 0 and 7 respectively, even if
; they are specified in ANSIColor.
; * ANSIColor is a set of 4 values that are color-number(0--15),
; red-value(0--255), green-value(0--255) and blue-value(0--255).
;���f�t�H���g��ANSIColor
;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
;nikuyoshi�Ǝ��J���[
;; Solarized (for Light and Dark)
ANSIColor=0,0,43,54, 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,7,54,66, 9,220,50,47, 10,255,255,0, 11,181,137,0, 12,38,139,210, 13,211,54,130, 14,42,161,152, 15,238,232,213
;; Solarized Light
;VTColor=101,123,131,253,246,227
;VTReverseColor=253,246,227,101,123,131
;
;; Solarized Dark
;VTColor=131,148,150,0,43,54
;VTReverseColor=0,43,54,131,148,150
; xterm
; 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
; PuTTY
;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
; Tera Term Pro 2.3
;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
; Solarized (http://ethanschoonover.com/solarized)
;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
; Enable continued-line copy
EnableContinuedLineCopy=on
; Mouse cursor type (arrow/ibeam/cross/hand)
MouseCursor=IBEAM
; Translucent window (0 - 255: transparency value)
AlphaBlend=255
; Cygwin install path
CygwinDirectory=c:\cygwin
; Viewlog Editor path
ViewlogEditor=notepad.exe
; Locale for Unicode
;Locale=chs
Locale=japanese
; CodePage for Unicode
CodePage=932
; Background color of text uses background color of screen (on/off)
UseNormalBGColor=on
; Port type (serial/tcpip/namedpipe)
Port=tcpip
; Window positions
VTPos=-2147483648,-2147483648
TEKPos=-2147483648,-2147483648
; Terminal size
TerminalSize=223,52
; Terminal size=window size (on/off)
TermIsWin=on
; Auto window resizing option (on/off)
AutoWinResize=off
; Convert a received new-line (CR) char to CR/CRLF/LF/AUTO
CRReceive=CR
; New-line code to be transmitted (CR/CRLF)
CRSend=CR
; Terminal ID
TerminalID=VT100
; Local echo (on/off)
LocalEcho=off
; Answerback
Answerback=
; Auto window switching (VT<->TEK; on/off)
AutoWinSwitch=off
; Kanji code to be received (SJIS/EUC/JIS)
KanjiReceive=UTF-8
; JIS Katakana code to be received (7/8)
KatakanaReceive=8
; Kanji code to be transmitted (SJIS/EUC/JIS)
KanjiSend=UTF-8
; JIS Katakana to be transmitted (7/8)
KatakanaSend=8
; Kanji-in sequence to be transmitted (@/B)
KanjiIn=B
; Kanji-out sequence to be transmitted (J/B)
KanjiOut=B
; Russian code set used in host
RussHost=Windows
; Russian code set used in PC
RussClient=Windows
; Window title
Title=root@ISJPTSIO00PC064:~
; Cursor shape (block/vertical/horizontal)
CursorShape=block
; Hide title & menu bars and enable popup menu (on/off)
HideTitle=off
; Hide menu bar and enable popup menu (on/off)
PopupMenu=off
; Color mode (on/off)
EnableANSIColor=on
PcBoldColor=on
Aixterm16Color=on
Xterm256Color=on
; Enable scroll buffer (on/off)
EnableScrollBuff=on
; Scroll buffer size
ScrollBuffSize=10000
; Text and background colors
; for Normal characters
VTColor=255,255,255,0,0,0
; Solarized Dark
;VTColor=131,148,150,0,43,54
; Solarized Light
;VTColor=101,123,131,253,246,227
;
; for Bold characters
EnableBoldAttrColor=on
VTBoldColor=255,255,0,0,0,0
; Solarized Dark
;VTBoldColor=147,161,161,7,54,66
; Solarized Light
;VTBoldColor=88,110,117,238,232,213
;
; for Blink characters
EnableBlinkAttrColor=on
VTBlinkColor=255,0,0,0,0,0
; Solarized Dark
;VTBlinkColor=133,153,0,0,43,54
; Solarized Light
;VTBlinkColor=133,153,0,253,246,227
;
; for Reverse characters
EnableReverseAttrColor=on
VTReverseColor=0,0,0,255,255,255
; Solarized Dark
;VTReverseColor=0,43,54,131,148,150
;VTReverseColor=101,123,131,253,246,227
; Solarized Light
;VTReverseColor=253,246,227,101,123,131
;VTReverseColor=131,148,150,0,43,54
;
; for URL(hyper link) text color
EnableURLColor=on
URLUnderline=on
URLColor=0,255,255,0,0,0
; Solarized Dark
;URLColor=181,137,0,0,43,54
; Solarized Light
;URLColor=181,137,0,253,246,227
;
; Enable clickable URL
EnableClickableUrl=on
; Launched Browser
; Firefox example
; ClickableUrlBrowser=firefox
; ClickableUrlBrowserArg=-new-tab
; Opera example
; ClickableUrlBrowser=opera
; ClickableUrlBrowserArg=-newpage
; IE example
; ClickableUrlBrowser=iexplore
; ClickableUrlBrowserArg=
; Chrome example
; ClickableUrlBrowser=chrome
; ClickableUrlBrowserArg=
ClickableUrlBrowser=
ClickableUrlBrowserArg=
; for TEK window
TEKColor=0,0,0,255,255,255
; TEK color emulation (on/off)
TEKColorEmulation=off
; Font
VTFont=Terminal,0,-15,128
; Bold style font (on/off)
EnableBold=on
; Font for TEK window
TEKFont=Terminal,0,8,128
; Font quality(default/non-antialiased/antialiased/cleartype)
FontQuality=default
; Russian code set of the font
RussFont=Windows
; Backspace key (BS/DEL)
BSKey=BS
; transmit DEL by Delete key (on/off)
DeleteKey=on
; Russian code set used in the keyboard driver
RussKeyb=Windows
; Meta key (on/off/left/right)
MetaKey=off
; Meta key sets MSB (off/raw/text)
Meta8Bit=off
; Application keypad mode disabled.
DisableAppKeypad=off
; Application cursor mode disabled.
DisableAppCursor=off
; Serial port parameters
; Port number
ComPort=1
; Baud rate
BaudRate=9600
; Parity (even/odd/none/mark/space)
Parity=none
; Data (7/8)
DataBit=8
; Stop (1/1.5/2)
StopBit=1
; Flow control (x/hard/none)
FlowCtrl=none
; Transmit delay per character (in msec)
DelayPerChar=0
; Transmit delay per line (in msec)
DelayPerLine=0
; TCP/IP parameters
; TCP port#
TCPPort=22
; Telnet flag (on/off)
Telnet=on
; Telnet terminal type
;TermType=vt100
TermType=xterm
; Auto window closing option (on/off)
AutoWinClose=on
; History list of hosts
HistoryList=on
; Binary flag for Send File (on/off)
TransBin=off
; without transfer dialog flag for Send File (on/off)
FTHideDialog=off
; Binary flag for Log (on/off)
LogBinary=off
; Log append (on/off)
LogAppend=on
; plain text flag for Log (on/off)
LogTypePlainText=on
; timestamp flag for Log (on/off)
LogTimestamp=off
; without transfer dialog flag for Log (on/off)
LogHideDialog=off
; Current all buffer included in first (on/off)
LogIncludeScreenBuffer=off
; Default Log file name. You can specify strftime format to here.
LogDefaultName=teraterm.log
; Default path to save the log file.
LogDefaultPath=
; Auto start logging with default log file name.
LogAutoStart=off
; === Log Rotate ===
; Mode: 0(none), 1(size)
LogRotate=0
; Size
LogRotateSize=0
; Size type: 0(byte), 1(KB), 2(MB)
LogRotateSizeType=0
; Step: 0(none), >=1(count times)
LogRotateStep=0
; Deferred Log Write Mode (on/off)
DeferredLogWriteMode=on
; XMODEM option (checksum/crc/1k)
XmodemOpt=checksum
; Binary flag for XMODEM Receive and ZMODEM Send (on/off)
XmodemBin=on
; XMODEM receive command
XmodemRcvCommand=
; Default directory for file transfers
FileDir=C:\dev_app\teraterm-4.82
; Filter for send file
FileSendFilter=
; SCP sending directory
ScpSendDir=~/
; Save Broadcast Command History
BroadcastCommandHistory=on
; Broadcast command enabling flag on the dialog window (on/off)
AcceptBroadcast=on
; Number of broadcast command history
MaxBroadcatHistory=99
;------ special options (see Tera Term help)
; C1 (8-bit) control characters
Accept8BitCtrl=on
Send8BitCtrl=off
; Accept remote-controlled window title changing (off/overwrite/ahead/last)
AcceptTitleChangeRequest=overwrite
; Wrong kanji-out ^[(H (Japanese only)
AllowWrongSequence=off
; Alternate screen buffer support
AlternateScreenBuffer=on
; Auto file renaming for downloading
AutoFileRename=on
; Auto text copying
AutoTextCopy=on
; Back wrap
BackWrap=off
; Beep by BEL (on/off/visual)
Beep=on
; Beep over-used
BeepOverUsedTime=2
BeepOverUsedCount=5
BeepSuppressTime=5
; Beep on connection & disconnection
BeepOnConnect=off
; B-Plus auto receive
BPAuto=off
; Escape all control characters in B-Plus
BPEscCtl=off
; B-Plus log
BPLog=off
; Clear serial port buffer when port opening
ClearComBuffOnOpen=on
; Clear screen when window is resized
ClearOnResize=on
; Clear screen after the connection is closed
ClearScreenOnCloseConnection=off
; Clipboard access from remote (on/off/read/write)
ClipboardAccessFromRemote=off
; "Disconnect?" warning
ConfirmDisconnect=on
; Control characters in kanji (Japanese only)
CtrlInKanji=on
; Confirm send a file when drag and drop
ConfirmFileDragAndDrop=on
; allow the sequences related to cursor control
CursorCtrlSequence=off
; Display all characters (debug mode)
Debug=off
; Delimters for word selection
; (compatible with earlier versions of Tera Term)
; DelimList=$20
; DelimDBCS=off
DelimList=$20!"#$24%&'()*+,:;<=>?@[\]^`{|}
DelimDBCS=on
; Disable mouse event tracking when Control-Key is pressed.
DisableMouseTrackingByCtrl=on
; Disable wheel to cursor translation when Control-Key is pressed.
DisableWheelToCursorByCtrl=on
; Line at a time mode
EnableLineMode=on
; Popup menu
EnablePopupMenu=on
; "Show menu bar" command
EnableShowMenu=on
; Enable the status line
EnableStatusLine=on
; Display "New Connection" dialog on startup
HostDialogOnStartup=on
; Enable IME / inline input (Japanese only)
IME=on
IMEInline=on
IMERelatedCursor=off
; Windows 7 jump list support
JumpList=on
; Join Split URL
JoinSplitURL=off
JoinSplitURLIgnoreEOLChar=\
; Kermit log
KmtLog=off
; Kermit CAPAS: Ability to transmit and receive extended-length packets
KmtLongPacket=off
; Kermit CAPAS: Ability to accept "A" packets (file attributes)
KmtFileAttr=off
; Language selection
LanguageSelection=on
; Lock Terminal Unique ID
LockTUID=on
; Exclusive lock for log file
LogLockExclusive=on
; Max scroll buffer size
MaxBuffSize=500000
; Max serial port number
MaxComPort=256
; Max buffer size of OSC string
MaxOSCBufferSize=4096
; Mouse event tracking
MouseEventTracking=on
; Maximized window bug tweak
MaximizedBugTweak=on
; Nonblinking cursor
NonblinkingCursor=off
; Polygon cursor for KILLFOCUS
KillFocusCursor=on
; Delay for pass-thru printing (in secs)
PassThruDelay=3
; Direct pass-thru printing
PassThruPort=
; Delay for paste per each lines (in msec)
PasteDelayPerLine=10
; Allow the sequences related to printer control
PrinterCtrlSequence=on
; Printer font
PrnFont=
; Page margins for printing
; (left, right, top and bottom in 1/100 inches)
PrnMargin=50,50,50,50
; Quick-VAN log
QVLog=off
; Quick-VAN window size
QVWinSize=8
; Russian code set of printer font
RussPrint=Windows
; Save VT Window position
SaveVTWinPos=off
; Max lines per one jump scroll
ScrollThreshold=12
; Scroll line count with mouse wheel button
MouseWheelScrollLine=3
; Text selection on window activation
SelectOnActivate=on
; Startup macro
StartupMacro=
; Strict Key Mapping
StrictKeyMapping=off
; Tab Stop Modify Sequence (on/off/combination of HTS,HTS7,HTS8,TBC,TBC0,TBC3)
TabStopModifySequence=on
; TEK mouse code
TEKGINMouseCode=32
; Telnet Auto Detection
TelAutoDetect=on
; Telnet binary option
TelBin=off
; Telnet auto echo
TelEcho=off
; Telnet log
TelLog=off
; Standard telnet port
TelPort=23
; Keep-Alive packet sending interval on telnet connection (per second, 0=disabled)
TelKeepAliveInterval=300
; Auto setup for non-telnet
TCPLocalEcho=off
TCPCRSend=
; Terminal Unique ID
TerminalUID=FFFFFFFF
; Title format
; format ID: 5(000101) <title> - <host/port> VT/TEK
; format ID: 13(001101) <host/port> - <title> VT/TEK
; format ID: 29(011101) <host:tcpport/port> - <title> VT/TEK
; format ID: 45(101101) <host/port:baud> - <title> VT/TEK
; format ID: 61(111101) <host:tcpport/port:baud> - <title> VT/TEK
TitleFormat=61
; Allow the sequences related to title report (accept/ignore/empty)
TitleReportSequence=empty
; Translate mouse wheel to cursor key when application cursor mode
TranslateWheelToCursor=on
; Unknown Unicode character handling
UnknownUnicodeCharacterAsWide=off
; Mapping of Unicode to DEC special character
; The sum of following values:
; 1 : Box drawings (U+2500-U+257F)
; 2 : Bullet (U+2022)
; Hyphenation point (U+2027)
; Light shade (25%) (U+2591)
; Medium shade (50%) (U+2592)
; Dark shade (75%) (U+2593)
; Black small square (U+25AA)
; Black vertical rectangle (U+25AE)
; Black verty small square (U+2B1D)
; 4 : Middle dot (U+00B7)
; One dot leader (U+2024)
; Bullet operator (U+2219)
UnicodeToDecSpMapping=3
; White & black color conversion
UseTextColor=off
; VT Compatible Tab
VTCompatTab=off
; Space between characters (lines)
VTFontSpace=0,0,0,0
; Window Icon
VTIcon=Default
TEKIcon=Default
; Scaling factors for printing (in pixels per inch)
VTPPI=0,0
TEKPPI=0,0
; `wait4all' macro command
Wait4allMacroCommand=off
; allow the sequences related to window control
WindowCtrlSequence=on
; allow the sequences related to window report
WindowReportSequence=on
; [Window] menu
WindowMenu=on
; XMODEM log
XmodemLog=off
; YMODEM log
YmodemLog=off
; YMODEM receive command
YmodemRcvCommand=
; ZMODEM auto receive
ZmodemAuto=off
; ZMODEM parameters for sending
ZmodemDataLen=1024
ZmodemWinSize=32767
; Escape all control characters in ZMODEM
ZmodemEscCtl=off
; ZMODEM log
ZmodemLog=off
; ZMODEM receive command
ZmodemRcvCommand=rz
;------ end of special options
[TTSSH]
; SSH enabled flag (1=enabled 0=disabled)
Enabled=1
; default login username (setup to authentication dialog)
DefaultUserName=
DefaultForwarding=
; Cipher algorithm order
; 2...DES(SSH1), 3...3DES(SSH1), 6...Blowfish(SSH1), 7...3DES-CBC,
; 8...AES128-CBC, 9...AES192-CBC, :...AES256-CBC, ;...Blowfish-CBC,
; <...AES128-CTR, =...AES192-CTR, >...AES256-CTR, ?...Arcfour,
; @...Arcfour128, A...Arcfour256, B...CAST128-CBC, C...3DES-CTR,
; D...Blowfish-CTR, E...CAST128-CTR, F...Camellia128-CBC,
; G...Camellia192-CBC, H...Camellia256-CBC, I...Camellia128-CTR,
; J...Camellia192-CTR, K...Camellia256-CTR
; 0...Ciphers below this line are disabled.
CipherOrder=K>H:J=G9I<F8C7D;A@?EB3062
; KEX algorithm order(SSH2)
; 0...diffie-hellman-group1-sha1
; 1...diffie-hellman-group14-sha1
; 2...diffie-hellman-group-exchange-sha1
; 3...diffie-hellman-group-exchange-sha256
; 4...ecdh-sha2-nistp256
; 5...ecdh-sha2-nistp384
; 6...ecdh-sha2-nistp521
; 7...KEXs below this line are disabled.
KexOrder=56743210
; Host Key algorithm order(SSH2)
; 2...RSA
; 3...DSA
; 4...ecdh-sha2-nistp256
; 5...ecdh-sha2-nistp384
; 6...ecdh-sha2-nistp521
; 0...below this line are disabled.
HostKeyOrder=456230
; MAC algorithm order(SSH2)
; 1...hmac-sha1
; 2...hmac-md5
; 3...hmac-sha1-96
; 4...hmac-md5-96
; 5...hmac-ripemd160@openssh.com
; 6...hmac-sha2-256
; 8...hmac-sha2-512
; 0...below this line are disabled.
MacOrder=86152034
; Compression algorithm order(SSH2)
; 1...none
; 2...zlib
; 3...zlib@openssh.com(Delayed Compression)
; 0...below this line are disabled.
CompOrder=3210
; packet compression level (0=none)
Compression=0
KnownHostsFiles=ssh_known_hosts
DefaultRhostsLocalUserName=
DefaultRhostsHostPrivateKeyFile=
DefaultRSAPrivateKeyFile=
DefaultAuthMethod=3
; Debug message logging level of `TTSSH.LOG'.
; The default value is disabled(0).
; LOG_LEVEL_FATAL 5
; LOG_LEVEL_ERROR 10
; LOG_LEVEL_URGENT 20
; LOG_LEVEL_WARNING 30
; LOG_LEVEL_VERBOSE 100
; LOG_LEVEL_SSHDUMP 200
LogLevel=0
WriteBufferSize=2097152
; SSH protocol version (1 or 2)
ProtocolVersion=2
; SSH heartbeat(keepalive): per second (0=disabled)
HeartBeat=60
; Remember password in memory (1=enabled 0=disabled)
RememberPassword=1
; Check supported auth methods with "none" method (1=enabled 0=disabled)
CheckAuthListFirst=0
; Enable connection to the server that has RSA key length less than 768 bit (1=enabled 0=disabled)
EnableRsaShortKeyServer=0
; SSH agent forwarding (pageant) (1=enabled 0=disabled)
ForwardAgent=0
; Confirm SSH agent forwarding (1=enabled 0=disabled)
ForwardAgentConfirm=1
; Verify host key by DNS (1=enabled 0=disabled)
VerifyHostKeyDNS=0
; SSH Icon
SSHIcon=Default
[TTProxy]
ConnectionTimeout="10"
SocksResolve="auto"
TelnetHostnamePrompt=">> Host name: "
TelnetUsernamePrompt="Username:"
TelnetPasswordPrompt="Password:"
TelnetConnectedMessage="-- Connected to "
TelnetErrorMessage="!!!!!!!!"
[TTXKanjiMenu]
UseOneSetting=on
[TTXttyrec]
RecordStartSize=on
[TTXRecurringCommand]
Enable=off
Command=
Interval=300
[Resize Menu]
; 80x62
;ResizeMenu1= 80, 24
;
; 120x52
;ResizeMenu2=120, 52
;
; Width: no-change, Height: 52
;ResizeMenu3= 0, 52
;
; Width: 80, Height: no-change
;ResizeMenu4= 80, 0
;------ Telnet host list
; Max number of hosts is 200.
; You can edit this list in the [Setup] TCP/IP dialog box.
;[Hosts]
; Host name
;Host1=myhost.example.com
; IPv4 address
;Host2=192.0.2.1
; IPv6 address
;Host3=[2001:db8:1:2:8401:02ff:fe03:0405]
; IPv6 address with interface number
;Host4=[fe80::8401:02ff:fe03:0405%3]
; Host name with option
;Host5=myhost.example.com /F=myhost.ini
; Host name with user, port and option
;Host6=user@myhost.example.com:10022 /ssh
; URL
;Host7=ssh://user@myhost.example.com
; COM1 port
;Host8=/C=1
; Replay a file
;Host9=/R=readme.txt
[AdditionalTitle]
AdditionalTitle=
AddMode=off
[Hosts]
Host1=10.229.28.14
Host2=10.229.28.13
Host3=10.34.22.156
Host4=10.240.162.90
Host5=10.34.22.27
Host6=10.34.22.80
Host7=10.197.46.28
Host8=10.34.138.36
Host9=10.34.138.58
Host10=10.240.162.77
Host11=10.34.138.48
Host12=10.34.138.49
Host13=10.34.138.46
Host14=10.29.121.64
Host15=10.116.79.24
Host16=10.216.80.8
Host17=10.34.138.44
Host18=10.34.138.47
Host19=10.0.2.15
Host20=10.240.162.88
Host21=10.240.162.89
Host22=10.240.162.91
Host23=10.34.138.38
Host24=10.34.138.41
Host25=10.229.28.201
Host26=0.229.28.201
Host27=10.34.138.59
Host28=10.241.64.97
Host29=10.116.79.38
Host30=10.240.162.87
Host31=10.240.162.80
Host32=10.29.178.22
Host33=10.29.121.32
Host34=10.247.200.17
Host35=10.34.138.42
Host36=10.240.162.79
Host37=10.229.24.45
Host38=10.239.14.90
Host39=10.244.60.41
Host40=10.240.162.86
Host41=10.240.162.93
Host42=10.240.162.82
Host43=10.240.162.80
Host44=10.240.162.81
Host45=10.240.162.92
Host46=10.240.162.85
Host47=10.240.162.84
Host48=10.240.162.83
Host49=10.240.162.78
Host50=10.34.138.45
Host51=172.24.74.58
Host52=10.34.138.37
Host53=10.34.138.65
Host54=10.34.138.62
Host55=http://10.34.138.62/
Host56=10.34.138.53
Host57=myhost.example.com
Host58=192.0.2.1
Host59=[2001:db8:1:2:8401:2ff:fe03:405]
Host60=[fe80::8401:2ff:fe03:405%3]
Host61=myhost.example.com /F=myhost.ini
Host62=user@myhost.example.com:10022 /ssh
Host63=ssh://user@myhost.example.com
Host64=/C=1 ;serial port
Host65=\\.\pipe\vmware-serial-port ;Named pipe
Host66=/R=readme.txt ;replay a file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment