connect to rasp

This commit is contained in:
ackimixs
2024-06-03 16:09:07 +02:00
parent 4be3c96fc2
commit 3705e2de40
3 changed files with 38 additions and 35 deletions

View File

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

View File

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