How To: Create SSH Keys and apply to a User

How To: Create SSH Keys and apply to a User


How To: Create SSH Keys and apply to a User



Question

How can I create SSH keys for users and use it as authentication aside from password?

Reasoning

SSH Key Authentication is more secure than Password authentication.

Answer

Follow the below steps-by-steps procedure.



Steps


  1. Login to your Titan NexGen Server.
  2. Navigate to your ServerServicesSSH/SFTP
  3. Click Manage Host Keys
  4. Click b > Choose what type of Keys you would like to use (RSA, DSA, ECDSA)
  1. If you are new, you can use RSA
  1. Choose what Key Size you would like, for RSA minimum of 2048.
  2. Enter a Host Key Name of your choice
  3. Click Add
  1. You should see something like this:

A screenshot of a computerDescription automatically generated

  1. Make sure you can see the Key you just created. Once validated that it has been created, click Close.
    A screenshot of a computerDescription automatically generated
  2. Check the checkbox for Enable Public Key authentication and you may also check Kick users who present an incorrect SSH Host Key , and to apply the changes click Apply at the upper right of the screen, then click OK
    A screenshot of a computerDescription automatically generated
  3. To apply it on the users. Go to ServerUsers> Choose the user you wanted to change the settings and click the pencil icon, then choose Edit User Services
    A screenshot of a computerDescription automatically generated


  1. In the User Services Window, choose SSH/SFTP
  2. Then check the checkbox for the SSH User Host Keys that the user will use to login, then click Apply
    A screenshot of a computerDescription automatically generated






    • Related Articles

    • How To: Generate SSH Key Pairs using PuttyGen

      How To: Generate SSH Key Pairs using PuttyGen Question If you get an error saying “Server refused public-key signature despite accepting key" error generated when trying to import/create a 2048 bit DSA key pair. Answer To create a 2048 bit DSA host ...
    • How To Tectia SSHcom Public Key Authentication with Titan SFTP

      How To: Tectia SSH.com Public Key Authentication with Titan SFTP Question How to connect SSH.com’s Tectia client using Public Key authentication Pre-requisites Linux, Titan SFTP, Tectia Steps Download and install Tectia SSH.com from ...
    • How To: Create a SFTP Key in Titan SFTP Servcer

      Related To Titan SFTP and Titan MFT Server Question How do I create a SFTP keys in Titan? Reasoning I would like to be able to create a SFTP host keys for secure SFTP encrypted connections. Answer You have the option in Titan to create a SFTP keys. ...
    • SSH Public Key Authentication with Titan Server -- Enable and Configure

      Please see the video below for a visual and descriptive guide to using SSH Public Key Authentication with Titan Server. Titan Server: SSH Public Key Authentication
    • Howto - SFTP Public Key Authentication in TitanSFTP

      How To: SFTP Public Key Authentication in Titan SFTP Question How to configure private/public key authentication in Titan MFT? Reasoning To add more security, instead of using username and password to authenticate users to TitanMFT, we can use ...