Docs

Add a key on server

Add a key on server

If you can connect to your server using only the SSH key, please follow these steps:

  1. Go to the server access settings
    Setting server.
  2. Generate a key pair by clicking on the "Generate key" button or add pre-generated keys to the corresponding fields. Save all the changes
    Generate SSH key for server.
  3. Copy the public key
  4. Log in to your server using the keys you already have
  5. Run the command nano ~ / .ssh / known_hosts and in the window that opens, add the previously copied key from the server settings section (step 3) from a new line
  6. Apply the settings on your server by running the service ssh restart command
  7. Everything is ready, Werbot is ready to work with your server