From e04b5babed66350031d7a5e27460f217c907cc55 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sat, 20 Mar 2021 17:53:31 +0100 Subject: [PATCH] .ssh/config: change IP of toriel; rename dropbear SSH key --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 5698dfc..b3c17ed 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,9 +6,9 @@ Host afra-door User pi Host toriel-dropbear - HostName 192.168.2.2 + HostName 192.168.16.4 User root - IdentityFile .ssh/id_rsa_toriel_dropbear + IdentityFile .ssh/dropbear_id_rsa RemoteCommand cryptroot-unlock RequestTTY yes