From 5bf9572734025ddbe680c0c4978f72df5718ae4b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Mar 2022 19:12:06 -0300 Subject: Delete all old code and configuration to start from scratch with Guix only Delete files related to: - Terraform - opt/* - scripts/deploy - secrets/* - git-crypt - Nix --- ssh.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ssh.conf (limited to 'ssh.conf') diff --git a/ssh.conf b/ssh.conf deleted file mode 100644 index 0b2969d..0000000 --- a/ssh.conf +++ /dev/null @@ -1,18 +0,0 @@ -Host * - ServerAliveInterval 30 -# LogLevel DEBUG -Host euandre.org - User root -Host iroh - HostName euandre.org - User root -Host *euandreh.xyz - Port 23841 - CheckHostIP no -Host kuvira - HostName euandreh.xyz - Port 23841 - CheckHostIP no -Host toph - HostName arrobaponto.org - CheckHostIP no -- cgit v1.2.3