From 55d1944b8b9672893ffdd5932f7b4337223ad893 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 20 Dec 2023 18:40:00 +0100 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 6b01a67..34a0b1a 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -22,6 +22,13 @@ Host front PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host tablet + Hostname 10.0.9.12 + Port 8022 + User u0_a617 + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host ratchet Hostname 10.0.9.1 User kjuulh