From 5f1d6cdc8259f7cc7569b40273d824c4087702a6 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 22 Apr 2022 23:28:10 +0200 Subject: [PATCH] ssh-config: add base-decrypt config --- roles/dotfiles/files/ssh_config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/dotfiles/files/ssh_config b/roles/dotfiles/files/ssh_config index 1e3ef1a..85cd2ee 100644 --- a/roles/dotfiles/files/ssh_config +++ b/roles/dotfiles/files/ssh_config @@ -3,6 +3,10 @@ Host base HostName skaq5lpru2kvl6hu.myfritz.net Port 2222 User johannes +Host base-decrypt + HostName skaq5lpru2kvl6hu.myfritz.net + Port 2221 + User root Host ovh HostName 51.89.23.55 Port 2222