Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from utahrobotics/manglemix-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
manglemix authored Oct 6, 2023
2 parents 11a60f4 + 3f56d4c commit ad5919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You will need Visual Studio Code (We'll call it VSCode).
Lunaserver is the computer that will run on the robot on competition day, but until then is just a computer that is on 24/7.
It will be connected to all the sensors we will use, and maybe a microcontroller for you to test stuff on. You will use a technique called SSH to connect to Lunaserver. There is a dedicated extension in VScode for this that you should use. [Here is a guide](https://code.visualstudio.com/docs/remote/ssh#_connect-to-a-remote-host).

The address is `5.tcp.ngrok.io` and the port is `22735`. The SSH Fingerprint is `AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMDjVvCSpLtGiopbc79AwfkZNcOkTsvVq/TiEGJEAvw9MXH8pJOL4kIHGusbJ3a8KTNa8uR7Y9Nb5K6yheM5pI4=`. When you connect to Lunaserver for the first time, VSCode will show you the fingerprint it received from what it thinks is Lunaserver. You should verify that this fingerprint is the same as that one. If they are different, disconnect and double check that you have written the address and port correctly. If they are correct, then it is likely that someone is trying to [piggy back](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) off of your SSH connection for whatever reason. The chances of that happening is very low, but still worth checking. After the first connection, you will not need to verify the SSH fingerprint anymore as VSCode will check it for you. Very rarely, you may face a warning that the SSH fingerprint check has failed, which usually means that someone is once again trying to use your SSH connection. Simply let me know, and don't worry as your computer is not compromised.
The address is `5.tcp.ngrok.io` and the port is `22735`. The SSH Fingerprint is `SHA256:/XYiztKXqFHny36RCsustFw5qByHRmgKy0ONRsAbWHY`. When you connect to Lunaserver for the first time, VSCode will show you the fingerprint it received from what it thinks is Lunaserver. You should verify that this fingerprint is the same as that one. If they are different, disconnect and double check that you have written the address and port correctly. If they are correct, then it is likely that someone is trying to [piggy back](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) off of your SSH connection for whatever reason. The chances of that happening is very low, but still worth checking. After the first connection, you will not need to verify the SSH fingerprint anymore as VSCode will check it for you. Very rarely, you may face a warning that the SSH fingerprint check has failed, which usually means that someone is once again trying to use your SSH connection. Simply let me know, and don't worry as your computer is not compromised.

Before connecting for your first time, provide me with your preferred username and password for me to set up an account on Lunaserver for you. There is a guest account, username is `usr`. This account does not have any access outside of its home directory so you shouldn't use it to do your work.

Expand Down

0 comments on commit ad5919e

Please sign in to comment.