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