********************* Common shell Commands ********************* .. role:: underline :class: underline Connect over a local network connection ======================================= .. code-block:: bash # Replace with the numbber of the Raspberry pi # e.g. ssh pi@rpi-1.local ssh pi@rpi-.local Shutdown ======== .. code-block:: bash sudo shutdown now .. list-table:: :header-rows: 1 :widths: 15 10 20 55 * - command - options - arguments - * - **ssh** - - pi@rpi-.local - Connect as user 'pi' to a Raspberry Pi over a local network connection