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