Model: MTS200 (1U)
Doc. Ref. no. : - m08/om/201
Issue no.: 03
Page 131 of 195
User’s Manual
Step 1:
User should transfer the generated key and certificate to PC using secure means such as SCP.
User should avoid using Telnet mode to transfer keys as Telnet in unsecure way for
communication.
Step 2
: Now take SSH connection of server MTS200 where keys are need to be installed and create the
required links for key.
For establishing SSH connection,
Then, remove old autokeys files if any ntp folder,
rm
–rf /etc/ntp/
ntpkey
*
Step 3
: Now, transfer the files from trusted server MTS200 to normal server MTS200.
To transfer Trusted Server MTS200 ntp keys using SCP method, user need to take console of
MTS200 using SSH (only by super-user or administrative user of MTS200) from server MTS200,
mentioned as below commands.
Below example is provided by considering that Trusted Server MTS200 IP address is
192.168.100.153 and server MTS200 IP address is 192.168.100.154.
On Remote Host PC, take the console of trusted server MTS200:
Where
,
root = is the default super-user of trusted server MTS200,
192.168.100.153 = is the IP address of trusted server MTS200 ethernet port
If operator has successfully taken the console session of trusted server MTS200, then user can
give below commands to transfer the ntp keys to server MTS200 device.
scp /home/root/ntp/ntpkey_cert_MTS200
scp /home/root/ntp/ntpkey_host_MTS200
scp /home/root/ntp/ntpkey_cert_MTS200
[email protected]:/home/root/ntp
scp /home/root/ntp/ntpkey_host_MTS200
[email protected]:/home/root/ntp
Where
,
user = is the username of remote Host PC where keys are to be transferred,
192.168.100.154 = IP address of Server MTS200 where keys are to be transferred
/etc/ntp = it is the destination folder where ntp keys are copied.
/home/root/ntp = it is the destination folder where ntp keys are copied.
Now, user should close the SSH session with trusted server MTS200, as given below command:
exit
User should avoid using Telnet mode to transfer keys as Telnet in unsecure way for
communication.