Problems with SCP?

After upgrading GigaVUE‑FM to a new release, under some circumstances you may find that a previously-managed H Series node no longer accepts SCP commands to backup or restore configuration files. This can happen when the SSH keys in use change, causing a mismatch between the keys stored on the H Series node and those presented by GigaVUE‑FM. Use the following steps on the H Series node to remove the GigaVUE‑FM server from the H Series node’s list of addresses, resolving the issue:

1.   Log in to the affected H Series node and switch to Configure mode.
2. Use the ssh client user admin known-host? command to discover the IP address for the GigaVUE‑FM server. For example:

(config) # ssh client user admin known-host ? 10.150.100.23 10.150.100.77

3. The question mark (?) instructs the H Series node to list the known ssh clients. From the list of IP addresses returned by the CLI, identify the one belonging to GigaVUE‑FM and remove it using the remove argument. For example, if 10.150.100.77 is the GigaVUE‑FM server’s IP address:

(config) # ssh client user admin known-host 10.150.100.77 remove

Return to GigaVUE‑FM and attempt the configuration backup again.