This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:configurations:remote-access [2024/09/17 23:40] nick |
products:sbc:common:configurations:remote-access [2026/02/02 04:24] (current) gray update by using AI |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Remote | + | ====== Remote |
| - | ===== Access a remote terminal | + | ===== Access a Remote Terminal |
| - | SSH (Secure | + | SSH (Secure |
| - | You can access the terminal of a board remotely from another computer on the same network using the Secure | + | You can access the terminal of a board remotely from another computer on the same network using the Secure |
| - | ==== Connect to an SSH server | + | ==== Connect to an SSH Server |
| - | Open a terminal window on your computer and enter the following command, replacing the '' | + | Open a terminal window on your computer and enter the following command, replacing the '' |
| - | you are trying to connect | + | |
| ```shell | ```shell | ||
| ssh < | ssh < | ||
| ``` | ``` | ||
| - | When the connection | + | When the connection |
| - | Enter your account password when prompted. e.g. the default password is '' | + | Enter your account password when prompted |
| - | You should now see the command prompt: | + | You should now see a command prompt |
| ```shell | ```shell | ||
| Line 41: | Line 40: | ||
| ``` | ``` | ||
| + | ===== Access a Remote Desktop with RDP ===== | ||
| - | ===== Access a remote desktop with RDP ===== | + | Remote Desktop Protocol ([[https:// |
| - | + | ||
| - | Remote Desktop Protocol ([[https:// | + | |
| - | to connect to another computer over a network connection. The user employs | + | |
| - | must run RDP server software. | + | |
| ==== Enable the RDP server ==== | ==== Enable the RDP server ==== | ||
| === Ubuntu 24.04 === | === Ubuntu 24.04 === | ||
| + | |||
| + | You need to upgrade system to latest version and install '' | ||
| + | |||
| + | ```shell | ||
| + | sudo apt update | ||
| + | sudo apt full-upgrade | ||
| + | sudo apt install gnome-remote-desktop | ||
| + | sync | ||
| + | sudo reboot | ||
| + | ``` | ||
| + | |||
| + | After reboot, goto '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Enable '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | <WRAP important > | ||
| + | **You need to log out before you can log in with RDP client.** | ||
| + | </ | ||
| + | |||
| === Ubuntu 22.04 === | === Ubuntu 22.04 === | ||
| - | Goto '' | + | Go to '' |
| - | under '' | + | |
| + | {{: | ||
| + | |||
| + | <WRAP important > | ||
| + | **Enable Auto Login** | ||
| + | |||
| + | You will not be able to log in remotely if there are no active user sessions, so you need to enable auto login. Go to '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Then enter your password and turn on the '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==== Connect to an RDP server ==== | ||
| + | |||
| + | <WRAP tip > | ||
| + | If you get a black screen, please close the RDP client and try again. | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Connect on Windows === | ||
| + | |||
| + | Open the '' | ||
| + | |||
| + | === Connect on Linux === | ||
| + | |||
| + | You need to install '' | ||
| + | |||
| + | ```shell | ||
| + | sudo apt update | ||
| + | sudo apt install remmina remmina-plugin-rdp remmina-plugin-vnc | ||
| + | ``` | ||
| + | |||
| + | Open '' | ||
| + | |||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | === Connect on macOS === | ||
| + | You can install the '' | ||