computers:raspberry_pi_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computers:raspberry_pi_linux [2021/02/10 17:54] – [Public Key Authentication] localadmincomputers:raspberry_pi_linux [2022/08/19 17:21] (current) jon
Line 19: Line 19:
  
 ====== Linux Tips/Tricks ====== ====== Linux Tips/Tricks ======
 +
 +===== OS Upgrades =====
 +
 +apt update && upgrade
 +
 +Modify all repos under /etc/apt/sources.list and /etc/apt/sources.list.d/
 +
 +Most should just need an OS release name change. Check specific apps resources, or just change it and see if it pulls on apt update.
 +
 +After done,
 +
 +apt update && upgrade
 +apt full-upgrade
 +
 +==== NetDisco ====
 +
 +Anytime OS gets major upgrade, will need to rebuild. See troubleshooting section on GitHub.
 +
 +Remove ~/perl5 dir, run the installer, don’t copy the deploy yaml, run the deploy. Y to all. Start up services
  
 ===== Public Key Authentication ===== ===== Public Key Authentication =====
Line 26: Line 45:
 https://christitus.com/ssh-guide/ https://christitus.com/ssh-guide/
  
 +https://stribika.github.io/2015/01/04/secure-secure-shell.html (outdated but useful)
 + 
 https://medium.com/@jasonrigden/hardening-ssh-1bcb99cd4cef https://medium.com/@jasonrigden/hardening-ssh-1bcb99cd4cef
  
 +https://infosec.mozilla.org/guidelines/openssh.html
 +
 +https://superuser.com/questions/868998/how-can-i-find-a-list-of-macs-ciphers-and-kexalgorithms-that-my-openssh-client
 +
 +https://github.com/jtesta/ssh-audit
 ==== Summary ==== ==== Summary ====
  
  • computers/raspberry_pi_linux.1612979698.txt.gz
  • Last modified: 2021/02/10 17:54
  • by localadmin