Skip to content

Instantly share code, notes, and snippets.

@woodie
Created February 19, 2023 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodie/fb361260e87bf6b79d358c226cabfb48 to your computer and use it in GitHub Desktop.
Save woodie/fb361260e87bf6b79d358c226cabfb48 to your computer and use it in GitHub Desktop.
$ uname -a
Linux pi 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux
$ sudo apt-get -y upgrade openssh-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ ssh-keygen -t ed25519
unknown key type ed25519
$ ssh-keygen -t ecdsa
Generating public/private ecdsa key pair.
Enter file in which to save the key (/home/pi/.ssh/id_ecdsa):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment