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