Spectracom Corporation
Model 9289
NetClock/NTP Network Time Provider Instruction Manual
3-73
named “SCP” for these tools. The “SCP” user account has the same password as the admin
account. It differs from the admin account in that it does not run the Spectracom product shell. It
is a limited account that only allows the user to transfer files to and from the product file system
folder and to retrieve files from folders which the SCP account has read permission.
Some sample OpenSSH, SCP, and SFTP client commands are shown below.
1) Perform an SCP file transfer to the device using Account Password authentication
scp authorized_keys
:.ssh
[email protected]'s password: admin123 (Always use same password as admin)
publickeys 100% |***************************************************| 5 00:00
2) Perform an SCP file transfer from the device using Public Key with Passphrase
authentication.
scp -i ./id_rsa
:.ssh
Enter passphrase for key './id_rsa': mysecretpassphrase
publickeys 100% |***************************************************| 5 00:00
3) Perform an SFTP file transfer to the device using Account Password authentication.
sftp [email protected]
[email protected]'s password: admin123 (Always use same password as admin)
sftp>
The user is presented with the SFTP prompt allowing interactive file transfer and directory
navigation.
4) Perform an SFTP file transfer from the device using Public Key with Passphrase
authentication
sftp -i ./id_rsa [email protected]
Enter passphrase for key './id_rsa': mysecretpassphrase
sftp>
The user is presented with the SFTP prompt allowing interactive file transfer and directory
navigation.
NOTE:
Use of SCP and SFTP is restricted to the administrator. To access SCP, enter the
account name SCP with your administrator password. For SFTP, the account name is
SCP.
Summary of Contents for 9289
Page 18: ...Model 9289 Spectracom Corporation NetClock NTP Network Time Provider Instruction Manual 1 8...
Page 36: ...Model 9289 Spectracom Corporation NetClock NTP Network Time Provider Instruction Manual 2 18...
Page 154: ...Model 9289 Spectracom Corporation NetClock NTP Network Time Provider Instruction Manual 3 118...