333 lines
8.3 KiB
Plaintext
333 lines
8.3 KiB
Plaintext
[Agent]
|
|
|
|
; askconfirmation: ask for confirmation on private key usage
|
|
; See http://people.mpi-klsb.mpg.de/~pcernko/pageant.html for information
|
|
; - yes : always
|
|
; - no : never
|
|
; - auto: only is private key comment contains 'needs confirm'
|
|
;askconfirmation=auto
|
|
|
|
; messageonkeyusage: allow notification bullet on private key usage
|
|
;messageonkeyusage=no
|
|
|
|
|
|
|
|
[ConfigBox]
|
|
|
|
; dblclick: define the default action when double click on a session in session list
|
|
; Allowed values are:
|
|
; - open: press open button
|
|
; - start: press start button
|
|
dblclick=open
|
|
|
|
; default: if yes all the sessions belong to their own folder and the default folder too
|
|
;default=yes
|
|
|
|
; defaultsettings: enable/disable the automatic creation of the 'Default Settings' session
|
|
;defaultsettings=yes
|
|
|
|
; filter: enable/disable filter in saved sessions selection box
|
|
filter=yes
|
|
|
|
; height: the number of visible lines into the saved sessions selection box (in main window)
|
|
height=21
|
|
|
|
; left: X position of the confuguration box (-1 means center)
|
|
;left=-1
|
|
|
|
; proxyselection: add a proxy selection feature in the main configuration box
|
|
;proxyselection=no
|
|
|
|
; noexit: if set to yes, return to the configuration box at main program exit
|
|
;noexit=no
|
|
|
|
; top: Y position of the confuguration box (-1 means center)
|
|
;top=-1
|
|
|
|
; windowheight: the size of the configuration box
|
|
;windowheight=800
|
|
|
|
|
|
|
|
[KiTTY]
|
|
|
|
; adb: enable/disable adb support
|
|
adb=yes
|
|
|
|
; antiidle: character string regularly sent to maintain the connection alive
|
|
;antiidle== \k08\
|
|
|
|
; antiidledelay: time delay between two sending
|
|
;antiidledelay=60
|
|
|
|
; autoreconnect: enable/disable the automatic reconnection feature
|
|
autoreconnect=yes
|
|
|
|
; autostoresshkey: enable/disable the automatic ssh key store freature (no confirmation window)
|
|
;autostoresshkey=no
|
|
|
|
; backgroundimage: enable/disable the background image feature
|
|
bgimage=no
|
|
|
|
; bcdelay: time delay between each character in automatic features (autocommand, login script, user function ...)
|
|
;bcdelay=0
|
|
|
|
; capslock: force upper case
|
|
capslock=no
|
|
|
|
; commanddelay: delay in milliseconds between two lines of the automatic start command script (Connection/Data/Command setting)
|
|
;commanddelay=0.05
|
|
|
|
; conf: enable/disable the automatic creation of default configuration file
|
|
conf=yes
|
|
|
|
; configdir: set the configuration directory
|
|
; In portable mode it the place where to find settings files directories: Sessions, SshHostKeys, ...
|
|
; Usually it the same directory where kitty.exe is
|
|
;configdir=
|
|
|
|
; cryptsalt: set salt mode for password encryption
|
|
;cryptsalt=1
|
|
|
|
; CtHelperPath: the full path to the cthelper.exe binary (Wrapper for Cygwin feature)
|
|
;CtHelperPath=
|
|
|
|
; ctrltab: switch between PuTTY windows with CTRL+Tab
|
|
ctrltab=yes
|
|
|
|
; cygterm: enable/disable then cygterm feature
|
|
cygterm=no
|
|
|
|
; debug: for debug purpose only
|
|
;debug=no
|
|
|
|
; downloaddir: this is the local directory where files are downloaded with the pscp integration
|
|
;downloaddir=
|
|
|
|
; fileextension: the extension for session settings files in portable mode
|
|
;fileextension=.ktx
|
|
|
|
; hostkeyextension: the extension for server host key files
|
|
;hostkeyextension=.khk
|
|
|
|
; hyperlink: enable/disable the hyperlink feature
|
|
hyperlink=yes
|
|
|
|
; icon: enable/disable the icon managment feature (a particular icon for specific session)
|
|
icon=yes
|
|
|
|
; iconfile: point a file where internal icons are located
|
|
;iconfile=kitty.exe
|
|
|
|
; initdelay: initial delay in seconds before automatic sending of password, or auto command
|
|
;initdelay=2.0
|
|
|
|
; KiClassName: change the internal software name to be the same as PuTTY
|
|
;KiClassName=PuTTY
|
|
|
|
; maxblinkingtime: maximum blinks (in system tray) where receiving bell signal
|
|
maxblinkingtime=5
|
|
|
|
; mouseshortcuts: enable/disable mouse shortcuts
|
|
mouseshortcuts=yes
|
|
|
|
; numberoficons: total number of internal icons
|
|
;numberoficons=45
|
|
|
|
; paste: enable/disable one line at a time feature in paste action (useful on slow servers only)
|
|
paste=no
|
|
|
|
; pastesize: paste size limit (number of characters). Above the limit a confirmation is requested. (0 means unlimited)
|
|
;pastesize=0
|
|
|
|
; PlinkPath: the full path to the plink.exe (or klink.exe) binary
|
|
;PlinkPath=
|
|
|
|
; PSCPPath: the full path to the pscp.exe (or kscp.exe) binary
|
|
;PSCPPath=
|
|
|
|
; ReconnectDelay: the delay before trying to reconnect automatically (in seconds)
|
|
ReconnectDelay=5
|
|
|
|
; sav: path to the save file of the KiTTY registry. In most case it is located here %APPDATA%/KiTTY/kitty.sav
|
|
;
|
|
|
|
; savemode: specify the save mode for sessions settings
|
|
; Allowed values are:
|
|
; - registry : to save sessions into windows regitry
|
|
; - file : to save sessions into one unique file (currently not maintained)
|
|
; - dir : to save sessions into files in the directory structure
|
|
;savemode=registry
|
|
|
|
; scriptfilefilter: specify the the local script files extension
|
|
; Default value is (*.ksh,*.sh)|*.ksh;*.sh|SQL files (*.sql)|*.sql|All files (*.*)|*.*|
|
|
;scriptfilefilter=All files (*.*)|*.*|
|
|
|
|
; scriptmode: enable/disable RuTTY scripting mode
|
|
;scriptmode=yes
|
|
|
|
; shortcuts: enable/disable keybord shortcuts
|
|
shortcuts=yes
|
|
|
|
; size: enable/disable window size in the window title
|
|
size=no
|
|
|
|
; slidedelay: delay in seconds before automatic image switching in slideshow mode
|
|
; 0 means no automatic slide, waiting for keyboard event
|
|
;slidedelay=0
|
|
|
|
; sshversion: Force the SSH version title.
|
|
; Default value: PuTTY-KiTTY
|
|
; KiTTY claims it is PuTTY-KiTTY. But sometimes there are servers that does not allow non standard values.
|
|
; So it is possible to redefine it
|
|
;sshversion=OpenSSH_5.5
|
|
|
|
; transparency: enable/disable the transparency feature
|
|
transparency=yes
|
|
|
|
; userpasssshnosave: if yes, SSH password will not be save internaly (and can't be reuse automatically)
|
|
userpasssshnosave=no
|
|
|
|
; winrol: enable/disable the rolling feature (rolling into the title bar)
|
|
winrol=yes
|
|
|
|
; WinSCPPath: the full path to the winscp.exe binary:
|
|
;WinSCPPath=
|
|
|
|
; wintitle: enable/disable the enhanced title feature (for protected mode and window size)
|
|
wintitle=yes
|
|
|
|
; zmodem: enable/disable zmodem feature (to send/receive files with sz/rz commands)
|
|
zmodem=yes
|
|
|
|
|
|
|
|
[Shortcuts]
|
|
|
|
; Shortcuts: definition for the menu shortcuts keys
|
|
|
|
; (re)send automatic command (default is SHIFT+F12)
|
|
;autocommand=
|
|
|
|
; Change settings ...
|
|
;changesettings=
|
|
|
|
; Clear scrollback
|
|
;clearscrollback=
|
|
|
|
; Close and restart current session
|
|
;closerestart=
|
|
|
|
; run a local command (default is CONTROL+F5)
|
|
;command=
|
|
|
|
; Copy all window buffer to clipboard
|
|
;copyall=
|
|
|
|
; Open a duplicate window (with same session settings)
|
|
;duplicate=
|
|
|
|
; open text editor connected to the main window (default is SHIFT+F2)
|
|
;editor=
|
|
|
|
; open text editor with clipboard content, connected to the main window (default is CONTROL+SHIFT+F2)
|
|
;editorclipboard=
|
|
|
|
; Show event log
|
|
;eventlog=
|
|
|
|
; Switch font to black on white colors
|
|
;fontblackandwhite=
|
|
|
|
; Decrease font size
|
|
;fontdown=
|
|
|
|
; Switch font to negative colors
|
|
;fontnegative=
|
|
|
|
; Increase fonr size
|
|
;fontup=
|
|
|
|
; Switch to full screen
|
|
;fullscreen=
|
|
|
|
; receive a remote file with pscp.exe: the full path must be selected in clipboard (default is CONTROL+F4)
|
|
;getfile=
|
|
|
|
; change the background image (default is CONTROL+F11)
|
|
;imagechange=
|
|
|
|
; special command box (default is CONTROL+F8)
|
|
;input=
|
|
|
|
; special command with multi-line editor (default is SHIFT+F8)
|
|
;inputm=
|
|
|
|
; Repeat key exchange
|
|
;keyexchange=
|
|
|
|
; New session ...
|
|
;opennew=
|
|
|
|
; Start a new configuration box with current settings but without hostname
|
|
;opennewcurrent=
|
|
|
|
; Print current clipboard content (default if SHIFT+F7)
|
|
;print=
|
|
|
|
; Print all window buffer content (default is F7)
|
|
;printall=
|
|
|
|
; Protect the window, disable keyboard and mouse input (default is CONTROL+F9)
|
|
;protect=
|
|
|
|
; Reset terminal
|
|
;resetterminal=
|
|
|
|
; Roll-up the window into the title bar (default is CONTROL+F12)
|
|
;rollup=
|
|
|
|
; Load a local script and run it remotely (default is CONTROL+F2)
|
|
;script=
|
|
|
|
; Send a local file with pscp.exe (default is CONTROL+F3)
|
|
;sendfile=
|
|
|
|
; Show current port forwarding definition (default is SHIFT+F6)
|
|
;showportforward=
|
|
|
|
; Enable or disable logging (default is SHIFT+F5)
|
|
;switchlogmode=
|
|
|
|
; Send the window to the system tray (default is CONTROL+F6)
|
|
;tray=
|
|
|
|
; Switch to embedded image viewer (default SHIFT+F11)
|
|
;viewer=
|
|
|
|
; Switch to always visible (default is CONTROL+F7)
|
|
;visible=
|
|
|
|
; Start WinSCP (default is SHIFT+F3)
|
|
;winscp=
|
|
|
|
|
|
|
|
[Print]
|
|
|
|
; height: characters size (Printing)
|
|
height=100
|
|
|
|
; maxline: maximum number of lines per page
|
|
maxline=60
|
|
|
|
; maxchar: maximum number of characters per line
|
|
maxchar=85
|
|
|
|
|
|
|
|
[Launcher]
|
|
|
|
; reload: enable session list reload on each menu respawn
|
|
reload=yes
|