Modifying SSH listening addresses on a Service Point - User Guide - BlueCat Edge

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
The following section outlines how to modify SSH listening addresses on the service point.
  1. Log in to the service point using the operations user and the password provided when configuring the service point in the Edge CI.
  2. Modify a SSH listening address using the following command:
    ssh-config listening-address update <old_ip> <new_ip>
    Where
    • <old_ip> is the old IP address of the interface that the service point currently listens to SSH requests from.
    • <new_ip> is the new IP address of the interface that the service point should listen to SSH requests from.
      Note: The new IP address must already be configured on the service point.
Example
ssh-config listening-address update 10.10.10.52 10.10.10.62