Services and applications Using an SSH server
Digi TransPort WR Routers User Guide
160
Show port forwarding rules
Web
To show port forwarding rules:
n On the menu, click Network > Services > Port Forwarding. The Port Forwarding page
appears. See Port forwarding page for field descriptions.
Command line
To show port forwarding rules, use the show port-forward command.
For example:
digi.router> show port-forward
Using an SSH server
TransPort devices have a Secure Shell (SSH) server for managing the device through the command-
line interface over a SSH connection. Only the SSHv2 protocol is supported; earlier versions of SSH
protocol are no longer considered secure.
Configure a Secure Shell (SSH) server
Command line
1. Enable the SSH server.
digi.router> ssh state on
2. Optional: Configure the port number for the SSH server.
digi.router> ssh port 50684
3. Save the configuration.
digi.router> save config
Use SSHto connect to the TransPort command-line interface
You can make SSH connections using utilities such as PuTTY, TeraTerm, or the Linux ssh command.
Command line
The following example shows how to use the Linux ssh command to connect to IPaddress
192.168.1.1 for the first time using the admin user account.
$ ssh admin@192.168.1.1
The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established.
RSA key fingerprint is 2c:db:01:65:2f:bb:a3:4f:c0:5e:dd:2d:e7:9f:7d:01.
Are you sure you want to continue connecting (yes/no)? yes