Questions tagged [remote-access]

Accessing or controlling a computer that you are not physically in front of.

Remote access is where the user controlling or accessing a computer or server, is not physically located in the same place as the computer or terminal they are using.

Security implications

Remote access is a common issue, because it opens doors for an attacker that allow them to do whatever they want on your computer if they get in, without any need to physically access the computer.

Applications and methods

903 questions
205
votes
4 answers

How do you run a SSH server on Mac OS X?

How do you run a ssh server on Mac OS X?
Pablo Fernandez
  • 10,871
  • 23
  • 67
  • 100
71
votes
4 answers

Messed up my .bash_profile remotely, can't ssh back in

I'm using a GNU/Linux system remotely, via SSH. I mistakenly added something into my $HOME/.bash_profile scriot which causes an error. (To be specific: I added an exec foo command instead of . foo, applied to another bash script without execution…
einpoklum
  • 8,783
  • 20
  • 84
  • 153
68
votes
16 answers

Remotely turning on or rebooting a frozen computer

I use a remote desktop program (usually Microsoft's Remote Desktop) to connect to a Windows machine everyday. The remote computer has a fixed IP address, and if the computer is on and responsive, I can access it and even reboot the computer remotely…
Amelio Vazquez-Reina
  • 6,878
  • 21
  • 62
  • 83
57
votes
5 answers

How can I enable multiple users login at a time in remote system?

Recently we bought dedicated server with Windows Server 2012 Standard.It's allowing 2 people at a time.So I want to allow more people at a time. How can I do this?
42
votes
7 answers

Shift and Control keys out of sync with normal keys over RDP

I spend quite a lot of time working on various machines via RDP (usually RDPing to one machine and from there RDPing to other computers outside our LAN) and have an issue where the modifier keys (i.e., Ctrl, Alt, Shift, and Win) sometimes don't…
sgmoore
  • 6,423
  • 2
  • 25
  • 33
37
votes
8 answers

How to access C$ share in a network?

Considering I have admin access to a machine, how can I remotely access the default C$ share in Windows XP and Windows 7? Edit: This is not a domain, it's a single machine that I need to access
jyz
  • 481
  • 1
  • 4
  • 7
31
votes
6 answers

Log off a disconnected user remotely

How do I log a disconnected user off remotely? For example, I remotely connect to a computer (with Dameware, if that matters) and run a command that takes a significant amount of time to complete. In that time I move on to other things. When I come…
thePurpleMonkey
  • 647
  • 2
  • 6
  • 11
27
votes
4 answers

How to enable remote access for another account on Mac remotely via SSH?

I have admin rights at a remote Mac computer. I can access it via SSH. The Mac has another user account, which doesn't have remote access. How can I remotely (via SSH) enable remote access for the other account?
Andrei
  • 1,554
  • 5
  • 19
  • 28
26
votes
5 answers

Reaching a device in my LAN from the Internet

I have an embedded device that I can program via Ethernet IP when it's connected on the same router with the PC as follows: Is it possible to send the whole traffic through the Internet and still be able to program it? To make it a little bit…
Engine
  • 395
  • 1
  • 3
  • 8
24
votes
4 answers

Remote management of parents' computers

Possible Duplicate: Free remote desktop app good for working with someone computer illiterate? I am looking for something that I can install on my parents' and grandparents' laptops to help me remotely manage them. The requirements are: On their…
Ivan Zlatev
  • 391
  • 2
  • 11
21
votes
3 answers

Can I access Remote Desktop shared drive from command prompt?

I am using Windows Remote Desktop to connect to a server. I have enabled access to a local drive as per http://support.microsoft.com/kb/313292 but I'm trying to figure out how to access the drive from the command prompt. As per the link the…
ShaneC
  • 315
  • 1
  • 2
  • 5
18
votes
2 answers

Run commands on a VirtualBox VM from outside

Is it possible to run commands on a VirtualBox VM from outside? Or should I use some sort of remote control tool like VNC? If so, what would be the easiest and best for such a simple task. I have a Windows 7 VM inside an LMDE Linux.
Auxiliary
  • 375
  • 2
  • 4
  • 9
16
votes
4 answers

Error 'Permission denied (publickey,password)'

I am trying to connect to a local IP address via SSH from the terminal. The command is ssh -v [email protected] But it is not connecting. It keeps giving me the error "Permission denied (publickey,password)." I have been searching for ages and…
harnamc
  • 265
  • 1
  • 3
  • 8
16
votes
4 answers

How can I tell who is actively logged on (locally or remotely) a Windows 7 PC?

From my Windows 7 PC, I want to check to see who is “actively” logged on to another Windows 7 PC on my network, not who connected last. How can this be done? Throughout the day several people will remotely logon to a shared computer, generally…
pgodar
  • 163
  • 1
  • 1
  • 5
16
votes
3 answers

Under what login/boot conditions can Chrome Remote Desktop access a computer? Does this differ by OS?

If I set up a host computer for permanent remote access via Chrome Remote Desktop, when is it accessible? Specifically: Is it accessible when it has been locally logged into only by a non-administrator user? Is it accessible when a user (admin or…
1
2 3
60 61