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 --- src/ssh.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/ssh.conf (limited to 'src') diff --git a/src/ssh.conf b/src/ssh.conf new file mode 100644 index 0000000..fcfc257 --- /dev/null +++ b/src/ssh.conf @@ -0,0 +1,23 @@ +Host * + ServerAliveInterval 30 + ServerAliveCountMax 20 + +Host iroh *euandre.org + HostName euandre.org + User root + +Host kuvira *euandreh.xyz + HostName euandreh.xyz + Port 23841 + +Host toph *arrobaponto.org + HostName arrobaponto.org + Port 38123 + +Host suyin + HostName ch-s010.rsync.net + User 16686 + +Host lawtech + HostName dev.arrobaponto.org + Port 2124 -- cgit v1.2.3