Skip to main content

Questions tagged [remote]

Working through the network with files, programs, etc., that are stored on a distinct machine from the original host.

1 vote
0 answers
23 views

Good afternoon, I'm running OpenSSH_10.0p2 Debian-7, OpenSSL 3.5.4 30 Sep 2025 on a Debian 13 6.12.57-1 (2025-11-05) VPS server. The connection is fine. However, I see irregular dropped connections on ...
32u-nd's user avatar
  • 225
1 vote
1 answer
83 views

I need to host a private Flatpak remote with restricted access by using Basic Auth (login/password). All I need now is to make Flatpak client add Authorization HTTP header with credentials to all ...
nst1911's user avatar
  • 103
0 votes
1 answer
76 views

How can I get the list of all Users with Admin privileges, on all selected Macs, in Apple Remote Desktop? I have tried: dscl . -list /Groups/admin GroupMembership But this does not list anything, not ...
JRP's user avatar
  • 9
2 votes
2 answers
510 views

I need help in determining why I get syntax error near unexpected token `then' from the following command: for vm in {20..30} ; do ssh -q -o "StrictHostKeyChecking no" 192.168.210.${vm} &...
Bjoern's user avatar
  • 59
0 votes
0 answers
80 views

There is my home directory and its backup on the remote cluster.I used rsync command to check if home directory and its backup are completely identical: rsync -rvnc data/ data2 >rsync_out-4.txt 2&...
Denis's user avatar
  • 153
1 vote
1 answer
121 views

It may be a vague question, but I can't currently find a good solution in my head. I have a BookStack application running on a company server. To simplify and for security I have a custom .gitignore ...
siery's user avatar
  • 221
0 votes
2 answers
80 views

I have embedded device with Linux (stored in EMMC). When i need to update Linux image (i have one .img file) i need to connect via serial terminal, edit boot_targets to start system from SD-card and ...
TeachmeDaddy's user avatar
0 votes
1 answer
163 views

I need to run script on remote server which require root access using sshpass and its failing with eror script not found. I ran below command. sshpass -frhelpass ssh user@IP 'echo mypass | sudo -S &...
user29368204's user avatar
1 vote
0 answers
641 views

I'm trying to run GDB remote debugging on a single source file, very basic C code, and I'm hitting a wall on something that seems like it should be completely obvious. Specifically, I cannot figure ...
John Lasseter's user avatar
1 vote
0 answers
28 views

I have an Ubuntu VM running in HyperV on a Windows 10 machine. I'm trying to configure Ubuntu to allow remote logins so I can use Remote Desktop from my Windows host to login, but the toggle that ...
Gharbad The Weak's user avatar
0 votes
2 answers
158 views

There's a Oracle Linux running inside a Virtual Box, which is running on Windows 11 home. Need help understanding: Is there any chance of any of either the linux or , as this clearly appears to be a ...
Layman's user avatar
  • 11
0 votes
1 answer
162 views

I would like to execute this command ssh -R 2200:localhost:80 user@"myddns.net" at every startup of my fedora system (note that the command itself is working in a shell). I thought to use ...
Smilia's user avatar
  • 312
1 vote
1 answer
119 views

I'm having several remote sites (test setups), each having multiple Linux devices, uploading their journal remotely to Raspberry Pis in that remote site. I'm trying to forward these journals via ...
Kalle's user avatar
  • 83
0 votes
1 answer
410 views

Quite a tricky problem, this one: I've set up a custom Debian repository on a remote server (let's say, example.com), which is served at https://example.com/aptrepos, and for that path I've set up ...
sdbbs's user avatar
  • 590
0 votes
1 answer
285 views

I made a system service on remote VM that should start on boot as suggested here: [Unit] Description={removed} Wants=network-online.target After=network-online.target [Service] User={my username} ...
steam_engine's user avatar

15 30 50 per page
1
2 3 4 5
47