Questions tagged [remote]

Using something remotely or remoting into it means using it when one is not at the same location as what one is using. A common example is opening files on another computer, or controlling a computer different from the one that the user is physically using.

816 questions
112
votes
15 answers

Faster way to mount a remote file system than sshfs?

I have been using sshfs to work remotely, but it is really slow and annoying, particularly when I use eclipse on it. Is there any faster way to mount the remote file system locally? My no.1 priority is speed. Remote machine is Fedora 15, local…
CuriousMind
  • 2,021
53
votes
7 answers

how to mount local directory to remote like sshfs?

I know sshfs is used to mount remote directory to local, but I need to mount local directory to remote fs. I would like to mount a local folder such as: /home/username/project_directory onto a remote machine which I have ssh access to, such…
kongaraju
  • 633
47
votes
3 answers

SSH: execute sudo command

I have an interactive shell script, that at one place needs to ssh to another machine (Ubuntu based) and execute something as root (the user should enter his password, but the remote command should run like noted in the script): # ... ssh…
Boldewyn
  • 4,468
44
votes
6 answers

Is it possible to SCP from a remote to local whilst logged into the remote and without knowing the local's IP address?

I regularly find myself wanting to copy a file from remote terminal session to my local machine. Usually I log out of the remote session and call an scp transfer from local to copy the file from remote to local. But this feels a little long winded.…
jnthnclrk
  • 573
42
votes
9 answers

Windows Alternative to Rsync?

I'm trying to setup a file sync between the file server at my house and the one at my brother's so that we each have offsite backups of important data. Both systems are running Windows (XP on one, 7 on the other). I like the fact that rsync will…
Adam Haile
  • 1,076
41
votes
4 answers

How to mount remote SSHFS via intermediate machine? Tunneling?

I would like to mount a remote file system (A) using SSHFS, but sometimes I have IP address, access from which is not allowed. So my plan is to access it via another machine (B) in that network. Do I need to mount A on B and then to mount B (and A)…
Andy
  • 1,674
34
votes
6 answers

How to shut down a Windows 8.1 Pro computer in remote session?

When you right click the Windows 8.1 "start" button, you get some options to quickly perform common tasks, e.g. to shut down, reboot, or put the computer to sleep. But when you're using the computer in a remote session, all of the shut down options…
Samir
  • 21,235
19
votes
4 answers

How can I tell who is actively logged on (locally or remotely) a Windows 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
  • 193
16
votes
8 answers

"Unable to decrypt password" popup in Remote Desktop Connection Manager

I am using Remote Desktop Connection Manager 2.2 and every time I click on properties on a VM of mine, I get a popup window: unable to decrypt password How can I make this popup go away?
chobo2
  • 1,959
15
votes
2 answers

How to `ls` a remote folder?

This one uses Samba: $ ls smb://192.168.5.4/wdtvlivehub/abc ls: cannot access smb://192.168.5.4/wdtvlivehub/abc: No such file or directory I somehow managed to do it by; Browsing to the remote directory. (pcmanfm 0.9.9) Opening the current…
15
votes
9 answers

Running commands on Putty without fear of losing connection

How do you use the "screen" command effectively? Is it: Type "screen" Type in command Lose connection Check back on lost session How do I carry out step 4?
Kys
15
votes
4 answers

How to find username on remote computer?

I have the IP addresses of some computers on my network. Is there any command line tool like PsExec, which can take the IP Address as input and find out the username of the currently logged in user? I can install stuff on my workstation, but not the…
Neil
  • 819
14
votes
8 answers

Save me from gibberish terminal

While logged in to a remote ssh session, sometimes I do cat to the wrong file (a binary or a diretory) and the display converts to gibberish. The only way out is to close the terminal and open a new one, which frustrates me because usually there is…
flybywire
  • 4,110
14
votes
1 answer

Why does SSH hang at the end of these commands and how can I make it exit?

I run this: ssh -t -vvv -i ~/.ssh/druid-keypair -o StrictHostKeyChecking=no ubuntu@${INSTANCE_ADDRESS} <
rjurney
  • 240
13
votes
1 answer

Windows Installer does not permit installation from a Remote

“Windows Installer does not permit installation from a Remote Desktop Connection” When you try to install an MSI through an RDP connection you could get the “Windows Installer does not permit installation from a Remote Desktop Connection” dialog.
saber tabatabaee yazdi
  • 1,691
  • 8
  • 22
  • 29
1
2 3
54 55