diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-01-29 16:47:16 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-01-29 16:47:16 +0000 |
| commit | 11a727f10b33be62fcb16851e24691fd3ff308e3 (patch) | |
| tree | 352921c39436a1b284b1594b91a9e5983c2eed56 /.ssh/config | |
| parent | 7e1c21fe77eb30a5bfe9f5463a5927a36d34e488 (diff) | |
| download | dots-11a727f10b33be62fcb16851e24691fd3ff308e3.tar.gz | |
ssh: update ssh config with hetzner keyfile
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | .ssh/config | 10 |
1 files 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 |
