diff options
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 |