From 6fdfd3948a801f3844f4298ccc99a8e435b9a3e8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Mar 2022 01:55:55 -0300 Subject: mv src/* src/infrastructure/ --- src/infrastructure/ssh.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/infrastructure/ssh.conf (limited to 'src/infrastructure/ssh.conf') 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 -- cgit v1.2.3