M BUZZ CRAZE NEWS
// general

How to turn off Remote login?

By Daniel Rodriguez

How do I turn off Remote Login? I don't want people to login to my computer remotely.

1 Answer

It is disabled by default. The "remote login" feature of the log-in screen is for logging in to remote machines. In order for remote login to work, you must have an RDP server which you have an account on, to log in to.

If you have no intention of ever using such a service, or setting up your machine to allow remote access with VNC/RDP, then you can remove the packages for it, by running:

sudo apt-get autoremove --purge remote-login-service vino remmina remmina-common

This will remove the client service, the vino app for exposing your screen over the network via RDP/VNC, and the remmina client for connecting to remote shared screens.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy