From 461ec6e4926bd29df3040983e82f161a6ebf2aae Mon Sep 17 00:00:00 2001 From: Nanda128 Date: Sun, 13 Jul 2025 19:21:04 +0100 Subject: [PATCH] Revert "Merge branch 'main' into main" This reverts commit 13811530954c4205d896d9fc95fe79d999ba0af3, reversing changes made to ce27d5a63a185aea2b15fca7b8c0383f011a9ec2. --- src/tutorials/skynet/create_ssh.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tutorials/skynet/create_ssh.md b/src/tutorials/skynet/create_ssh.md index 4aad614..cb06a43 100644 --- a/src/tutorials/skynet/create_ssh.md +++ b/src/tutorials/skynet/create_ssh.md @@ -79,10 +79,9 @@ nano config Or open up in a text editor. ### Windows/Linux -This is what we want to have in the file. -The below is valid currently and suitable for users and admins. +This is what we want to have in the file. ``` -Host *.skynet.ie 193.1.99.* 193.1.96.165 +Host *.skynet.ie User $USERNAME IdentityFile ~/.ssh/skynet/$USERNAME IdentitiesOnly yes