From 6e1b1e6e1b609506438035989383bc0e6d81649c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 17 Mar 2022 22:25:37 +0200 Subject: [PATCH] Add ssh host for unlocking the server cryptroot --- home/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.ssh/config b/home/.ssh/config index 637e7359..735e4e64 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -27,6 +27,11 @@ host moria ForwardAgent yes RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra +host moria-unlock + HostName korhonen.cc + port 221 + User root + host gondor hostname gondor.korhonen.cc port 22