User Tools

Site Tools


tcpip_services_for_openvms_-_how_to_display_the_fingerprint_of_an_ssh_key
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tcpip_services_for_openvms_-_how_to_display_the_fingerprint_of_an_ssh_key [2019/02/07 20:33] (current) – created mmacgregor
Line 1: Line 1:
  
 +Question: Once TCPIP$DEFINE_COMMANDS has been executed, which command will display the fingerprint for an SSH key?
 +
 +
 +Answer: SSH uses keys to encrypt communication between systems. Each key may be identified by its fingerprint. When the key is generated, that fingerprint is displayed. When a client application makes a request for the public key from a remote server, it may display that fingerprint so the user can verify they are connecting to the correct host. If the fingerprint is unknown, then it may be retrieved from the file using the command:
 +
 +  $ ssh_keygen -"F" id_dsa_2048_b.pub
 +  Fingerprint for key:
 +  xuceh-ngter-fofir-fotaa-fozul-fehuv-sulir-cupap-tymag-dozag-nyzuz
 +
 +The quotes around F are required. Without it, the user will be notified that f is an invalid option.
tcpip_services_for_openvms_-_how_to_display_the_fingerprint_of_an_ssh_key.txt · Last modified: 2019/02/07 20:33 by mmacgregor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki