Initial Release
This commit is contained in:
parent
8f56003972
commit
f3aa58e44d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user