The following section outlines how to modify SSH listening addresses on the service
point.
- Log in to the service point using the
operationsuser and the password provided when configuring the service point in the Edge CI. - 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