RCAttack / byteBuggy

IoT penetration Testing
0 stars 0 forks source link

Update Raspberry pi software Environment #16

Open EddieBrito opened 6 months ago

EddieBrito commented 6 months ago

This is an update to "Setting up the Raspberry Pi Software Environment".

As a Raspberry Pi user, I want the device to automatically log me in and connect to my WiFi with a static IP address upon boot, so that I can access it via SSH without the need for a monitor or physical interaction.

Acceptance Criteria:

Automatic User Login:
    The Raspberry Pi should be configured to automatically log in a user upon boot. This setting ensures that the SSH service, and any other necessary services that require user login, are started and accessible without manual intervention.
    This automatic login should be secure and not compromise the device's security, adhering to best practices for auto-login configurations.

Static IP Address Configuration:
    Users should be able to easily set a static IP address for the Raspberry Pi for their chosen WiFi network. This ensures that the device is consistently accessible at the same IP address, facilitating easier connection and management.
    The process for setting a static IP should be well-documented, including steps for different common networking setups and recommendations for choosing an IP address that avoids conflicts on the local network.