dotfiles/.ssh/config

62 lines
1.3 KiB
Text
Raw Normal View History

2022-07-01 14:24:48 +02:00
### ssh-agent
2022-07-17 13:25:39 +02:00
IgnoreUnknown UseKeychain
UseKeychain yes
2022-07-01 14:24:48 +02:00
AddKeysToAgent yes
2022-09-07 08:32:51 +02:00
### keys
StrictHostKeyChecking=accept-new
# https://stackoverflow.com/questions/21383806/how-can-i-force-ssh-to-accept-a-new-host-fingerprint-from-the-command-line
### grote.lan
2021-06-30 21:35:18 +02:00
Host dokuwiki2.grote.lan
Host fileserver2.grote.lan
2021-05-31 19:40:26 +02:00
Host acng.grote.lan
2021-06-30 21:35:18 +02:00
Host ansible2.grote.lan
2022-08-17 16:04:11 +02:00
Host docker10.grote.lan
2022-11-03 19:09:07 +01:00
Host pve5.grote.lan
2021-06-30 21:35:18 +02:00
Host gitea.grote.lan
2022-11-04 14:07:47 +01:00
Host pve5-test.grote.lan
2022-11-04 19:31:30 +01:00
Host vm-test-2004.grote.lan
Host vm-test-2204.grote.lan
2022-09-04 11:52:49 +02:00
Host k3s1.grote.lan
2022-11-09 11:35:20 +01:00
Host k3s-nfs2.grote.lan
2022-09-04 11:52:49 +02:00
Host k3s2.grote.lan
Host k3s3.grote.lan
2021-12-20 13:33:13 +01:00
Host *.grote.lan
2022-07-02 13:14:16 +02:00
IdentityFile ~/.ssh/grote.lan
2021-12-20 13:33:13 +01:00
2022-08-26 20:42:28 +02:00
### Ubiquity
Host nanohd-wohnzimmer.grote.lan
User ubi_ssh_admin
HostKeyAlgorithms=+ssh-dss
2022-01-08 13:12:04 +01:00
2021-12-20 13:33:13 +01:00
### Mikrotik
2022-07-01 14:25:24 +02:00
Host rb5009.grote.lan crs309.grote.lan crs305.grote.lan hex.grote.lan
2022-04-03 18:16:00 +02:00
User admin
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
2021-12-20 13:33:13 +01:00
### papa.lan
2021-10-13 18:37:54 +02:00
Host qnap-nas
HostName 192.168.3.108
User extraadmin
2022-07-02 13:14:16 +02:00
IdentityFile ~/.ssh/qnap_papa
2021-10-13 18:37:54 +02:00
2021-12-20 13:33:13 +01:00
### ssh-key für git clone
2021-11-25 07:37:15 +01:00
Host git.mgrote.net
User gitea
Port 2222
PreferredAuthentications publickey
2022-07-02 13:14:16 +02:00
IdentityFile ~/.ssh/git.mgrote.net
2021-11-25 07:37:15 +01:00
### dp-antares
2022-07-01 14:25:44 +02:00
Host dp-zcdi-gitlab git.dataport.de
2021-11-08 11:47:34 +01:00
HostName git.dataport.de
2021-08-30 18:59:12 +02:00
User git
2021-11-08 11:47:34 +01:00
Port 2200
PreferredAuthentications publickey
2022-07-02 13:14:16 +02:00
IdentityFile ~/.ssh/git.dataport.de
Host github.com
User git
IdentityFile ~/.ssh/github.com