aboutsummaryrefslogtreecommitdiff
path: root/ssh.env.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.env.conf')
-rw-r--r--ssh.env.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/ssh.env.conf b/ssh.env.conf
new file mode 100644
index 0000000..6ce50ed
--- /dev/null
+++ b/ssh.env.conf
@@ -0,0 +1,6 @@
+Host $TLD
+ User root
+ IdentityFile $PWD/secrets/ssh/vps-box-client
+ UserKnownHostsFile $PWD/secrets/ssh/known-hosts.txt
+Host git.sr.ht
+ StrictHostKeyChecking no