Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 1.89 KB

README.md

File metadata and controls

81 lines (52 loc) · 1.89 KB

Lamponcino

A proper README will come, for the moment some fragmented information below.

Prepare Raspberry Pi

touch /Volumes/boot/ssh
vim /Volumes/boot/vim wpa_supplicant.conf

And copy the following configuration inside, remember to update the values:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=De

network={
 ssid="<SSID>"
 psk="<PASSWORD>"
 scan_ssid=1
}
  • Boot up your Pi

  • add ssh key

ssh-copy-id [email protected]

Or if you wanna use a custom key:

  1. copy the key in the ~/.ssh/authorized_keys
cat ~/.ssh/id_raspi_rsa.pub | ssh [email protected] 'mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys'
  1. Add the new key locally to the agent
ssh-add ~/.ssh/id_raspi_rsa
  • Stop the mechanical voice by following the welcome message

https://raspberrypi.stackexchange.com/questions/118911/how-do-i-stop-the-audio-message-to-install-the-screen-reader-press-control-alt

Autologin

It should be the default, otherwise enable it manually