Configure Secure Shell (SSH) server and client
Generate an SSH private key from the CLI
Digi TransPort WR Routers User Guide
488
Generate an SSH private key from the CLI
1
Generate the SSH V1 private key using the
genkey
command as follows:
genkey <keybits> <filename> -ssh1
where:
<keybits>
Is one of the following values;
384
,
512
,
768
,
1024
,
1536
or
2048
.
<filename>
Is the name for the file, such as
privssh1.pem
, as described for the web version of this
procedure.
2
Generate the SSH V2 private key using the
genkey
command as in step 1, but this time, omit the
–ssh1
switch. For example:
genkey 1024 privssh2.pem.
3
Set the first private key as the SSH Host key 1 using the following command:
ssh 0 hostkey1 privssh1.pem
4
Set the second private key as SSH Host Key 2 using the following command:
ssh 0 hostkey2 privssh2.pem
5
Save the configuration:
config 0 save
SSH Authentication with a public/private key pair
Once SSH access has been configured and confirmed to be working, you can add RSA key pair
authentication and use it to replace password authentication.
This process involves using PuTTYgen to create public and private keys. For full details on how to
perform this procedure, see
Quick Note 010, SSH access using RSA key authentication
on
.
Summary of Contents for TransPort WR11
Page 1: ...User Guide Digi TransPort WR Routers ...
Page 650: ...Configure system settings NTP parameters Digi TransPort WR Routers User Guide 650 ...
Page 661: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 661 ...
Page 662: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 662 ...
Page 663: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 663 ...
Page 682: ...Configure Remote Management SNMP parameters Digi TransPort WR Routers User Guide 679 ...
Page 683: ...Configure Remote Management SNMP parameters Digi TransPort WR Routers User Guide 680 ...
Page 813: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 808 ...
Page 814: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 809 ...
Page 815: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 810 ...
Page 816: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 811 ...
Page 817: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 812 ...
Page 818: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 813 ...
Page 855: ...Device administration Reboot the router Digi TransPort WR Routers User Guide 844 ...