From bc05dfd1450289ef6bdda63db4809a88ba7cc0c9 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Mon, 22 Feb 2021 15:39:43 -0600 Subject: [PATCH] ssh key gen --- dotfiles/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/install b/dotfiles/install index 0f3426f..f373731 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -12,6 +12,9 @@ git submodule update --recursive # Installs tilix sudo apt install tilix +# SSH Key Gen +ssh-keygen -t ed25519 -C "blake@blakeridgway.dev" + # Oh My ZSH is installer sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"