Ask coding questions
I wannna be able to log in with a chromebook online
You can create a bash repl at http://repl.it/languages/bashAnd add ssh <your-username>@<server-name> -p <your-port> to the code window.If you hit run, after filling out the data, you can then SSH into your Rasberry
ssh <your-username>@<server-name> -p <your-port>
Please upvote this if it helped you out 🖥👍
You can create a bash repl at http://repl.it/languages/bash
And add
ssh <your-username>@<server-name> -p <your-port>
to the code window.If you hit run, after filling out the data, you can then SSH into your Rasberry