Merge pull request #2 from modelec/strat

Strat
This commit is contained in:
Ackimixs
2024-06-03 16:11:04 +02:00
committed by GitHub
3 changed files with 38 additions and 0 deletions

View File

@@ -22,4 +22,7 @@
<toc-element topic="Pami.md">
<toc-element topic="Montage.md"/>
</toc-element>
<toc-element topic="Reseau.md">
<toc-element topic="connect-rasp.md"/>
</toc-element>
</instance-profile>

View File

@@ -0,0 +1 @@
# dev

View File

@@ -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@<IP>
```
The password must be the famous one.