Skip to content

Files

Latest commit

Sep 18, 2022
4f90214 · Sep 18, 2022

History

History

0x0B-ssh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022

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/school 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