Host *
# select if ssh key should be added to ssh agent
AddKeysToAgent no
# only if supported
IgnoreUnknown UseKeychain
# select if key pass phrase should be added to key chain
UseKeychain no
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { background: #222; color: #e6e6e6; } | |
a { color: #949494; } | |
a:link, a:visited { color: #949494; } | |
a:hover, a:active, a:focus { color: #c7c7c7; } | |
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* xutil.h - X/Motif debugging | |
* | |
* Either include this file into your code ( #include "xutil.h" ) | |
* or cut and paste the functions as rerquired, to your code | |
* | |
* Either use the provided callback and eventhandler template | |
* or call the functions directly. | |
* | |
* By default all verbose gets printed out to "stdout" |