Questions tagged [remote-access]

Questions about accessing a system or network from a remote computer or location. Consider using a more specific tag for your particular tool, e.g. VNC.

1069 questions
3
votes
6 answers

Remote control a PC on http/https with no user intervention?

I need to remote control a PC that is behind a SOHO ADSL router (netgear or similar). I do not have access to the password for his router so I cannot make changes on it. I can install software on his PC though. What remote control software is best…
PowerApp101
  • 2,624
  • 1
  • 20
  • 28
3
votes
4 answers

How can you connect to a SQL Server not on your domain?

I have a test machine that's not allowed on our domain because we are testing corporately unsupported applications (SQL 2008 and Server 2008). I want to use management studio to connect to the SQL2008 server but can't get it working. I have…
scottm
  • 359
  • 3
  • 5
  • 19
3
votes
2 answers

Remote Administration of Server Core WS2008R2 via MMC on Win7

I have searched and found a couple threads that deal with this topic, but they never quite got to solution. They just seemed to peter out. I have executed the much recommended: netsh advfirewall firewall set rule group=“remote administration” new…
Greg Oliver
  • 143
  • 1
  • 1
  • 4
3
votes
3 answers

WinRM will not connect to remote computer in my Domain

I am trying to run a script that installs a program remotely for a user in my domain. I can run the script fine on my own computer but when I run the script for a different computer in the domain I get the error of Connecting to remote server…
josh
  • 51
  • 1
  • 2
  • 4
2
votes
0 answers

Secure Hyper-V-Server with fido2 usb key

I want to set up a new Hyper-V-Server and secure it, so access to the server itself is only possible with physical FIDO2 keys (like YubiKey). Access using remote desktop should also only be possible with the right Fido2 Keys. How can I setup a…
Sam
  • 909
  • 5
  • 15
  • 28
2
votes
0 answers

SSH authentication Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

I'm having problem when I try to connect to a remote server using ssh with the following command: ssh -vvv -l user hostname -p XXXX I get the following result: OpenSSH_7.9p1 Debian-10+deb10u1, OpenSSL 1.1.1d 10 Sep 2019 debug1: Reading…
2
votes
0 answers

Linux Embedded Device Screen Remote Access

I have a Variscite DART-6UL SoM running Linux version 4.9 and gcc 7.3.0 connected to a small LCD screen. The screen displays either a set of buttons, like a basic home menu screen, or some dials. The user navigates through all this with a rotary…
MortZ
  • 31
  • 7
2
votes
1 answer

Install OpenSSH using cmd/terminal only?

Is it possible to install OpenSSH entirely using the cmd/terminal? All of the solutions I'm finding on Google require navigating to the Settings app: https://winaero.com/blog/wp-content/uploads/2017/12/Windows-10-install-SSH-server.png
user522565
  • 21
  • 1
2
votes
1 answer

Allow specific OpenVPN clients to access other clients

I have multiple OpenVPN servers which have clients like slave-1 and slave-2 which have access only to the OpenVPN server itself. I have a dedicated CA server for creating new users to the system. I want to implement support for users like master-1…
2
votes
4 answers

Managed Sharing of a Windows Computer Preferably Using Remote Desktop

Let's imagine that one has a Windows computer with expensive hardware attached. Example of such hardware: a hardware test-bed / prototype. Each worker needs this PC only several times a week, say for 2h each time. We use Remote Desktop to access…
Radim Cernej
  • 443
  • 3
  • 12
2
votes
1 answer

connect to my website from multiple external remote sites

I remember seeing a website where I could type in my home page url, and then get a list of a bunch of servers that connected to my url in real time, from all over the world. the report would show how long it took for that remote site to connect to…
dreftymac
  • 453
  • 6
  • 15
2
votes
0 answers

Accessing network drive with psexec

I have strange problem accessing network drive through psexec. Procedure is as follows: Windows Server 2016 with a network share open to Authenticated/Domain Users (\r530tc\pub) Windows 10 workstations (for example \tc100 and \tc200 1) run…
Adrian Brosz
  • 21
  • 1
  • 4
2
votes
1 answer

Should I put my DHCP Server on Bridged, Host Only or NAT?

For a project of school we have to build a Windows Server 2012 R2 Server on VMWare Workstation 14.0 that should serve as a DHCP Server. The DHCP Server should only be able to connect with his hosts that it provides and aside from that not with any…
2
votes
0 answers

Cant remote manage server "Access is denied"

Im trying to work with performance monitor on windows server 2016 core. I have my PC a VM a new or was atleast new Installation of server core and i got some other VMs running. All im trying to do is access performance monior remotely. So this is…
2
votes
1 answer

Remote encrypted mount

I tried this sshfs without shell access, but I realized I should ask opposite way I would love to mount remote file system automatically, over encrypted tunnel preferably using private/public keys. It should not mean any security risk (no ssh login…
Pavel Niedoba
  • 233
  • 1
  • 3
  • 10