Add .ssh/config
This commit is contained in:
parent
f733ffaadd
commit
e21cd08bb7
111
private_dot_ssh/private_executable_config
Normal file
111
private_dot_ssh/private_executable_config
Normal file
@ -0,0 +1,111 @@
|
|||||||
|
Host github.com
|
||||||
|
ForwardAgent yes
|
||||||
|
UseKeychain yes
|
||||||
|
IdentityFile ~/.ssh/github
|
||||||
|
|
||||||
|
Host ssh.dev.azure.com
|
||||||
|
IdentitiesOnly yes
|
||||||
|
IdentityFile ~/.ssh/id_lendify
|
||||||
|
HostkeyAlgorithms +ssh-rsa
|
||||||
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||||
|
|
||||||
|
|
||||||
|
Host front
|
||||||
|
Hostname 10.0.9.0
|
||||||
|
Port 222
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile /Users/kah/.ssh/id_clank
|
||||||
|
|
||||||
|
Host ratchet
|
||||||
|
Hostname 10.0.9.1
|
||||||
|
User kjuulh
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile /Users/kah/.ssh/id_clank
|
||||||
|
|
||||||
|
Host server
|
||||||
|
Hostname 10.0.9.2
|
||||||
|
User hermansen
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile /Users/kah/.ssh/id_clank
|
||||||
|
|
||||||
|
Host *
|
||||||
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
|
|
||||||
|
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
|
||||||
|
Hostname 136.243.15.57
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
Host clank_monitoring
|
||||||
|
Hostname 10.0.9.6
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
|
||||||
|
Host drone
|
||||||
|
Hostname 10.0.10.2
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host harbor
|
||||||
|
Hostname 10.0.10.3
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host hass
|
||||||
|
Hostname 10.0.11.1
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user