2023-10-28 21:16:35 +02:00
|
|
|
{{ if .homebrew -}}
|
2023-12-20 18:41:32 +01:00
|
|
|
#Include ~/.orbstack/ssh/config
|
2023-10-28 21:16:35 +02:00
|
|
|
{{ end -}}
|
|
|
|
|
2023-07-24 15:04:14 +02:00
|
|
|
Host github.com
|
2023-07-25 12:43:24 +02:00
|
|
|
ForwardAgent yes
|
2023-07-25 12:42:10 +02:00
|
|
|
{{ if .homebrew -}}
|
2023-07-24 15:04:14 +02:00
|
|
|
UseKeychain yes
|
2023-07-25 12:42:10 +02:00
|
|
|
{{ end -}}
|
2023-07-24 15:04:14 +02:00
|
|
|
IdentityFile ~/.ssh/github
|
|
|
|
|
|
|
|
Host ssh.dev.azure.com
|
2023-07-25 12:43:24 +02:00
|
|
|
IdentitiesOnly yes
|
2023-07-24 15:04:14 +02:00
|
|
|
IdentityFile ~/.ssh/id_lendify
|
|
|
|
HostkeyAlgorithms +ssh-rsa
|
|
|
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
|
|
|
|
|
|
|
Host front
|
|
|
|
Hostname 10.0.9.0
|
|
|
|
Port 222
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
2023-07-25 13:46:52 +02:00
|
|
|
IdentityFile ~/.ssh/id_clank
|
2023-07-24 15:04:14 +02:00
|
|
|
|
2023-12-20 18:40:00 +01:00
|
|
|
Host tablet
|
|
|
|
Hostname 10.0.9.12
|
|
|
|
Port 8022
|
|
|
|
User u0_a617
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2023-07-24 15:04:14 +02:00
|
|
|
Host ratchet
|
|
|
|
Hostname 10.0.9.1
|
|
|
|
User kjuulh
|
|
|
|
PubKeyAuthentication yes
|
2023-07-25 13:46:52 +02:00
|
|
|
IdentityFile ~/.ssh/id_clank
|
2023-07-24 15:04:14 +02:00
|
|
|
|
|
|
|
Host server
|
|
|
|
Hostname 10.0.9.2
|
|
|
|
User hermansen
|
|
|
|
PubKeyAuthentication yes
|
2023-07-25 13:46:52 +02:00
|
|
|
IdentityFile ~/.ssh/id_clank
|
2023-07-24 15:04:14 +02:00
|
|
|
|
2023-07-25 12:42:10 +02:00
|
|
|
{{ if .homebrew -}}
|
2023-07-24 15:04:14 +02:00
|
|
|
Host *
|
|
|
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
2023-07-25 12:42:10 +02:00
|
|
|
{{ end -}}
|
2023-07-24 15:04:14 +02:00
|
|
|
|
|
|
|
Host clank_postgres
|
|
|
|
Hostname 10.0.9.8
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host clank_renovate
|
|
|
|
Hostname 10.0.9.9
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host clank_bigboks_0
|
2023-08-10 12:53:26 +02:00
|
|
|
#Hostname 136.243.15.57
|
|
|
|
Hostname 10.0.10.0
|
2023-07-24 15:04:14 +02:00
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2023-10-16 20:27:33 +02:00
|
|
|
Host clank_reserve_me
|
2023-10-16 20:42:52 +02:00
|
|
|
#Hostname 168.119.105.241
|
|
|
|
Hostname 10.0.9.11
|
2023-10-16 20:27:33 +02:00
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2024-01-27 12:52:27 +01:00
|
|
|
Host clank_raw_front
|
2024-01-27 13:00:14 +01:00
|
|
|
#Hostname 88.198.162.254
|
|
|
|
Hostname 10.0.9.14
|
2024-01-27 12:52:03 +01:00
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2023-07-24 15:04:14 +02:00
|
|
|
Host wg_clank_bigboks_0
|
|
|
|
Hostname 10.0.10.0
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host clank_smolboks_0
|
|
|
|
Hostname 10.0.11.0
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2023-07-26 17:24:39 +02:00
|
|
|
Host clank_testboks_0
|
2023-07-26 17:25:16 +02:00
|
|
|
Hostname 10.0.12.1
|
2023-07-26 17:24:39 +02:00
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2024-01-27 15:43:08 +01:00
|
|
|
Host clank_smolboks_1
|
|
|
|
Hostname 10.0.10.6
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2023-07-24 15:04:14 +02:00
|
|
|
Host clank_monitoring
|
|
|
|
Hostname 10.0.9.6
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host drone
|
2023-08-12 20:32:30 +02:00
|
|
|
Hostname 10.0.11.3
|
2023-10-28 21:19:01 +02:00
|
|
|
User drone-1
|
2023-07-24 15:04:14 +02:00
|
|
|
PubKeyAuthentication yes
|
2023-10-28 21:15:22 +02:00
|
|
|
IdentitiesOnly true
|
2023-07-24 15:04:14 +02:00
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host harbor
|
|
|
|
Hostname 10.0.10.3
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host hass
|
2023-08-10 13:50:04 +02:00
|
|
|
Hostname 10.0.11.2
|
2023-07-24 15:04:14 +02:00
|
|
|
Port 22222
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host clank_loki
|
|
|
|
Hostname 10.0.10.4
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
|
|
|
Host ratchet_parts
|
|
|
|
Hostname 10.0.9.5
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
|
|
|
|
Host ratchet_monitoring
|
|
|
|
Hostname 10.0.9.6
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
|
|
|
|
Host clank_k8s_001
|
|
|
|
Hostname 10.0.10.5
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
2023-08-10 12:53:26 +02:00
|
|
|
|
2023-12-23 22:28:29 +01:00
|
|
|
Host clank_k8s_002
|
|
|
|
Hostname 10.0.10.6
|
|
|
|
User root
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityFile ~/.ssh/id_clank
|
|
|
|
|
2023-08-10 12:53:26 +02:00
|
|
|
Host clank_storage_box
|
|
|
|
Hostname u344185.your-storagebox.de
|
|
|
|
User u344185
|
|
|
|
Port 23
|
|
|
|
PubKeyAuthentication yes
|
|
|
|
IdentityAgent ~/.1password/agent.sock
|