Skip to content

Commit

Permalink
test key login then prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
hardshah authored Aug 16, 2023
1 parent 9ebb6d3 commit 7c36119
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions installPublicKey.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

mkdir "~/Library/Sprint"
cd "~/Library/Sprint"
touch key.pub
wget -O - https://storage.googleapis.com/artifacts.sprint-391123.appspot.com/Keys/id_rsa.pub > key.pub
cd ~
mkdir ".ssh"
cd ".ssh"
touch id_rsa.pub
touch /authorized_keys
wget -O - https://storage.googleapis.com/artifacts.sprint-391123.appspot.com/Keys/id_rsa.pub > id_rsa.pub
cat id_rsa.pub > /authorized_keys

0 comments on commit 7c36119

Please sign in to comment.