0x0B. SSH (using ssh-keygen, ssh configuration)

Опубликовано: 29 Апрель 2026
на канале: RANDOMMALL
598
10

In this video, we look at how to generate rsa key pairs using ssh-keygen on the command line, ssh configurations, using puppet for scripting, etc.

github repo:
https://github.com/randommall/0x0B.-SSH

#linux
#softwareengineer

contact me via email:
[email protected]

Johnson Dennis
0:10 Task 0, connecting to a remote server via ssh with a specified private key
4:39 Task 1, Creating ssh key pair with options
8:09 Task 2, making modifications to the ssh_config file of ssh
11:25 Task 3, adding ssh public key to the authorized_keys of our remote server
14:00 Task 4, using puppet to configure ssh_config file