From a3704f7db984ead63d604354e45c32a9f1e4003e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 15 Jun 2024 15:40:50 +0300 Subject: [PATCH] chore(ssh): add turing nodes to ssh config --- ssh/shared.d/turingpi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ssh/shared.d/turingpi diff --git a/ssh/shared.d/turingpi b/ssh/shared.d/turingpi new file mode 100644 index 0000000..6c11ca4 --- /dev/null +++ b/ssh/shared.d/turingpi @@ -0,0 +1,17 @@ +Host t1 + User ubuntu + HostName t1.home.antiprocess.net + IdentityFile ~/.ssh/id_rsa +Host t2 + User ubuntu + HostName t2.home.antiprocess.net + IdentityFile ~/.ssh/id_rsa +Host t3 + User ubuntu + HostName t3.home.antiprocess.net + IdentityFile ~/.ssh/id_rsa +Host t4 + User ubuntu + HostName t4.home.antiprocess.net + IdentityFile ~/.ssh/id_rsa +