Question
Can I log in to Edge Gateway using ssh connection at the first attempt?
Answer
At the first attempt, you cannot log in to Edge Gateway by ssh connection.
You can enable the SSH by performing the following steps.
- Move to configuration mode in amsh.
admin@amnimo:~$ amsh
amnimo$ enable
password:
amnimo#
amnimo# configure - Move to configuration mode of the SSH.
amnimo(cfg)# ssh
amnimo(cfg-ssh)#
amnimo(cfg-ssh)# port 10022 ← Set the port number.
amnimo(cfg-ssh)# enable ← Enable the SSH server.
amnimo(cfg-ssh)# exit
amnimo(cfg)# - Save the config file.
amnimo(cfg)# config file save
For the detailed explanation of the command, refer to the following manual:
- CLI ユーザーズマニュアル(Japanse)
Comments
0 comments
Please sign in to leave a comment.