From 11a727f10b33be62fcb16851e24691fd3ff308e3 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 29 Jan 2026 22:17:16 +0530 Subject: ssh: update ssh config with hetzner keyfile Signed-off-by: Brahmajit Das --- .ssh/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.ssh/config b/.ssh/config index 4d2fac7..9c5798c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,6 @@ AddKeysToAgent yes IdentityFile ~/.ssh/id_ed25519 -IdentityFile ~/.ssh/digitalocean +IdentityFile ~/.ssh/hetzner Host 192.168.0.* StrictHostKeyChecking no UserKnownHostsFile=/dev/null @@ -10,12 +10,14 @@ Host 192.168.1.* Host *.suse.cz StrictHostKeyChecking no UserKnownHostsFile=/dev/null -Host git.listout.xyz +Host listout.xyz + User listout Port 5555 + IdentityFile ~/.ssh/hetzner +Host git.listout.xyz User git - IdentityFile ~/.ssh/digitalocean -Host listout.xyz Port 5555 + IdentityFile ~/.ssh/hetzner Host kerncvs.suse.de User bdas IdentityFile ~/.ssh/id_ed25519 -- cgit v1.2.3