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").

613 questions
0
votes
1 answer

How to ssh into system connected to same network switch?

I have a few systems which are connected to the same network switch. All of them are running linux / Ubuntu 18. I want to remotely access one machine to another through ssh. That is, if I'm operating on one of the machines, I want to remotely access…
0
votes
1 answer

MDT new computer imaging over Internet

Since everyone and their kinfolk are working from home these days, our IT department is looking for a solution for imaging new computers away from the office. We're using MDT to push out the images over the internal LAN currently. This would be…
SamDu
  • 1
0
votes
1 answer

Connecting to a colleagues computer over VPN when both of us are working remotely

I'm looking for some guidance on connecting to a colleagues computer to offer technical assistance when we are both out of the office and working remotely. We have a Unity Security Gateway with a VPN Subnet setup. They are connecting to the office…
0
votes
2 answers

Users cannot log into VM server that is joined to a DC

I've been having a problem recently where i have a VM machine that is running windows server 2012 which is connected to a DC running the same OS, on the DC i have ADUC running with all of my users configured and added into the remote desktop users…
-1
votes
1 answer

Properly implement REMOTE_USER-like thing for ssh

I'd like to know how to make the remote user name available in an ssh session on my server. So when joe@host1 logs in as commonuser@server1, the scripts running on server1 running as commonuser will know that the person running them is actually…
-1
votes
1 answer

Powershell replace host file of remote machines

We have a partner site that must be accessible only if we add the entry for it in the host files of the computers we need to access it. How can we update the host files or the workstations via powershell remotely ? I was thinking of doing this in 2…
Overmind
  • 2,970
  • 2
  • 15
  • 24
-1
votes
1 answer

Shell script to store server list for ssh remote connection

I want to store all servers in the local server(Linux Jumpbox), so I can connect by simply searching for specific hostname and ssh remotely from my Linux jump box. So, the requirement is, input the server hostname, which should search in existing…
CoolChap007
  • 13
  • 1
  • 3
-1
votes
1 answer

Remote Desktop listening IP

I have multiple Windows 2012 R2 servers. Each server is using just one NIC port that has around 15 IPs binded to it. I want to configure RDP to only listen on one IP, I've configured rules on windows firewall which stop any outside connections…
Chris D
  • 1
  • 1
-1
votes
1 answer

How to redirect remote computer's output file to local using psexec

i can run remote commands without any problem and get output to my local machine with psexec. but one of the command can export result as xml so i also send this parameter to save output as xml. during the process it shows information about progress…
-1
votes
1 answer

How would I access a Cisco router for configuration/management over the public internet

I want to connect a cisco router (2950 series) to my normal broadband router supplied by my ISP. I want to test whether I can access the router over the public internet for configuration/management. I have a public IP address from my ISP, that I…
NewJoiner
  • 7
  • 1
-1
votes
1 answer

How to forward a specific log file in a syslog config?

I just want to ask how can I log for example /var/log/test/test.log to a remote syslog-ng? Im using syslog not rsyslog. I can do it in rsyslog but not in syslog.
Sympatiko
  • 73
  • 1
  • 5
-1
votes
1 answer

Login by ssh , change the remote PS1 and don't quit the remote ssh shell

I want to change PS1 when i ssh another centos strshell = 'PS1="remote!"' os.system("ssh -i %s -l%s -p%s %s %s"%(SSH_KEY,SSH_USER,SSH_PORT,des,strshell)) ssh quit automatically. I want to stay in this shell.How to achieve it. I just…
-1
votes
1 answer

Remote storage on ubuntu server

I have an Ubuntu server having limited storage, 30GB. I need extra 100GB, how can I have a remote storage or remote drive which does not occupy local space? Cloud services like dropbox take local space, too.
AVEbrahimi
  • 139
  • 7
-1
votes
1 answer

How to allow remote connection to MySQL only for specific accounts in CentOS VPS?

I have a CentOS VPS. Port #3306 for MySQL is open for all customers, and they can connect to their databases remotely. As this can be a cause of security issues, I would like to stop all remote connections to MySQL by default and let only some…
-1
votes
2 answers

Check NRPE APT now working through Nagios

I'm able to monitor hosts' package statuses via terminal; but Nagios web ui gives an error like this: (No output returned from plugin) Here's the command that works properly via terminal: /usr/lib/nagios/plugins/check_nrpe -H myhost -c…
talha06
  • 111
  • 2
  • 7