From b2b173ccbf5b0fc61421b91310ec208c2eef0fc7 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sun, 14 Jun 2020 17:22:54 +0200 Subject: [PATCH] .ssh/config: add Host toriel-dropbear --- .ssh/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ssh/config b/.ssh/config index 13809af..5698dfc 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,3 +5,10 @@ Host afra-door ProxyJump afra.fe80.eu User pi +Host toriel-dropbear + HostName 192.168.2.2 + User root + IdentityFile .ssh/id_rsa_toriel_dropbear + RemoteCommand cryptroot-unlock + RequestTTY yes +