home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service ssh listen-address <ipv4>

Configures access to SSH on a specific address.

set service ssh listen-address ipv4
delete service ssh listen-address ipv4
show service ssh listen-address

Requests to access SSH will be accepted on any system IP address.

ipv4
Multi-node. An IP address that the ssh service listens for connection requests on. The address must be assigned to an interface.

You can define more than one listen-address by creating multiple listen-address configuration nodes.

Configuration mode


service {
	ssh {
		listen-address ipv4
	}
}

Use this command to configure the system to accept requests for SSH access on specific addresses. This provides a way to limit access to the system.

Use the set form of this command to configure the system to accept requests for SSH access on specific addresses.

Use the delete form of this command to remove a listen-address.

Use the show form of this command to view the listen-address configuration.