This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352: Default SSH port

Part Number: AM3352

Hi

For security reasons, we want to modify the default port of SSH. Do you have any suggestions

SDK version 05.03.00.07

CPU AM3352

  • Hi Zhengguang,

    Here is the procedure:

    - add the following line with your new port number to /etc/default/dropbear in your root filesystem:

      DROPBEAR_PORT=<the-new-port-number>

    - run the following two commands to restart dropbear:

      root@am335x-evm:~# systemctl daemon-reload
      root@am335x-evm:~# systemctl restart dropbear