Skip to content

Instantly share code, notes, and snippets.

@zeta709
Last active February 1, 2022 03:35
Show Gist options
  • Save zeta709/edbbe8cfc50b3b81fb9ab8d64b2620bd to your computer and use it in GitHub Desktop.
Save zeta709/edbbe8cfc50b3b81fb9ab8d64b2620bd to your computer and use it in GitHub Desktop.
putty settings
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\my]
;"HostName"="some_host"
"Protocol"="ssh"
"PortNumber"=dword:00000016
"CloseOnExit"=dword:00000000
"WarnOnClose"=dword:00000001
;"UserName"="some_user"
"Compression"=dword:00000001
;"PublicKeyFile"="C:\\Users\\some_user\\.ssh\\putty_rsa.ppk"
"Beep"=dword:00000002
"BeepInd"=dword:00000000
"BellOverload"=dword:00000001
"BellOverloadN"=dword:00000003
"Font"="Consolas"
"FontIsBold"=dword:00000000
"FontCharSet"=dword:00000000
"FontHeight"=dword:0000000c
"FontQuality"=dword:00000003
"Colour0"="131,148,150"
"Colour1"="147,161,161"
"Colour2"="0,43,54"
"Colour3"="7,54,66"
"Colour4"="0,43,54"
"Colour5"="238,232,213"
"Colour6"="7,54,66"
"Colour7"="0,43,54"
"Colour8"="220,50,47"
"Colour9"="203,75,22"
"Colour10"="133,153,0"
"Colour11"="88,110,117"
"Colour12"="181,137,0"
"Colour13"="101,123,131"
"Colour14"="38,139,210"
"Colour15"="131,148,150"
"Colour16"="211,54,130"
"Colour17"="108,113,196"
"Colour18"="42,161,152"
"Colour19"="147,161,161"
"Colour20"="238,232,213"
"Colour21"="253,246,227"
"LineCodePage"="UTF-8"
"ScrollOnDisp"=dword:00000000
"X11Forward"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\Sessions\Selenized%20Dark]
"Colour0"="173,188,188"
"Colour1"="202,216,217"
"Colour2"="16,60,72"
"Colour3"="23,73,86"
"Colour4"="16,60,72"
"Colour5"="202,216,217"
"Colour6"="23,73,86"
"Colour7"="50,91,102"
"Colour8"="250,87,80"
"Colour9"="255,102,92"
"Colour10"="117,185,56"
"Colour11"="132,199,71"
"Colour12"="219,179,45"
"Colour13"="235,193,61"
"Colour14"="70,149,247"
"Colour15"="88,163,255"
"Colour16"="242,117,190"
"Colour17"="255,132,205"
"Colour18"="65,199,185"
"Colour19"="83,214,199"
"Colour20"="144,137,143"
"Colour21"="202,216,217"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment