diff --git a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index d640d0e..e533b97 100644 --- a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -207,9 +207,9 @@ $ /usr/bin/passwd user1 $ /usr/sbin/adduser user1 sudo ``` -You'll be asked for a password after the second command. +You'll be asked for a password for user1 after the second command. -### Set Up a SSH Key +### Optional: Set Up a SSH Key Though it's not required, we suggest copying your SSH key to your user1 account, to simplify access and make it more secure. @@ -233,7 +233,7 @@ $ chown -R user1 ~user1/.ssh We find a number of Bash aliases helpful to make it easier to use Bitcoin. -If you are using a Testnet setup, we suggest the following: +If you are using a Testnet or Pruned Testnet setup, we suggest the following: ``` $ sudo -u user1 cat >> ~user1/.bash_profile <> ~user1/.bash_profile <> ~user1/.bash_profile <