title: Raspberry Pi toc_enable: yes breadcrumbs:
{:.no_toc} Raspbian
pi
, password raspberry
.raspi-config
en_US.UTF-8
.apt update && apt upgrade
vim htop screen
adduser <user>
cd /home/<user>
mkdir .ssh
curl https://github.com/<user>.keys >> .ssh/authorized_keys
chown -R <user>:<user> .ssh
chmod 700 .ssh
and chmod 600 .ssh/*
usermod -aG sudo <user>
usermod -aG systemd-journal <user>
deluser pi
PermitRootLogin no
PasswordAuthentication no
AllowTcpForwarding no
GatewayPorts no
AcceptEnv LANG LC_*
sshd
and try to open a new session.> /etc/motd
{% include footer.md %}