Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4074

Raspberry Pi Connect • rpi-connect and rpi-connect-lite 1.2.0

$
0
0
We've just announced rpi-connect 1.2.0 so you should be able to upgrade with the following:

Code:

sudo apt updatesudo apt install --only-upgrade rpi-connectsudo reboot
With this release, it is now possible to install an alternative package on devices where you only want remote shell access and not screen sharing:

Code:

sudo apt updatesudo apt install rpi-connect-litesudo reboot
The main changes are as follows:
  • Remote shell access: you can now choose to connect to a remote shell on your device which will give you a terminal in your web browser with access to your login shell
  • A new "Allow remote shell access" option in the menu
  • The addition of "rpi-connect shell on" and "rpi-connect shell off" commands to allow and disallow remote shell access via the CLI
  • The addition of a "rpi-connect status" command to show the current signed in status, whether screen sharing is available and allowed or has any active sessions, whether remote shell access is allowed or has any active sessions
  • rpi-connect no longer has a hard dependency on WayVNC (which is now a "recommended" dependency and can be opted out of by using "apt install --no-install-recommends") and can be started without using a supported Wayland compositor and even works with Raspberry Pi OS Lite
  • rpi-connect-lite is provided as an alternative package which skips the WayVNC dependency altogether for use on devices where screen sharing isn't required
Please note screen sharing and the GUI still only work with Raspberry Pi OS Desktop and a supported Wayland compositor such as Wayfire.

We recommend enabling user-lingering on Raspberry Pi OS Lite so that rpi-connect can continue running even if you do not have an active login session.

Statistics: Posted by paulmu — Tue Jun 25, 2024 1:22 pm



Viewing all articles
Browse latest Browse all 4074

Trending Articles