Questions tagged [remote]

"Remote" - the term could refer to resources, access, control, user, presence, etc.

"Remote" could refer to either the network resource availability (e.g. "the user can interrogate the information remotely"), the user access to a network resource (as in "server access authorization through a Remote Desktop Connection/Protocol"), or even the location of the user related to the network accessed ("A Teleworker is allowed to connect remotely on 2 days per week through VPN/Remote Access, if there is a home office space available and all the conditions are met to allow the worker to perform the expected duties remotely").

626 questions
0
votes
4 answers

Remote desktop to a VM that is on ESXi v4.0

I can't seem to get a remote session started from my pc to a Windows 2003 server vm that is residing on a VMware ESXi server. I can connect with the VMware client software and I can remote out of the Windows server to another server but not into the…
Joe Teicheira
0
votes
0 answers

Disable auto reconnect for remote client connections in mysql

I use below version of MYSQL in my DB server. root@XXXXXX-test-server:~# mysql -V mysql Ver 14.14 Distrib 5.6.16, for debian-linux-gnu (x86_64) using EditLine wrapper root@XXXXX-test-server:~# When I close remote connections from server side…
0
votes
0 answers

Is it possible to force a remote desktop computer to login as a specific user?

We are in a situation where users forget their domain password for local desktop access. We have a procedure where we contact their manager before resetting the password in order to avoid human engineering. However, sometimes the user needs their…
Paul Stearns
  • 151
  • 1
  • 2
  • 8
0
votes
0 answers

psql shell over ssh via bash script doesn't get user input

I'm opening a ssh connection and then go into a psql shell. This works, I get the prompt. I can also input commands like "\dt". But I don't get any output. As I can get output in general, I rather think the input didn't get to the remote or psql…
steros
  • 121
  • 5
0
votes
0 answers

Method of streaming a packet capture from a Windows machine

I have a Windows 10 VM on Hyper-V. It is a production system (yeah I know) that is running multiple critical services that I need to analyse so I can migrate it off to something better. I need to capture the network traffic on that system to ensure…
RoyT
  • 1
0
votes
2 answers

Windows Server 2022 remote web RDP without a domain - can Windows Admin Center replace Essentials Remote Web Services?

although a lifetime technophile and IT person with my own home server - admittedly with most work experience on the application side - I am stumped with how to access my new Win2022 server remotely. I have always relied on the simplicity of…
0
votes
0 answers

Will RODC at remote site affect the main DC with azure syncing

We need to install RODC (Read only Domain Controller) at all our remote locations. Currently our infrastructure is we have a domain controller on premise and Azure connected with Azure AD connect. Azure is only using for O365 password…
jigdo
  • 1
  • 1
0
votes
0 answers

VS Code Remote Development giving back error

I'm trying to connect my Vs code using SSH extension to my Debian VM on azure. I tried running the SSH connection on terminal and it's working fine ssh -i Desktop/Emdad/testing/magento-testing-key.pem azureuser@20.198.108.124 But when I tried doing…
0
votes
1 answer

Allow non-admin, local user account, to shutdown Windows Server remotely

For security purposes, on server1, I created local user account, shutdowntest, and gave it local security policy permission "Force shutdown from a remote system". Now I want to shutdown server1 remotely, from another server, with sysinternals…
0
votes
0 answers

Mysql /var/lib/mysql on Glusterfs

We are planing to deploy MySQL /var/lib/mysql (InnoDB) folder on Gluster server. Configuration is two Gluster servers + thin Arbiter. Gluster is in replica mode! Does anybody have experience with configuration like this? Database current size is…
0
votes
0 answers

Restrict Apache forward proxy to a remote url set

Is there a robust way to restrict Apache forward proxy to a set of remote URLs? Now I can see the only solution with multiple identical blocks as: ...
Veniamin
  • 863
  • 6
  • 11
0
votes
1 answer

How to execute a local script from a local client with Ubuntu on a remote VPS with Ubuntu without prompt?

I have made extensive research about how to setup and secure correctly our new VPS with a Ubuntu 22.04 OS for three weeks, and I have currently a good idea of what has to be done. However, I would like to build a bash script to make all these…
0
votes
0 answers

Trying to set up a proxy server uisng nginx and docker

I am trying to set up a proxy server to access a network. Currently there is a proxy server that people use securecrt to connect to and their web browser for some resources. I want to set up the server using docker so each person connecting to the…
mAineAc
  • 11
  • 2
0
votes
2 answers

can't automate the authentication process with PowerShell on Linux

On Debian 11, I have installed PowerShell 7.3.0. I am testing if I can run commands on a remote Windows computer. This is a simple example to get the remote computer hostname. #!/usr/bin/env pwsh $username = "Administrator" $password =…
aristosv
  • 3
  • 2
0
votes
0 answers

Connecting to remote server failed: The WinRM client cannot process the request

I am trying to execute a powershell script on a remote server from my local machine, however I get an error. Here is the full error message: Connecting to remote server failed with the following error message : The WinRM client cannot process the…
Unbuckle
  • 21
  • 3