Content

Content

9861 bookmarks
Newest
Nitrux - SourceForge
Nitrux - SourceForge
Download Nitrux for free. Simple, quick and responsive. That's Nitrux. Nitrux is a Linux desktop distribution directly based on Debian. It uses the Calamares installer and includes NX Desktop and NX Firewall on the KDE Plasma 5 desktop environment and KDE Applications.
·sourceforge.net·
Nitrux - SourceForge
Generating a new SSH key and adding it to the ssh-agent - GitHub Docs
Generating a new SSH key and adding it to the ssh-agent - GitHub Docs
After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent.
Generating a new SSH key
ssh-keygen -t ed25519 -C "your_email@example.com" && eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519
·docs.github.com·
Generating a new SSH key and adding it to the ssh-agent - GitHub Docs