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

Enables SSH as an access protocol on the vRouter.

set service ssh
delete service ssh
show service ssh

Configuration mode


service {
	ssh {
	}
}

Use this command to configure the system to allow SSH requests from remote systems to the local system.

Creating the SSH configuration node enables SSH as an access protocol. By default, the router uses port 22 for the SSH service, and SSH version 2 alone is used.

Use the set form of this command to create the SSH configuration.

Use the delete form of this command to remove the SSH configuration. If you delete the SSH configuration node you will disable SSH access to the system.

Use the show form of this command to view the SSH configuration.