C613-50170-01 Rev B
Command Reference for x510 Series
2704
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
SERVICE
SSH
service ssh
Overview
This command enables the Secure Shell server on the device. Once enabled,
connections coming from SSH clients are accepted.
When you enable the SSH server, the server automatically generates an SSHv2 host
key pair (public and private keys), using RSA with 1024-bit key generation. If you
need a key with different parameters than this, you can use the
command to generate that key before you enable the SSH
server.
The
no
variant of this command disables the Secure Shell server. When the Secure
Shell server is disabled, connections from SSH, SCP, and SFTP clients are not
accepted. This command does not affect existing SSH sessions. To terminate
existing sessions, use the
command.
Syntax
service ssh [ip|ipv6]
no service ssh [ip|ipv6]
Default
The Secure Shell server is disabled by default. Both IPv4 and IPv6 Secure Shell
server are enabled when you issue
service ssh
without specifying the optional
ip
or
ipv6
parameters.
Mode
Global Configuration
Examples
To enable both the IPv4 and the IPv6 Secure Shell server, use the commands:
awplus#
configure terminal
awplus(config)#
service ssh
To enable the IPv4 Secure Shell server only, use the commands:
awplus#
configure terminal
awplus(config)#
service ssh ip
To enable the IPv6 Secure Shell server only, use the commands:
awplus#
configure terminal
awplus(config)#
service ssh ipv6
To disable both the IPv4 and the IPv6 Secure Shell server, use the commands:
awplus#
configure terminal
awplus(config)#
no service ssh
To disable the IPv4 Secure Shell server only, use the commands:
awplus#
configure terminal
awplus(config)#
no service ssh ip
To disable the IPv6 Secure Shell server only, use the commands:
awplus#
configure terminal
awplus(config)#
no service ssh ipv6