- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/) called.ssh. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
| [branch] | |
| autosetuprebase = always | |
| [core] | |
| autocrlf = false | |
| ignorecase = false | |
| [push] | |
| default = simple | |
| [pull] | |
| default = simple |
| (f|ht)tp(s)?://([A-Za-z0-9-]+\.)+[A-Za-z0-9-]+(/[A-Za-z0-9- ./?%&=]*)? |
| [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,} |
(Also see [remarkable][], the markdown parser created by the author of this cheatsheet)