which principles for ssh key algo selection I should use for git-mainly operations?

which rules I should choose for ssh algo selection, provided it will be used near 100% for git operations? I’m going to use it with git on linux laptops, often used on public wifi.
currently I have:

speed
modern (no need to serve old SSH … Continue reading which principles for ssh key algo selection I should use for git-mainly operations?

Risks / best practices in putting your `~`/user home under git to track configuration files only in that directory, not subdirectories?

I just had a warning from Vivaldi 5 that Vivaldi’s profile might have been under a git repo, which could be a security risk exposing passwords and the like and that they had added a .gitignore to mitigate the risk.

• [Privacy] Add .gitign… Continue reading Risks / best practices in putting your `~`/user home under git to track configuration files only in that directory, not subdirectories?