Services and applications Using an SSH server
Digi TransPort WR Routers User Guide
163
Optional configuration items
n If you want the configured user to access the TransPort device via the serial or web interfaces,
you must configure a password for the user.
n If you want to allow access to the TransPort device using SSH over a WAN interface, you must
configure SSH access for each WAN interface.
Command line
1. Configure a user. For example:
digi.router> user 2 name joeuser
2. (Optional) Configure a password for the user. For example:
digi.router> user 2 password omnivers1031
3. (Optional) Allow SSH access over WAN interfaces. For example:
digi.router> wan 1 allow-ssh-access on
4. Configure the SSH certificate authority (CA) public key. The CA public key is very long and
should be cut and pasted to avoid an input error. For example:
digi.router> ssh 1 ca-key AAAAB3NzaC1y...yjpY4HJ
5. Configure the SSH CA key type. For example:
digi.router> ssh 1 ca-key-type ssh-rsa
6. Save the configuration.
digi.router> save config