The following section outlines steps to add an SSH listening address to your service
point.
Note: The IP address must be configured 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. - Create a new network interface using the following
command:
ssh-config listening-address addWhere
<ip_address>is the IP address of the interface that the service point should listen to SSH requests from.
Example
ssh-config listening-address add 10.10.10.52