Previous Topic

Next Topic

Book Contents

Book Index

Importing SSH Client Keys

MOVEit Automation can import existing keys that have been obtained from remote servers. The most common SSH implementation, OpenSSH, generates its keys via ssh-keygen and stores the keys in files named $HOME/.ssh/id_dsa or $HOME/.ssh/id_rsa, where $HOME is the home directory of the user.

Example of a Linux session that generates a key:

$ ssh-keygen -t rsa

Generating public/private rsa key pair.

Enter file in which to save the key (/home/fred/.ssh/id_rsa):

Created directory '/home/fred/.ssh'.

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

Your identification has been saved in /home/fred/.ssh/id_rsa.

Your public key has been saved in /home/fred/.ssh/id_rsa.pub.

The key fingerprint is: 18:37:c3:bc:10:f0:c0:38:19:3e:80:7b:73:79:15:9c fred@linuxsrv1

$

To import an SSH Client Key into MOVEit Automation:

  1. Transfer the key (the file that does not end in .pub) to a location that can be accessed from the computer where you are running MOVEit Automation Web Admin.
  2. In Web Admin, click SETTINGS > Keys and Certs. Click Import > SSH Client Key.
  3. Browse to and select the key. The Add Imported SSH Client Key dialog box opens
  4. Provide a Friendly Name and optional Password, and click Add Key.

Configuring the key on the SSH server

After a key has been created, the SSH server must be configured to authorize the key for logon. The procedure for this depends on the type of SSH software running on the server.

For other server types, see the documentation for that server.

PuTTY Key Generator

By default, the PuTTY Key Generator exports two files; one for a private key and one for a public key. To generate a file format for use in the SSH client, export the PuTTY key as an OpenSSH Key (using the Conversions menu, if available). The passphrase you designate will also be used for the exported OpenSSH key..

ssh.com Key Import

You can import only ssh.com keys that are not password-protected.

Note: Blank password OpenSSH and Password Protected OpenSSH keys can be imported.