mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-06 09:26:31 +00:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
log "Generate default ssh key for current host"
|
||
|
ssh-keygen -t ed25519 -C "${USER}@$(hostname)"
|