Created
February 19, 2023 05:51
-
-
Save woodie/fb361260e87bf6b79d358c226cabfb48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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