Putty Configuration
Generic notes until more finalized.
Putty Timeouts
putty › connection › enable tcp keepalives
putty › connection › seconds between keepalives › 5
regedit /e "%userprofile%\Desktop\putty.reg" HKEY_CURRENT_USER\Software\SimonTatham
Create a putty shortcut that launches a profile.
Changing Escape Characters
Sometimes the terminal escape sequences that are sent are changed if you are running through multiple screen sessions into docker, etc.
stty -a
Note
Find the escape sequence you are looking for (e.g. erase is for delete).
ctrl + v, {DESIRED KEY PRESS}
Note
This will print the escape sequence to the terminal
stty erase ^H
Note
Sets the correct escape sequence.
Press the key instead of manually typing it.
Forwarding X Windows
Use VcXsrv instead of xming. This is fully functional and does not have copy/paste or resizing disabled. Install as normal.
Save X window server settings to config file
start › xlaunch
Run through the configuration and save options to file
config.xlaunch
.Move
config.xlaunch
toc:\Program Files\VcXsrv\
.
Edit xlaunch shortcut
c:\ProgramData\Microsoft\Windows\Start Menu\Programs\VcXsrv
XLaunch › {RMB} › properties › Target
"c:\Program Files\VcXsrv\xlaunch.exe" -run config.xlaunch
Save and launch
XLaunch
. Settings should load automatically and start xserver.
References