Reference Guide

3 Configuration commands Service commands
NN47928-107 119
service ssh
The SSH server enables secure remote access to the BSGX4e over an
insecure network, such as the Internet. SSH version 2 is supported.
SSH use requires the following:
z The workstation on the WAN or LAN must provide an SSH client, for
example PuTTY, and SSH secure shell.
z The SSH server in the unit must be enabled and the firewall must allow
SSH access.
Syntax config service ssh enabled [yes|no] port <number> hostkeys
[none|640bit] authmethods [all|keyboard|password|publickey|none]
services [all|ssh|sftp|none]
Parameters enabled yes|no Enable/disable the SSH server. The default is
enabled.
port number Enter a SSH server port number. The default is
22.
hostkeys
none|640bit Enter the host keys the SSH server uses to
authenticate itself. The default is 640bit. To
regenerate the SSH keys, HostKeys must first
be set to none, and then to 640bit.
authmethods
all|keyboard|password|publickey|none
Enter the permitted authentication method.
The default is all.
services
all|ssh|sftp|none Enter the permitted SSH services. The default
is all.
Example The following example disables the SSH server:
> config service ssh enabled no
Related
commands
display service ssh
show service ssh
whoison