diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-01-03 15:37:58 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-01-03 15:37:58 +0000 |
| commit | 6108dad723ec4ee9b1d070aaf428630dc7c8e965 (patch) | |
| tree | 10f407f704e1c7161b2180e52887c71a6e3c7818 /ssh | |
| parent | 4c7e5d3e64ea0ee30ccf8e2ad6d98226caf75bc6 (diff) | |
Add ssh configuration
Diffstat (limited to 'ssh')
| -rw-r--r-- | ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..f293bc7 --- /dev/null +++ b/ssh/config @@ -0,0 +1,5 @@ +# -*- mode: conf-space -*- + +Host github + HostName github.com + User git |
