diff options
author | EuAndreh <eu@euandre.org> | 2022-03-20 01:55:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-20 01:56:17 -0300 |
commit | 6fdfd3948a801f3844f4298ccc99a8e435b9a3e8 (patch) | |
tree | be311e4720a924d13936b58cc536f41cac96974f /src/infrastructure/ssh.conf | |
parent | src/ssh.conf: Remove lawtech address (diff) | |
download | server-6fdfd3948a801f3844f4298ccc99a8e435b9a3e8.tar.gz server-6fdfd3948a801f3844f4298ccc99a8e435b9a3e8.tar.xz |
mv src/* src/infrastructure/
Diffstat (limited to 'src/infrastructure/ssh.conf')
-rw-r--r-- | src/infrastructure/ssh.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/infrastructure/ssh.conf b/src/infrastructure/ssh.conf new file mode 100644 index 0000000..790e5f0 --- /dev/null +++ b/src/infrastructure/ssh.conf @@ -0,0 +1,19 @@ +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 |