To view delete an SSH listening address, run the ssh-config listen-address
delete command.
- Log in to the service point using the
operationsuser and the password provided when configuring the service point in the Edge CI. - Delete the SSH listening address using the following
command:
ssh-config listen-address delete <ip_address>Where
<ip_address>is the IP address of the interface that the service point should no longer listen to SSH requests from.
Example
ssh-config listen-address delete 10.10.10.62