From e21cd08bb7ab46400e60ca0183fe2f51c682ff9f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 15:04:14 +0200 Subject: [PATCH] Add .ssh/config --- private_dot_ssh/private_executable_config | 111 ++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 private_dot_ssh/private_executable_config diff --git a/private_dot_ssh/private_executable_config b/private_dot_ssh/private_executable_config new file mode 100644 index 0000000..cbb9b4d --- /dev/null +++ b/private_dot_ssh/private_executable_config @@ -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