diff options
author | EuAndreh <eu@euandre.org> | 2022-03-07 19:12:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-07 19:12:06 -0300 |
commit | 5bf9572734025ddbe680c0c4978f72df5718ae4b (patch) | |
tree | 032d09b77a32538740bdf56e028c3e24fa7c35af /src | |
parent | TODOs.md: Add #td-dae28289-0b87-f931-8911-97cd810c9507 (diff) | |
download | toph-5bf9572734025ddbe680c0c4978f72df5718ae4b.tar.gz toph-5bf9572734025ddbe680c0c4978f72df5718ae4b.tar.xz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/ssh.conf | 23 |
1 files changed, 23 insertions, 0 deletions
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 |