8 lines
207 B
Markdown
8 lines
207 B
Markdown
|
# Creating an elliptic curve keypair (ed25519)
|
||
|
|
||
|
* Create: `ssh-keygen -a 100 -t ed25519 -f ~/.ssh/filename`
|
||
|
* Schema check:
|
||
|
* `ssh-keygen -lf ~/.ssh/filename`
|
||
|
* `ssh-keygen -lf ~/.ssh/filename.pub`
|
||
|
|