From a177f37d8f73a6f9434f40bc045d0dc6e8217e85 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 11:58:37 +0200 Subject: [PATCH] Add ssh configuration --- infrastructure/README.md | 10 ++++++++++ infrastructure/ssh_config | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 infrastructure/ssh_config diff --git a/infrastructure/README.md b/infrastructure/README.md index 41f613f..5e96671 100644 --- a/infrastructure/README.md +++ b/infrastructure/README.md @@ -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 index 0000000..069457f --- /dev/null +++ b/infrastructure/ssh_config @@ -0,0 +1,2 @@ +Host ñix.es + HostName 155.133.26.104 -- 2.47.3