diff --git a/README.md b/README.md index b8d11d1..5daf037 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ +# terraform-kubernetes-jumpserver + +## How to generate ssh keys + +We need to generate a ssh key pair for the jumpserver to use. You can do this by running the following command: + +```bash +ssh-keygen -t ed25519 -C "" -f +``` + +After that you will have a `` file with the private key and a `.pub` file with the public key. + +```hcl +ssh_host_rsa_key = +ssh_host_rsa_key_public = +``` + ## Requirements