Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Nutanix AHV Administrator's Guide
  3. Recovering AHV virtual machines
  4. SSH key fingerprint
NetBackup™ for Nutanix AHV Administrator's Guide

SSH key fingerprint

To obtain the SSH key fingerprint of the Linux target host:

  1. Use the following command on RHEL or SUSE OS target host to get the SHA256-based RSA key.
    cat /etc/ssh/ssh_host_rsa_key.pub |awk '{print $2}' |base64 -d |sha256sum |
    awk '{print $1}'

    Note:

    The output of the commands is the RSA key. Similarly, change the public key path, execute the command to get ecdsa or DSS SSH key fingerprint configured on target host.

    • RSA key example:

      cat /etc/ssh/ssh_host_rsa_key.pub |awk '{print $2}'|base64 -d |
      sha256sum |awk '{print $1}'
    • Command output:

      b2352722053ac9f40bc1XXXXXXXXXXXXXXXXXXXXXXXXX419fa241ba9431fd6b9
  2. Copy the RSA fingerprint. You can provide this SSH key fingerprint when you add the target host details. Or you can also verify the displayed SSH key fingerprint after you click, Fetch SSH Key fingerprint on the Recovery Host page.

To generate SSH private key:

  1. Execute the following commands on Linux target host:
    • ssh-keygen -t rsa

    • -t option supports "ecdsa | rsa | dss"

  2. You must add/append target host public key in target vm ~/.ssh/authorized_keys file.

Feedback

Was this page helpful?
Previous

Prerequisites for agentless files and folder recovery

Next

Recover files and folders with Nutanix AHV agentless restore

Feedback

Was this page helpful?