diff options
author | heqnx <root@heqnx.com> | 2025-05-12 10:33:12 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-12 10:33:12 +0300 |
commit | 9955d2d2a3afd9c8b07c2d1631a637dd9a339467 (patch) | |
tree | d6ed874980c4792a5e341bb3dd8605015fa9a983 /.ssh | |
parent | 5cd4565ddc4e3b0e8b9617d3ec654cb42be50903 (diff) | |
download | cgit-9955d2d2a3afd9c8b07c2d1631a637dd9a339467.tar.gz cgit-9955d2d2a3afd9c8b07c2d1631a637dd9a339467.zip |
added dotfiles for working with this cgit
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 |