diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-10 22:40:06 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-10 22:40:06 +0000 |
| commit | ea62727f1f0d99b94a5f5159ec07ecdc531e8083 (patch) | |
| tree | 0cb3a88f72b0556b305f8a1a6a1a8487bdee52e8 | |
| parent | 659c229d0e06233a995f0bb5dfd94839542b94dd (diff) | |
| download | dots-ea62727f1f0d99b94a5f5159ec07ecdc531e8083.tar.gz | |
ssh: config: set default ID file and user for work ssh connections
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | .ssh/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 9c5798c..1ebaa91 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,12 @@ AddKeysToAgent yes IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/hetzner +Host l3mule.suse.de + User bdas + IdentityFile ~/.ssh/id_ed25519 +Host l3vm.suse.cz + User bdas + IdentityFile ~/.ssh/id_ed25519 Host 192.168.0.* StrictHostKeyChecking no UserKnownHostsFile=/dev/null |
