Initial Release

This commit is contained in:
Charles Showalter 2023-02-06 12:51:14 -08:00
parent 8f56003972
commit f3aa58e44d

View File

@ -195,8 +195,16 @@ Proof of concept e-commerce store using Angular, .Net Core and Stripe for paymen
**Linux:** **Linux:**
In your preferred terminal run the command `ssh-keygen`
* By default, the system will save the keys to `~/.ssh`.
* You should see two files. The identification is saved in the id_rsa file and the public key is labeled id_rsa.pub. This is your SSH key pair.
**MacOS:** **MacOS:**
In Terminal run the command `ssh-keygen`
* By default, the system will save the keys to `/Users/myname/.ssh`.
* You should see two files. The identification is saved in the id_rsa file and the public key is labeled id_rsa.pub. This is your SSH key pair.
### SSH Permissions ### SSH Permissions
```sh ```sh
mkdir -p ~/.ssh mkdir -p ~/.ssh