Skip to content

ThePicpixel/RaspConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Raspberry Pi Configuration

Step 1

Fill the param file with your own variables.

Step 2

Run the script configure.sh as root.

Step 3

From your laptop, generate a SSH key and then use the following command :

ssh-copy-id <USER>@<IP-OF-YOUR-RASPBERRYPI>

Step 4

Authenticate to the Pi and delete the Pi user with the following commands :

sudo pkill pi
sudo deluser pi

Step 5

Modify the sshd_config file in order to prevent any user from using password authentication.

Step 6

Restart the ssh service.

About

A simple script to run basic security stuff on a Raspberry PI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages