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
|
|
|
|
|
2023-11-25 17:26:43 +01:00
|
|
|
### mgrote.net
|
|
|
|
Host fileserver3.mgrote.net
|
|
|
|
Host ansible2.mgrote.net
|
|
|
|
Host docker10.mgrote.net
|
|
|
|
Host pve5.mgrote.net
|
2024-04-03 12:43:57 +02:00
|
|
|
Host forgejo.mgrote.net
|
|
|
|
Host ldap.mgrote.net
|
2023-11-25 17:26:43 +01:00
|
|
|
Host pve5-test.mgrote.net
|
|
|
|
Host vm-test-2204.mgrote.net
|
|
|
|
Host pbs-test.mgrote.net
|
|
|
|
Host pbs.mgrote.net
|
2023-11-29 09:39:49 +01:00
|
|
|
Host blocky.mgrote.net
|
2023-11-25 17:26:43 +01:00
|
|
|
Host *.mgrote.net
|
2024-05-06 22:46:09 +02:00
|
|
|
IdentityFile ~/.ssh/mgrote.net
|
2021-12-20 13:33:13 +01:00
|
|
|
|
2022-08-26 20:42:28 +02:00
|
|
|
### Ubiquity
|
2023-11-25 17:26:43 +01:00
|
|
|
Host nanohd-wohnzimmer.mgrote.net
|
2024-05-06 22:46:09 +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
|
2024-05-06 22:46:13 +02:00
|
|
|
Host rb5009.mgrote.net crs305.mgrote.net hex.mgrote.net
|
2024-05-06 22:46:09 +02:00
|
|
|
User admin
|
|
|
|
IdentityFile ~/.ssh/mikrotik_ed25519
|
2021-12-20 13:33:13 +01:00
|
|
|
|
2021-11-12 21:07:28 +01:00
|
|
|
### papa.lan
|
2021-10-13 18:37:54 +02:00
|
|
|
Host qnap-nas
|
2024-05-06 22:46:09 +02:00
|
|
|
HostName 192.168.3.108
|
|
|
|
User extraadmin
|
|
|
|
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
|
2024-05-06 22:46:09 +02:00
|
|
|
IdentityFile ~/.ssh/git.mgrote.net
|
2021-11-25 07:37:15 +01:00
|
|
|
|
2022-07-02 13:14:16 +02:00
|
|
|
Host github.com
|
2024-05-06 22:46:09 +02:00
|
|
|
User git
|
|
|
|
IdentityFile ~/.ssh/github.com
|