Configure SSH Settings

SSH access is enabled by default on new GigaVUE-FM deployments. You can enable SSH from the CLI using the ssh server enable command. By default the SSH server runs on port 22.

You can configure GigaVUE-FM to use a custom port for its SSH server with the ssh server ports <port number> command followed by a write memory command to save the configuration. For example, the following CLI commands change the SSH port number to 2222.

(config) # ssh server ports 2222
(config) # write memory
(config) #

After making the settings shown above with the GigaVUE-FM CLI command, you can connect an SSH session to GigaVUE-FM using the new port number.