######################################## SSH using key based login ######################################## Getting Started =============== .. note:: These steps need to be performed on the device through which you will be accesing the board (For eg: Laptop, PC, Server) **Step 1: Generating private and public key** .. code-block:: shell ssh-keygen **Step 2: List the generated Key** .. code-block:: shell ssh-keygen -l **Step 3: Copy the public key to the board** .. code-block:: shell ssh-copy-id -i ~/.ssh/mykey username@ip **Step 4: Try to ssh into the board** .. note:: You'll be asked your private key **Step 5: Enter the private key** After entering the private key it will login into the board