Export public key

Destination Browse Use OpenSSH Format Export

The Export Public Key utility is integrated with the SSH configuration panel. The utility will search for a key alias in a key store, using all of the following information:

  • The path and file name specified for the keystore in the SSH configuration panel.

    If no path and file name are specified then the utility will look for the file .keystore in the directory specified by the Java system property user.home. For example, on a Windows client platform the path and file name might be: c:\Documents and Settings\username\.keystore

  • The password specified for the keystore in the SSH configuration panel.

    If no password is specified then the utility will display a popup window prompting the user for a password.

  • The key alias specified in the SSH configuration panel.
  • The password specified for the key alias in the SSH configuration panel.

    If no password is specified then the utility will display a popup window prompting the user for a password.

Destination The path and file name of the output file in which the public key is to be stored. The default path is the path specified in the Java system property user.home. The default file name is id_dsa.pub. For example, on a Windows client platform the default path and file name might be: c:\Documents and Settings\username\id_dsa.pub.

Browse... Allows you to browse for a destination path and file name for the destination file.

Use OpenSSH format Identifies the format to be used in exporting the public key. If this checkbox is checked then the OpenSSH format will be used. Otherwise the SSH Public Key File Format will be used. If you are not sure which format to use see your system administrator.

Export Exports the public key to the specified destination file in the specified format.

Related topics