生成ssh

felix9ia ... 2020-3-5 小于 1 分钟

#

生成ssh

ssh-keygen -t rsa
1

添加登录授权

sudo vi ~/.ssh/authorized_keys
1

root 免登陆

visudo

%sudo   ALL=(ALL:ALL) NOPASSWD:ALL
1
2
3

配置静态ip

配置 Git 免密

git config --global credential.helper store
git config --global user.name "Mona Lisa"
1
2

# nginx

sudo apt-get install nginx
1

https://www.linuxitellu.com/special-topic/embedded/raspberrypi-set-static-ip-address-in-ubuntu-20-04.html