From 67b0bb901b6b065d2b21e5cae9d24f1437c65a63 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 23 Feb 2024 22:51:21 +0100 Subject: [PATCH] Update .config/helix/languages.toml Update .ssh/config --- dot_config/helix/languages.toml | 2 -- private_dot_ssh/private_executable_config.tmpl | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 25a83b6..c507cd1 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -8,8 +8,6 @@ allFeatures = true mockall = ["automock"] mockall_double = ["double"] -disable = ["automock", "double"] - [[language]] name = "graphql" scope = "source.graphql" diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 92acec8..c509ea8 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -35,6 +35,12 @@ Host ratchet PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host ratchet + Hostname 10.0.9.13 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host server Hostname 10.0.9.2 User hermansen