dotfiles/.ssh/config

57 lines
1.2 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
### mgrote.net
Host fileserver3.mgrote.net
Host ansible2.mgrote.net
Host docker10.mgrote.net
Host pve5.mgrote.net
Host gitea.mgrote.net
Host pve5-test.mgrote.net
Host vm-test-2204.mgrote.net
Host pbs-test.mgrote.net
Host pbs.mgrote.net
Host *.mgrote.net
IdentityFile ~/.ssh/mgrote.net
2021-12-20 13:33:13 +01:00
2022-08-26 20:42:28 +02:00
### Ubiquity
Host nanohd-wohnzimmer.mgrote.net
2022-08-26 20:42:28 +02:00
User ubi_ssh_admin
HostKeyAlgorithms=+ssh-dss
2022-01-08 13:12:04 +01:00
2021-12-20 13:33:13 +01:00
### Mikrotik
Host rb5009.mgrote.net crs309.mgrote.net crs305.mgrote.net hex.mgrote.net
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