diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 1 | ||||
-rw-r--r-- | .ssh/config.d/cgit.heqnx.com | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..53eda29 --- /dev/null +++ b/.ssh/config @@ -0,0 +1 @@ +Include config.d/* diff --git a/.ssh/config.d/cgit.heqnx.com b/.ssh/config.d/cgit.heqnx.com new file mode 100644 index 0000000..b0d5cba --- /dev/null +++ b/.ssh/config.d/cgit.heqnx.com @@ -0,0 +1,5 @@ +Host cgit.heqnx.com + HostName cgit.heqnx.com + User git + IdentityFile ~/.ssh/cgit.heqnx.com + IdentitiesOnly yes |