This project is about learning how to connect on a server using ssh.
| Files | Description |
|---|---|
| 0-use_a_private_key | Bash script that uses ssh to connect to your server using the private key ~/.ssh/holberton with the user ubuntu |
| 1-create_ssh_key_pair | Bash script that creates an RSA key pair |
| 2-ssh_config | SSH client configuration |
| 4-puppet_ssh_config.pp | sets up a client SSH configuration file so that we can connect to a server without using a password |