What's the best way to remote administer Linux Mint?
For example, I have some family members with different logins. I could install Teamviewer but would that allow me to connect and act as an administartor if anything needed updating?
best way to remote administer Linux Mint
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Re: best way to remote administer Linux Mint
Teamviewer is the easiest option if they are in different locations you can even get teamviewer to auto accept incoming connections - setup a strong password, all very easy. If in the same building VNC.
Please see http://usbtux.hostzi.com/How_to and specifically http://usbtux.hostzi.com/teamviewer
Please see http://usbtux.hostzi.com/How_to and specifically http://usbtux.hostzi.com/teamviewer
http://goo.gl/DXKgM LinuxMint tutorials.
Running LinuxMint 17.3 Mate. Pepermint 6 & Manjaro 15.12 Capella XFCE
http://goo.gl/WFu0u Installing Mint - the screen cast videos.
linuxcounter #368850
Running LinuxMint 17.3 Mate. Pepermint 6 & Manjaro 15.12 Capella XFCE
http://goo.gl/WFu0u Installing Mint - the screen cast videos.
linuxcounter #368850
-
- Level 5
- Posts: 849
- Joined: Wed Jul 11, 2012 4:10 pm
- Contact:
Re: best way to remote administer Linux Mint
I prefer ssh. Have a look at http://mark-bishop.net/Vbox.php. My article includes a remote administration strategy.
Basically, I use Putty to manage the ssh sessions. Usually, I run apt updates directly from the Putty terminal. When I want access to the desktop, I run x11vnc at the remote machine (from the Putty terminal) then access it using Remmina.
Basically, I use Putty to manage the ssh sessions. Usually, I run apt updates directly from the Putty terminal. When I want access to the desktop, I run x11vnc at the remote machine (from the Putty terminal) then access it using Remmina.
Re: best way to remote administer Linux Mint
trapperjohn wrote:I prefer ssh. Have a look at http://mark-bishop.net/Vbox.php. My article includes a remote administration strategy.
...from link given ...Starting up in the morning will be slow. I won't recommend it, but our current solution is to set the BIOS to start the computer at power restore then put the computer on a timer that cuts the power during off hours and turns back on before people come in for the day. It's a host-stressful procedure but the power fails around here every day or so anyway. ...

http://goo.gl/DXKgM LinuxMint tutorials.
Running LinuxMint 17.3 Mate. Pepermint 6 & Manjaro 15.12 Capella XFCE
http://goo.gl/WFu0u Installing Mint - the screen cast videos.
linuxcounter #368850
Running LinuxMint 17.3 Mate. Pepermint 6 & Manjaro 15.12 Capella XFCE
http://goo.gl/WFu0u Installing Mint - the screen cast videos.
linuxcounter #368850
-
- Level 5
- Posts: 849
- Joined: Wed Jul 11, 2012 4:10 pm
- Contact:
Re: best way to remote administer Linux Mint
Hi,
You can completely skip the VM part and just apply the Putty/ssh and remote desktop strategy to a native install. Using the tutorial, Install and configure openssh on the computer that will be remote. Install Putty on the local machine and generate a key pair, then extract its public part. Bring the public part to the remote machine and save it as the authorized_keys file. Make sure you do the permissions part.
It's a bit of a wrestle at first, but if you follow the steps carefully it will work, In the article, just jump to Install & Configure SSH serve. Once configured, it's very effective and easy to logon remotely and do administrative tasks..
You can completely skip the VM part and just apply the Putty/ssh and remote desktop strategy to a native install. Using the tutorial, Install and configure openssh on the computer that will be remote. Install Putty on the local machine and generate a key pair, then extract its public part. Bring the public part to the remote machine and save it as the authorized_keys file. Make sure you do the permissions part.
It's a bit of a wrestle at first, but if you follow the steps carefully it will work, In the article, just jump to Install & Configure SSH serve. Once configured, it's very effective and easy to logon remotely and do administrative tasks..