10 lines
154 B
Bash
10 lines
154 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
## exec
|
||
|
|
|
||
|
|
mkdir --parents ~/.ssh/keypairs
|
||
|
|
ssh-keygen -t ed25519 -f ~/.ssh/keypairs/fensalir-kvasir
|
||
|
|
|
||
|
|
# todo: add entry to ~/.ssh/config
|
||
|
|
|