From 43f2f1fb4036c61ba757cf644f1f4e8884eff292 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 23 Mar 2021 21:07:47 -0300 Subject: Add ssh.conf --- ssh.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ssh.conf 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 -- cgit v1.2.3