From be29c2f2bd63bac54a0f4a0c4bfeb5b3c0d32412 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 20 May 2024 10:11:44 -0400 Subject: [PATCH] auth keys --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 4052d07..191cc7c 100644 --- a/justfile +++ b/justfile @@ -47,3 +47,5 @@ debian: rust pyenv symlinks arch: rust pyenv symlinks sudo pacman -S git git-lfs ctags rofi terminator tint2 tree-sitter unzip cpan base-devel bat exa nitch +ssh-keys: + cat home/ssh/*.pub > ~/.ssh/authorized_keys