{"id":18743253,"url":"https://github.com/anthonybudd/secure-pi","last_synced_at":"2026-03-19T06:08:17.177Z","repository":{"id":130731767,"uuid":"401105254","full_name":"anthonybudd/Secure-Pi","owner":"anthonybudd","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-08T00:04:03.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T19:42:47.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthonybudd.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-29T17:45:39.000Z","updated_at":"2023-07-14T19:13:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b854d96e-0533-4d4b-9f19-f89b219b0d46","html_url":"https://github.com/anthonybudd/Secure-Pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FSecure-Pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FSecure-Pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FSecure-Pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonybudd%2FSecure-Pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonybudd","download_url":"https://codeload.github.com/anthonybudd/Secure-Pi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239625147,"owners_count":19670634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T16:10:46.176Z","updated_at":"2025-11-21T12:30:15.707Z","avatar_url":"https://github.com/anthonybudd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure Pi\n\nMy personal notes on securing a Raspberry Pi.\n\n### Delete Pi User\n```\nsudo useradd -m -s /bin/bash NAME\nsudo passwd NAME\nsudo usermod -aG sudo NAME\n\nsudo pkill -u pi\nsudo deluser pi\n\nsu - NAME\nid NAME\n```\n\n### SSH\n```\nsudo nano /etc/ssh/sshd_config\n\nPasswordAuthentication no\nChallengeResponseAuthentication no\nUsePAM no\nPermitRootLogin no\nPermitRootLogin prohibit-password\n\n/etc/init.d/ssh reload\n```\n\n### Disable Wifi and Bluetooth\n```\nsudo nano /boot/config.txt\ndtoverlay=disable-wifi\ndtoverlay=disable-bt\n```\n\n### Useful Comands\n```\nssh-copy-id \u003cUSERNAME\u003e@\u003cIP-ADDRESS\u003e\nssh-keygen -R 192.168.1.90\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonybudd%2Fsecure-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonybudd%2Fsecure-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonybudd%2Fsecure-pi/lists"}