From 487fda85f5f0b15f8a5510a3d5731ec938b790da Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 3 Jul 2025 06:30:49 +0530 Subject: ssh: add ssh config Signed-off-by: Brahmajit Das --- .ssh/config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .ssh/config (limited to '.ssh/config') 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 -- cgit v1.2.3