57 lines
1.2 KiB
Text
57 lines
1.2 KiB
Text
### ssh-agent
|
|
IgnoreUnknown UseKeychain
|
|
UseKeychain yes
|
|
AddKeysToAgent yes
|
|
|
|
### 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
|
|
Host dokuwiki2.grote.lan
|
|
Host fileserver3.grote.lan
|
|
Host acng2.grote.lan
|
|
Host ansible2.grote.lan
|
|
Host docker10.grote.lan
|
|
Host pve5.grote.lan
|
|
Host gitea.grote.lan
|
|
Host pve5-test.grote.lan
|
|
Host vm-test-2004.grote.lan
|
|
Host vm-test-2204.grote.lan
|
|
Host *.grote.lan
|
|
IdentityFile ~/.ssh/grote.lan
|
|
|
|
### Ubiquity
|
|
Host nanohd-wohnzimmer.grote.lan
|
|
User ubi_ssh_admin
|
|
HostKeyAlgorithms=+ssh-dss
|
|
|
|
### Mikrotik
|
|
Host rb5009.grote.lan crs309.grote.lan crs305.grote.lan hex.grote.lan
|
|
User admin
|
|
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
|
|
|
### papa.lan
|
|
Host qnap-nas
|
|
HostName 192.168.3.108
|
|
User extraadmin
|
|
IdentityFile ~/.ssh/qnap_papa
|
|
|
|
### ssh-key für git clone
|
|
Host git.mgrote.net
|
|
User gitea
|
|
Port 2222
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/git.mgrote.net
|
|
|
|
### dp-antares
|
|
Host dp-zcdi-gitlab git.dataport.de
|
|
HostName git.dataport.de
|
|
User git
|
|
Port 2200
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/git.dataport.de
|
|
|
|
Host github.com
|
|
User git
|
|
IdentityFile ~/.ssh/github.com
|