Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can generate a keypair by (example using RSA) from your linux client with:

To generate a ssh key using the RSA algorithm (older, well-used with wide support):

Code Block
languagebash
ssh-keygen -t rsa

To generate an ssh key using ED25519 (newer, recommended):

Code Block
languagebash
ssh-keygen -t ed25519

You can then copy and append the client-generated public key (*.pub) to the open ssh server.  Or more specifically, to a server user's "~/.ssh/authorized_keys" file:

...

  1. https://help.ubuntu.com/lts/serverguide/openssh-server.html
  2. https://linuxize.com/post/using-the-ssh-config-file/
  3. https://wiki.archlinux.org/index.php/SSH_keys

Content by Label
showLabelsfalse
max5
spaces~j.taala
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("ubuntu","ssh") and type = "page" and space = "TKB"
labelsssh ubuntu

...