Questions tagged [remote-management]

80 questions
478
votes
5 answers

How does reverse SSH tunneling work?

As I understand this, firewalls (assuming default settings) deny all incoming traffic that has no prior corresponding outgoing traffic. Based on Reversing an ssh connection and SSH Tunneling Made Easy, reverse SSH tunneling can be used to get around…
Ali
  • 5,261
  • 5
  • 20
  • 18
50
votes
5 answers

Why am I getting this message from xauth: "timeout in locking authority file /home//.Xauthority"?

While attempting to SSH into a host I received the following message from xauth: /usr/bin/xauth: timeout in locking authority file /home/sam/.Xauthority NOTE: I was trying to remote display an X11 GUI via an SSH connection so I needed xauth to be…
slm
  • 363,520
  • 117
  • 767
  • 871
39
votes
7 answers

Linux equivalent to PowerShell's "one-to-many" remoting

Coming from Windows administration, I want to dig deeper in Linux (Debian). One of my burning questions I could not answer searching the web (didn't find it) is: how can I achieve the so called "one-to-many" remoting like in PowerShell for…
MacMartin
  • 2,844
  • 2
  • 18
  • 22
12
votes
4 answers

Linux Bulk/Remote Administration

Beside our internal IT infrastructure, we've got around 500 Linux machines hosting our services for the on-line world. They are grouped in a bunch of clusters like Database A-n, Product A-n, NFS, Backoffice and so on. Furthermore, they are…
mjhennig
  • 263
  • 2
  • 6
11
votes
5 answers

how do I wipe a server that I don't have physical access to?

I have a Godaddy dedicated server that I would like to cancel. Before I do that I'd like to do a clean format on the server to make sure that the next person who gets the server isn't able to undelete anything (I don't know how thorough Godaddy is…
9
votes
2 answers

Route only ssh traffic through VPN

Is it possible to route a computer's SSH service through a VPN connection but allow ALL other data to exit through the WAN address? What sort of iptables magic needs to be done to accomplish this? SSH data → goes through VPN ALL other data → goes…
8
votes
1 answer

perform remote sqlite command

If this should be moved to the DBA exchange, I apologize. Feels more like linux than DB to me, so here goes: I've got some machines that run scheduled cron jobs every night and email me the output. I do not want emails for things like this. In…
LVLAaron
  • 1,715
  • 8
  • 28
  • 31
7
votes
1 answer

TeamViewer, open source replacement? (Connection created from remote device)

Is there an open source alternative to TeamViewer? The issue is having the remote placed device initiate a connection so that the help desk can manage the device. I am looking to create a facility for remote management on devices we deploy which are…
Albert Whale
  • 103
  • 7
7
votes
2 answers

wayland and remote desktop

apparently Fedora 25, even if in alpha state (not for long, beta comins soon) is doing extremely well with Wayland enable by defaut. I wonder if there's any graphical/easy_to_setup solution out there for remote desktop management (under another…
horizonbrave
  • 89
  • 1
  • 2
  • 6
7
votes
2 answers

"supervisory" software for school rooms

In a schoolroom there are 15 machines + 1 the teacher's PC. All have ex.: Ubuntu 10.04 LTS. Are there any softwares that can be used on the teachers machine that can "audit" the students 15 PC? Things needed: - teacher must see the students…
LanceBaynes
  • 39,295
  • 97
  • 250
  • 349
7
votes
3 answers

How to setup linux server for headless use?

Consider a headless server like this: A typical x86 box at a remote location, which you can remotely initialize with a stock - say - Ubuntu image. After it is initialized you only can login via ssh - or remotely reset it, i.e. you can't access the…
maxschlepzig
  • 56,316
  • 50
  • 205
  • 279
6
votes
8 answers

Write a remote managing script

I need to be able to locally run a script that will connect to various servers and run commands on them. What is the best way to accomplish this?
Josh K
  • 3,866
  • 4
  • 22
  • 15
6
votes
1 answer

How can I remotely access an intranet website from an external network via an SSH tunnel?

I recently setup FreeIPA on an internally accessible system at home. I'd like to manage this web UI from networks that are external to my LAN, but at the same time, I don't want to have to expose this web UI to the public internet. Is there a way I…
slm
  • 363,520
  • 117
  • 767
  • 871
6
votes
3 answers

Running continuous jobs remotely

I'm new to Linux, and I'm probably asking a fairly basic question. How do I run a continuous program on Linux? Basically, I have a program that will continuously check for content on a website. This program will be executing for several days. I do…
Anne Nonimus
  • 205
  • 1
  • 4
5
votes
1 answer

Changing linux distro remotely while preserving data

I have a headless Fedora 15 (without GUI) box. With the following partition structure: $ df -T -h Filesystem Type Size Used Avail Use% Mounted on rootfs rootfs 49G 2.8G 46G 6% / udev devtmpfs 1.7G 4.0K 1.7G 1%…
1
2 3 4 5 6