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