]> xn--ix-yja.es Git - infrastructure.git/commitdiff
Add ssh configuration
authoralex <alex@pdp7.net>
Sat, 11 Oct 2025 09:58:37 +0000 (11:58 +0200)
committeralex <alex@pdp7.net>
Sat, 11 Oct 2025 09:58:37 +0000 (11:58 +0200)
infrastructure/README.md
infrastructure/ssh_config [new file with mode: 0644]

index 41f613fcd6cbad26b9571a8c0238746d8458ebc2..5e966719e878a5e0fcb1f3b05d0fc5fc5422b6cf 100644 (file)
@@ -1,5 +1,15 @@
 # Infrastructure
 
+## Using SSH
+
+Add:
+
+```
+Include .../xn--ix-yja.es/infrastructure/ssh_config
+```
+
+to your `~/.ssh/config` before any `Host` statement.
+
 ## Bootstrapping
 
 Ensure you can `ssh root@ñix.es`, and then:
diff --git a/infrastructure/ssh_config b/infrastructure/ssh_config
new file mode 100644 (file)
index 0000000..069457f
--- /dev/null
@@ -0,0 +1,2 @@
+Host ñix.es
+     HostName 155.133.26.104