From 9b881a2ddd283fa157be7bd66cd66a3251a0a2c5 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Mon, 21 Aug 2023 10:08:32 +0200 Subject: [PATCH] ssh_config: Add tanuki-dropbear host --- .ssh/config.d/50_hosts.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ssh/config.d/50_hosts.conf b/.ssh/config.d/50_hosts.conf index f683fd2..07f8a3f 100644 --- a/.ssh/config.d/50_hosts.conf +++ b/.ssh/config.d/50_hosts.conf @@ -6,3 +6,9 @@ Host toriel-dropbear User root RemoteCommand cryptroot-unlock RequestTTY yes + +Host tanuki-dropbear + Hostname tanuki + User root + RemoteCommand cryptroot-unlock + RequestTTY yes