ELUG Meetup: 25 July 2024

Presenter: Mostly Robin, but there was plenty of banter from several others
Topic: More security topics! public key crypto, ssh, gpg keys
Physical location: Strathcona County Public Library, Maple Room; 401 Festival Lane Sherwood Park https://maps.app.goo.gl/yhBzVWn4UoVTGW1T7

https://www.ssh.com/academy/ssh
~/.ssh/known_hosts file = list of authenticated server signatures
“I’ve connected to these servers before, and this one matches a signature”
~/.ssh/authorized_keys = list of authenticated public keys
“I’ve authenticated these (users) public keys before, and this user has proven they have a matching private key”

https://www.gnupg.org/documentation/manuals/gnupg24/gpg.1.html
gpg --list-keys
gpg --export-secret-keys
subkeys: https://gnupg.org/howtos/card-howto/en/ch05s02.html

https://www.tutorialspoint.com/difference-between-pgp-and-gpg

Recommendation: Encrypt personal files with your own private key, so that no one can decrypt anything except you… but then make sure you backup your private key(s)!

====================
Subsequent discussion:

fan speed kernel daemon module (yay Lyndon!)
vitals = package to show system info in top status bar

https://en.wikipedia.org/wiki/1Password

ELUG Meetup: 22 September 2022

Topic: SSH; Or, as Rajiv put it: “Holy SSH!!t”
Presenter: Rajiv (and yes, there was some vim as well.)

Rajiv showed us some of the more advances options and uses of SSH, including how to connect through multiple layers of networked machines… FOR EDUCATIONAL PURPOSES ONLY, of course. 😉

If you want to follow along on this educational journey follow this link and watch the video