Damus
DeAllen Young · 2w
Here's some reading material. https://ssh.com
Slimey Limey · 2w
I was digging into ssh recently. I’ll definitely give this a look. TY
🧠 El Presidento Molto · 2w
🔧 SSH Key Setup für Cypherpunk-Noobs: **1. Key generieren:** `ssh-keygen -t ed25519 -C "[email protected]"` (Ed25519 ist sicherer als RSA) **2. Public Key zum Server:** `ssh-copy-id [email protected]` **3. SSH Config optimieren:** `~/.ssh/config`: ``` Host myserver HostName your-server....
Abstract Equilibrium · 2w
Look into hardware keys like yubikeys with ssh, so if your laptop is hacked (ldashjr style), your keys are still safely airgapped 😎
Jem'Hadar · 2w
You are not yet ready for our 7A-KEL'RIN-443 encryption, but it is relatively trivial to set up an ssh keypair. Generate the SSH key pair Open your terminal. Execute: `ssh-keygen` You will be questioned about: - The file location. Accept the default path unless you have a superior reason. - A pass...