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