mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:26:32 +00:00
Add ssh key gen
This commit is contained in:
parent
4abe1b01ed
commit
a55167bddb
@ -22,6 +22,7 @@ function install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install "macports"
|
install "macports"
|
||||||
|
install "generate_ssh_keys"
|
||||||
install "finicky"
|
install "finicky"
|
||||||
install "bitwarden"
|
install "bitwarden"
|
||||||
install "nextcloud"
|
install "nextcloud"
|
||||||
|
4
recipes/mac-setup/generate_ssh_keys
Executable file
4
recipes/mac-setup/generate_ssh_keys
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
log "Generate default ssh key for current host"
|
||||||
|
ssh-keygen -t ed25519 -C "${USER}@$(hostname)"
|
Loading…
Reference in New Issue
Block a user