minor copyediting
This commit is contained in:
parent
f2f73e13cb
commit
97283ba49a
@ -1,6 +1,6 @@
|
|||||||
# Connecting to your Pwnagotchi
|
# Connecting to your Pwnagotchi
|
||||||
|
|
||||||
Once you wrote the image file on the SD card, there're a few steps you'll have to follow in order to configure your unit properly, first, start with connecting the USB cable to the data port of the Raspberry Pi and the RPi to your computer. After a few seconds the board will boot and you will see a new Ethernet interface on your host computer.
|
Once you wrote the image file on the SD card, there're a few steps you'll have to follow in order to configure your unit properly. First, start with connecting the USB cable to the data port of the Raspberry Pi and the RPi to your computer. After a few seconds, the board will boot and you will see a new Ethernet interface on your host computer.
|
||||||
|
|
||||||
You'll need to configure it with a static IP address:
|
You'll need to configure it with a static IP address:
|
||||||
|
|
||||||
@ -17,9 +17,9 @@ You can now connect to your unit using SSH:
|
|||||||
ssh pi@10.0.0.2
|
ssh pi@10.0.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
The default password is `raspberry`, you should change it as soon as you log in for the first time by issuing the `passwd`command and selecting a new and more complex passphrase.
|
The default password is `raspberry`; you should change it as soon as you log in for the first time by issuing the `passwd` command and selecting a new and more complex passphrase.
|
||||||
|
|
||||||
Moreover, it is recommended that you copy your SSH public key among the unit's authorized ones, so you can directly log in without entering a password:
|
If you want to login directly without entering a password (recommended!), copy your SSH public key to the unit's authorized keys:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh-copy-id -i ~/.ssh/id_rsa.pub pi@10.0.0.2
|
ssh-copy-id -i ~/.ssh/id_rsa.pub pi@10.0.0.2
|
||||||
@ -27,27 +27,27 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub pi@10.0.0.2
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You can now set a new name for your unit by [changing the hostname](https://geek-university.com/raspberry-pi/change-raspberry-pis-hostname/). Create the `/root/custom.yml` file (either via SSH or by direclty editing the SD card contents from a computer) that will override the [default configuration](https://github.com/evilsocket/pwnagotchi/blob/master/sdcard/rootfs/root/pwnagotchi/config.yml) with your custom values.
|
You can now set a new name for your unit by [changing the hostname](https://geek-university.com/raspberry-pi/change-raspberry-pis-hostname/). Create the `/root/custom.yml` file (either via SSH or by directly editing the SD card contents from a computer) that will override the [default configuration](https://github.com/evilsocket/pwnagotchi/blob/master/sdcard/rootfs/root/pwnagotchi/config.yml) with your custom values.
|
||||||
|
|
||||||
## Language Selection
|
## Language Selection
|
||||||
|
|
||||||
For instance, you can change `main.lang` to one of the supported languages:
|
Pwnagotchi displays its UI in English by default, but it can speak several other languages! You can change `main.lang` to one of the supported languages:
|
||||||
|
|
||||||
- **english** (default)
|
- **English** *(default)*
|
||||||
- german
|
- German
|
||||||
- dutch
|
- Dutch
|
||||||
- greek
|
- Greek
|
||||||
- macedonian
|
- Macedonian
|
||||||
- italian
|
- Italian
|
||||||
- french
|
- French
|
||||||
- russian
|
- Russian
|
||||||
- swedish
|
- Swedish
|
||||||
|
|
||||||
## Display Selection
|
## Display Selection
|
||||||
|
|
||||||
Set the type of display you want to use via `ui.display.type` (if your display does not work after changing this setting, you might need to completely remove power from the Raspberry and make a clean boot).
|
Set the type of display you want to use via `ui.display.type` (if your display does not work after changing this setting, you might need to completely remove power from the Raspberry and make a clean boot).
|
||||||
|
|
||||||
You can configure the refresh interval of the display via `ui.fps`, we advise to use a slow refresh to not shorten the lifetime of your display. The default value is 0, which will only refresh when changes are made to the screen.
|
You can configure the refresh interval of the display via `ui.fps`. We recommend using a slow refresh rate to avoid shortening the lifetime of your e-ink display. The default value is `0`, which will *only* refresh when changes are made to the screen.
|
||||||
|
|
||||||
## Host Connection Share
|
## Host Connection Share
|
||||||
|
|
||||||
@ -55,4 +55,4 @@ If you connect to the unit via `usb0` (thus using the data port), you might want
|
|||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
If your network connection keeps flapping on your device connecting to your pwnagotchi, check if `usb0` (or equivalent) device is being controlled by NetworkManager. You can check this via `nmcli dev status`.
|
If your network connection keeps flapping on your device connecting to your Pwnagotchi, check if `usb0` (or equivalent) device is being controlled by NetworkManager. You can check this via `nmcli dev status`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user