facultatif ssh key
This commit is contained in:
parent
fbb5fda59e
commit
69be55daf2
|
@ -56,9 +56,11 @@ You will be dealing with different components:
|
|||
- **security group** and **security rules** are firewall rules applied to your server
|
||||
|
||||
#### keypair
|
||||
Generate your own SSH key:
|
||||
Make sure you have a ssh key:
|
||||
```
|
||||
ssh-keygen -t rsa -f ~/.ssh/id_rsa -N ""
|
||||
$ ls ~/.ssh/id_rsa*
|
||||
# If you do not have any key there:
|
||||
# ssh-keygen -t rsa -f ~/.ssh/id_rsa -N ""
|
||||
# This will generate both private and public keys in ~/.ssh/ folder
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue