Skip to content

Files

Latest commit

93596b3 · Aug 9, 2019

History

History
This branch is up to date with luifap/holberton-system_engineering-devops-1:master.

0x0B. SSH

Description

This project is about learning how to connect on a server using ssh.

Table of contents

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