From: alex Date: Sat, 11 Oct 2025 09:58:37 +0000 (+0200) Subject: Add ssh configuration X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=a177f37d8f73a6f9434f40bc045d0dc6e8217e85;p=infrastructure.git Add ssh configuration --- 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