diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-07-03 01:00:49 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-07-03 01:00:49 +0000 |
| commit | 487fda85f5f0b15f8a5510a3d5731ec938b790da (patch) | |
| tree | 35cc631a3f5e60e2639bcd73b137922dec37ab37 /.ssh | |
| parent | 7155871f2fd08601780a11e2543f75c45029e88b (diff) | |
| download | dots-487fda85f5f0b15f8a5510a3d5731ec938b790da.tar.gz | |
ssh: add ssh config
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | .ssh/config | 19 |
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 |
