mirror of
https://github.com/modelec/Documentations.git
synced 2026-01-18 16:37:30 +01:00
connect to rasp
This commit is contained in:
@@ -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>
|
||||
@@ -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
|
||||
34
Writerside/topics/connect-rasp.md
Normal file
34
Writerside/topics/connect-rasp.md
Normal 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.
|
||||
Reference in New Issue
Block a user