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