diff --git a/Writerside/gu.tree b/Writerside/gu.tree index 87adf8f..ca5b4a5 100644 --- a/Writerside/gu.tree +++ b/Writerside/gu.tree @@ -18,5 +18,7 @@ - + + + \ No newline at end of file diff --git a/Writerside/topics/Reseau.md b/Writerside/topics/Reseau.md index 7179b37..09fc82c 100644 --- a/Writerside/topics/Reseau.md +++ b/Writerside/topics/Reseau.md @@ -1,34 +1 @@ -# Dev - -## Connect to the raspberry with ssh without knowing its IP - -Usage of tailscale to connect to the raspberry without knowing its IP. - -### Installation - -[Download the tailscale client](https://tailscale.com/kb/1347/installation) - -### Usage - -1. Create an account on tailscale -2. Register your device -3. Install the tailscale client on your device -4. Run the following commands - -```Bash -sudo tailscale login -``` - -Now ask an admin to give you the access to the raspberry - -```Bash -sudo tailscale status -``` - -With `tailscale status` you have the IP of the raspberry. - -```Bash -ssh modelec@ -``` - -The password must be the famous one. \ No newline at end of file +# dev \ No newline at end of file diff --git a/Writerside/topics/connect-rasp.md b/Writerside/topics/connect-rasp.md new file mode 100644 index 0000000..a9bd3e9 --- /dev/null +++ b/Writerside/topics/connect-rasp.md @@ -0,0 +1,34 @@ +# Connect To Raspberry + +## Connect to the raspberry with ssh without knowing its IP + +Usage of tailscale to connect to the raspberry without knowing its IP. + +### Installation + +[Download the tailscale client](https://tailscale.com/kb/1347/installation) + +### Usage + +1. Create an account on tailscale +2. Register your device +3. Install the tailscale client on your device +4. Run the following commands + +```Bash +sudo tailscale login +``` + +Now ask an admin to give you the access to the raspberry + +```Bash +sudo tailscale status +``` + +With `tailscale status` you have the IP of the raspberry. + +```Bash +ssh modelec@ +``` + +The password must be the famous one. \ No newline at end of file