summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-07-03 01:00:49 +0000
committerBrahmajit Das <listout@listout.xyz>2025-07-03 01:00:49 +0000
commit487fda85f5f0b15f8a5510a3d5731ec938b790da (patch)
tree35cc631a3f5e60e2639bcd73b137922dec37ab37 /.ssh/config
parent7155871f2fd08601780a11e2543f75c45029e88b (diff)
downloaddots-487fda85f5f0b15f8a5510a3d5731ec938b790da.tar.gz
ssh: add ssh config
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
-rw-r--r--.ssh/config19
1 files changed, 19 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100644
index 0000000..4f10ef8
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,19 @@
+AddKeysToAgent yes
+IdentityFile ~/.ssh/id_rsa_thinkpade14
+IdentityFile ~/.ssh/id_rsa
+IdentityFile ~/.ssh/digitalocean
+Host 192.168.0.*
+ StrictHostKeyChecking no
+ UserKnownHostsFile=/dev/null
+Host 192.168.1.*
+ StrictHostKeyChecking no
+ UserKnownHostsFile=/dev/null
+Host *.suse.cz
+ StrictHostKeyChecking no
+ UserKnownHostsFile=/dev/null
+Host git.listout.xyz
+ Port 5555
+ User git
+ IdentityFile ~/.ssh/digitalocean
+Host listout.xyz
+ Port 5555