Questions tagged [remote-access]

Remote access is the connection to a data processing system from a remote location.

Remote access is the connection to a data processing system from a remote location.

This can be achieved by using IPC, VPN or RAS.

3085 questions
305
votes
25 answers

How to solve "sign_and_send_pubkey: signing failed: agent refused operation"?

Configuring a new Digital Ocean droplet with SSH keys. When I run ssh-copy-id this is what I get: ssh-copy-id user@012.345.67.89 /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already…
user968270
  • 4,251
  • 5
  • 21
  • 20
203
votes
12 answers

How can I run Tensorboard on a remote server?

I'm new to Tensorflow and would greatly benefit from some visualizations of what I'm doing. I understand that Tensorboard is a useful visualization tool, but how do I run it on my remote Ubuntu machine?
189
votes
5 answers

Mysql adding user for remote access

I created user user@'%' with password 'password. But I can not connect with: mysql_connect('localhost:3306', 'user', 'password'); When I created user user@'localhost', I was able to connect. Why? Doesn't '%' mean from ANY host?
user2333586
  • 1,903
  • 2
  • 12
  • 5
96
votes
13 answers

How can I flush GPU memory using CUDA (physical reset is unavailable)

My CUDA program crashed during execution, before memory was flushed. As a result, device memory remained occupied. I'm running on a GTX 580, for which nvidia-smi --gpu-reset is not supported. Placing cudaDeviceReset() in the beginning of the program…
timdim
  • 991
  • 1
  • 7
  • 6
84
votes
15 answers

How to get remote access to a private docker-registry?

I'm trying to setup a private docker registry using the image taken from: https://github.com/docker/docker-registry Just by running: docker run -p 5000:5000 registry I can pull/push from/to this repository only from localhost, but if i try to access…
Ofer Eliassaf
  • 2,870
  • 1
  • 17
  • 22
82
votes
19 answers

Can't connect to Postgresql on port 5432

I have PostgreSQL 9.3 installed on a server running Ubuntu Server 14.04. If I ssh into the server via terminal, I'm able to connect with psql. But when I try to configure pgAdmin III to do the remote connection, I get: Server doesn't listen The…
Rodrigo
  • 4,706
  • 6
  • 51
  • 94
64
votes
1 answer

Using a remote host's USB port as local USB (Linux and Windows)

I have a USB device that reads data from a system and transfers them to the computer. I am wondering if it's possible to have a Linux single board PC (i.e. Raspberry Pi) to run a script and be a remote-server for my USB device and I can connect to…
Caspian
  • 741
  • 1
  • 6
  • 4
56
votes
20 answers

How to set mongod.conf bind_ip with multiple ip address

I am a newbie for setting up the server environment and mongoDB. This may sounds something really simple, however, I really need your help on it. I am trying to connect to my virtual machine which runs the mongodb instance from the local machine,…
yeelan
  • 1,387
  • 2
  • 16
  • 22
56
votes
4 answers

Using Emacs server and emacsclient on other machines as other users

I know that after I call (start-server) inside an existing Emacs session I can then use emacsclient -c (on the same computer) to create new frames that connect into that server, so that each new frame created by emacsclient has access to the same…
Paul Whittaker
  • 3,817
  • 3
  • 25
  • 20
54
votes
24 answers

VS Code Remote SSH Connection not working

Im trying to setup vscode with the remote developement extensions on a second pc. While it works on my main one it doesnt on the second one. Tried reinstalling vscode, extensions and using older versions but nothing works. When trying to connect it…
000
  • 651
  • 1
  • 5
  • 6
54
votes
3 answers

Use SQL Server Management Studio to connect remotely to an SQL Server Express instance hosted on an Azure Virtual Machine

Initial Attempt I have an Azure VM with Windows Server 2012, on which I just installed SQL Server 2012 Express Database Engine component. Then, I followed the instructions here to connect remotely with SQL Server Management Studio. Create a TCP…
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
44
votes
6 answers

Connect to MySQL on AWS from local machine

I am trying to set up a dev environment on my local machine that accesses a MySQL DB on AWS, but I keep getting a "Can't connect" message. mysql_connect('xxx.xxx.xxx.xxx:3306', 'USERNAME', 'PASSWORD'); I also commented out the bind-address in the…
Jeffrey Hunter
  • 1,103
  • 2
  • 12
  • 19
38
votes
12 answers

Unable to connect to SQL Server instance remotely

I’m trying to access the SQL Server instance on my VPS from SQL Server Management Studio on my local machine. It’s not working (the error I’m getting is: A network-related or instance-specific error occurred while establishing a connection to SQL…
Leah
  • 2,547
  • 5
  • 23
  • 28
38
votes
5 answers

How to list all files in a remote SVN repository?

I access a large remote SVN repository. Since I usually only need a tiny subset of its content I did a "sparse checkout": svn checkout --depth empty svn+ssh://... src Whenever I need a folder from the repository I can just do svn up folder and…
Koma
  • 383
  • 1
  • 3
  • 5
37
votes
3 answers

Where can I get a virtual machine online?

I am looking for some VPS/ Virtual machine which should be available all the time and I must be able to access it from any computer having internet. I know a few paid services but just wondering If I can get a VM for free.
conetfun
  • 1,605
  • 4
  • 17
  • 38
1
2 3
99 100