From be0baabd7eaf3f44b723cb121c6f9f170355d713 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 12 Jul 2025 23:17:48 +0100 Subject: [PATCH] doc: slightly change wording --- src/tutorials/skynet/create_ssh.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tutorials/skynet/create_ssh.md b/src/tutorials/skynet/create_ssh.md index cb06a43..4aad614 100644 --- a/src/tutorials/skynet/create_ssh.md +++ b/src/tutorials/skynet/create_ssh.md @@ -79,9 +79,10 @@ nano config Or open up in a text editor. ### Windows/Linux -This is what we want to have in the file. +This is what we want to have in the file. +The below is valid currently and suitable for users and admins. ``` -Host *.skynet.ie +Host *.skynet.ie 193.1.99.* 193.1.96.165 User $USERNAME IdentityFile ~/.ssh/skynet/$USERNAME IdentitiesOnly yes