mirror of
https://github.com/awatertrevi/macos-configuration.git
synced 2026-09-22 11:44:36 +00:00
37 lines
717 B
Plaintext
37 lines
717 B
Plaintext
Host *
|
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
|
|
|
Host github.com
|
|
IdentityFile ~/.ssh/git.pub
|
|
|
|
Host meerkoet01
|
|
Hostname 192.168.178.201
|
|
User trevi
|
|
Port 22
|
|
IdentityFile ~/.ssh/personal.pub
|
|
|
|
Host meerkoet03
|
|
Hostname 192.168.178.70
|
|
User trevi
|
|
Port 22
|
|
IdentityFile ~/.ssh/personal.pub
|
|
|
|
Host resoftware-k3s
|
|
Hostname 5.75.156.86
|
|
User k3s
|
|
Port 22
|
|
IdentityFile ~/.ssh/resoftware-k3s.pub
|
|
StrictHostKeyChecking no
|
|
|
|
Host resoftware-support
|
|
Hostname 46.225.83.121
|
|
User root
|
|
Port 22
|
|
IdentityFile ~/.ssh/resoftware-support.pub
|
|
StrictHostKeyChecking no
|
|
|
|
Host plesk02
|
|
Hostname 144.76.106.3
|
|
User root
|
|
Port 22
|
|
IdentityFile ~/.ssh/resoftware-k3s.pub |