diff options
author | EuAndreh <eu@euandre.org> | 2021-03-23 21:07:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-23 21:07:47 -0300 |
commit | 43f2f1fb4036c61ba757cf644f1f4e8884eff292 (patch) | |
tree | a2e0e1a4288ff16f2c065e18fd4ae3de979b413c | |
parent | aux/workflow/public.sh: Mark as executable (diff) | |
download | toph-43f2f1fb4036c61ba757cf644f1f4e8884eff292.tar.gz toph-43f2f1fb4036c61ba757cf644f1f4e8884eff292.tar.xz |
Add ssh.conf
-rw-r--r-- | ssh.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ssh.conf b/ssh.conf new file mode 100644 index 0000000..df35e93 --- /dev/null +++ b/ssh.conf @@ -0,0 +1,17 @@ +Host * + ServerAliveInterval 30 +Host euandre.org + User root +Host iroh + HostName euandre.org + User root +Host *euandreh.xyz + Port 23841 + CheckHostIP no +Host kuvira + HostName euandreh.xyz + Port 23841 + CheckHostIP no +Host toph + HostName arrobaponto.org + CheckHostIP no |