From 6485bc1deb12b9ef5b317b623ed751aec44bf8dd Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Thu, 16 Dec 2021 00:54:28 +0100 Subject: [PATCH] ssh config: Remove legacy RSA key from toriel-dropbear config --- .ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index b3c17ed..69881bf 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,7 +8,6 @@ Host afra-door Host toriel-dropbear HostName 192.168.16.4 User root - IdentityFile .ssh/dropbear_id_rsa RemoteCommand cryptroot-unlock RequestTTY yes