From d281754c0508c7d78c5a28894466ee4a95eccfa1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 1 Jun 2019 05:12:36 +0000 Subject: [PATCH] show show public key filename --- add-repo-user.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/add-repo-user.sh b/add-repo-user.sh index b08d36f..768f3cc 100755 --- a/add-repo-user.sh +++ b/add-repo-user.sh @@ -27,5 +27,7 @@ echo "" echo "" echo "To enable git deploys from this account you will need to add its public key to your git deployer:" echo "" +echo "$my_repos/.ssh/id_rsa.pub:" +echo "" sudo cat "$my_repos/.ssh/id_rsa.pub" echo ""