mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Using hostname --all-ip-address gives a much simpler output
This commit is contained in:
parent
8b907a0c44
commit
6612510a47
2 changed files with 2 additions and 2 deletions
2
ssh.md
2
ssh.md
|
@ -14,7 +14,7 @@ If you are installing at home (e.g. on a Raspberry Pi or OLinuXino), then you ne
|
|||
|
||||
- open a terminal and use `sudo arp-scan --local` to list the IP on your local network ;
|
||||
- use your internet box / router interface to list the machines connected, or check the logs ;
|
||||
- plug a screen on your server, log in and type `ifconfig`.
|
||||
- plug a screen on your server, log in and type `hostname --all-ip-address`.
|
||||
|
||||
#### Connect
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Si vous installez un serveur à la maison (par ex. sur Raspberry Pi ou OLinuXino
|
|||
|
||||
- ouvrez un terminal et tapez `sudo arp-scan --local` pour lister les IP des machines sur le réseau local ;
|
||||
- utilisez l'interface de votre box internet pour lister les machines connectées, ou regarder les logs ;
|
||||
- branchez un écran sur votre serveur, loggez-vous et tapez `ifconfig`.
|
||||
- branchez un écran sur votre serveur, loggez-vous et tapez `hostname --all-ip-address`.
|
||||
|
||||
#### Se connecter
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue