Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julian/pi
Installation and setup for my RPi
https://github.com/julian/pi
Last synced: 26 days ago
JSON representation
Installation and setup for my RPi
- Host: GitHub
- URL: https://github.com/julian/pi
- Owner: Julian
- Created: 2014-02-17T14:19:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T12:31:15.000Z (over 5 years ago)
- Last Synced: 2024-10-07T16:52:21.378Z (about 1 month ago)
- Language: Dockerfile
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==
Pi
==Installation and setup for my RPi.
Expected Environment
--------------------* An existing installation of `raspbian
`_* Internet connectivity and SSH already enabled (via e.g. `this page
`_)* `` authorized for access
To be automated later:
* An interactive user created, likely by referencing the right `groups
`_. As of the Nov 2018 Raspbian, it
looks like ``pi`` starts off with ``adm dialout cdrom sudo audio video
plugdev games users input netdev gpio i2c spi``.
* The default (pi) user removed* :file:`/etc/sudoers.d/010_pi-nopasswd` removed
* The shell for the interactive user likely to be changed to match the actual
preference (i.e. ``zsh``).* SSHD is configured securely
* ``MaxStartups 2:30:20``
* ``LoginGraceTime 30``
* ``PasswordAuthentication no``
* ``PermitRootLogin no``* denyhosts?
* ``apt-get update/upgrade``