From 8dbbf06b7f83ebe03dfe81a79b35faa8df892d15 Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 25 Sep 2019 23:02:35 +0000 Subject: [PATCH] Autocommitted updated scripts from --- bash_aliases.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash_aliases.sh b/bash_aliases.sh index cee5554..5636f80 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -72,6 +72,10 @@ function sync_git_only() alias ssh-keygen="ssh-keygen -o -a 100 -t ed25519" +function ssh-authorize-key() { + cat "$1" >>~/.ssh/authorized_keys +} + function bashreload() { reload_scripts_only