DKT Comega forsete-ii series Panduan Pengguna - Halaman 10
Jelajahi secara online atau unduh pdf Panduan Pengguna untuk Perangkat Keras Jaringan DKT Comega forsete-ii series. DKT Comega forsete-ii series 12 halaman. Cpe
support for ssh
Please note that support for SSH is available for all DKTCOMEGA CPE platforms except HW revision "FE1
0" or earlier. HW revision can found via SNMP OID -.1.3.6.1.4.1.27304.10.1.0
Alternatively with DKT-GENERIC-MIB::hwVersion.0
HW with values of "ERROR" or "FE1 0" do not support SSH.
In order to have SSH support, please insert the following command in the configuration script:
# SSH daemon is started with the following command
/etc/init.d/sshd start
The CPE is preconfigured with a login for SSH, please consult DKTCOMEGA for user name and password.
The first time the SSH daemon is started; two secret key files are generated.
Please note that it takes a while to generate the secret key files. The secret key files are not automati-
cally stored to flash.
Save the SSH secret key files to flash using save_configuration in the configuration file:
# Save configuration to flash memory, same SSH key is used at every boot
save_configuration
Now it is possible to log into the CPE as the user "Administrator" (case sensitive) through SSH.
ssh Administrator@<IP address>
or
ssh -l Administrator <IP address>
or using e.g. Putty application
When logged in as Administrator, it is not possible to make any changes, as you must switch user to root
with this command:
su
Now it is possible to run all of the configuration commands, and it is possible to change the password of
the user with the command
passwd <username>
If password is changed remember save to flash with the
exit
When finished, type
to return to the Administrator user.
exit
To log out, type
again.
# Some configuration commands
The daemon is started by the normal configuration file by inserting the following commands (the lines
should replace the telnetd command):
# Start SSH daemon
/etc/init.d/sshd start
# Save configuration and SSH secret files to flash
save_configuration
10
save_configuration
command.