remote-access Questions

2

Solved

Seems like most people that are having this problem are experiencing the issue on the remote server (i.e. running Git on the remote). I am having this problem at the local level (no AgentForwarding...
Spadefish asked 15/12, 2023 at 23:55

5

I have a shared network folder \\some.domain.net\Shared that contains multiple shared subfolders with different permissions for different users. I wish to open connections to multiple subfolders fr...
Maricruzmaridel asked 7/1, 2014 at 16:7

4

Solved

I am connecting to a CENTOS 7.4 machine from my MAC using remote ssh extension. Everything was working fine in v1.42. I updated to v1.43 yesterday and now VSCode cannot connect. I get following err...
Rooseveltroost asked 11/3, 2020 at 19:6

26

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 ve...
Defalcate asked 23/9, 2020 at 19:12

7

I have been using VS Code and connecting remotely from home on my MacBookPro to work on a college project for the past month and for some reason it will not connect to the Computer Lab Server anymo...
Oatis asked 10/10, 2020 at 22:5

3

I have VSCode with the extension remote-ssh installed. I connect to a remote host by username and IdentityFile. To access certain files on the remote host, I have to switch users using su <user&...
Copyholder asked 19/8, 2020 at 13:46

3

From official website of gaucamole i.e. (http://guacamole.incubator.apache.org)- Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH....
Funest asked 18/10, 2016 at 9:29

2

I have configured PhpStorm for remote server. But, to write a file I need root access so when I am doing it on server I do sudo su and PhpStorm throws permission denied error ! Any idea how I can ...
Inoffensive asked 23/11, 2016 at 0:1

4

Solved

I have been looking and can't find specifically what I am looking for, I need a way that I can test about 900 machines and tell whether or not powershell remoting is enabled, I figured out that wit...
Vault asked 28/5, 2015 at 17:56

7

Solved

I have two machines. My machine with IP1(Europe), and other machine with public IP2(USA). On IP2 I have mysql container running with volume /var/lib/mysql set to be replicated in some folder on the...
Plotkin asked 26/5, 2018 at 19:52

13

Solved

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 e...
Championship asked 8/8, 2011 at 19:50

21

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...
Gripper asked 17/3, 2015 at 20:32

6

Solved

I connect to a remote server using ssh -L but if I close the laptop lid or the connection is lost, the jupyter notebook is disconnected. After I reconnect to the remote server, the "last" session ...
Benjaminbenji asked 23/8, 2017 at 9:34

15

I'm trying to edit files on a remote Amazon EC2 Linux instance. I'm currently just sshing in and using nano, but would really like a graphical text editor. I have two problems: I have to use sudo...
Keneth asked 5/12, 2013 at 23:1

13

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 mac...

7

Solved

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', 'PASSWO...
Aida asked 1/12, 2011 at 15:42

1

Solved

I'm trying to move to vscode.dev for totally online coding. I was able to SSH into my computer via the remote tunnels extension. However, I was not able to install the devcontainers extension, neit...
Suspensive asked 21/10, 2023 at 23:36

26

Solved

Configuring a new Digital Ocean droplet with SSH keys. When I run ssh-copy-id this is what I get: ssh-copy-id [email protected] /usr/bin/ssh-copy-id: INFO: attempting to log in with the new k...
Tadashi asked 29/5, 2017 at 20:36

13

Solved

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. Pla...
Sandbox asked 4/3, 2013 at 8:22

5

I have tried using pip -m install win32api, but I still get the error "can't open file 'pip': [Errno 2] No such file or directory" Can anyone help me on this? Note: I have renamed the python.exe ...
Exemplify asked 4/3, 2017 at 22:20

7

Solved

I setup Remote Desktop Connection and the computer says: AzureAD\username already has access: Very good, let's try to connect using AzureAD\username: Unfortunately it says: Your credential did n...

5

Solved

The following code (ran from a different machine than the mysql server, within the same LAN), to locally connect to MySQL database using Python3 and mysql.connector works: import mysql.connector c...
Huberthuberto asked 28/10, 2016 at 17:42

3

I am trying to connect a remote server using JSch but I am getting "Auth fail" exception. Below is my code: String user = "user.name"; String host = "hostip"; try { J...
Unbalance asked 27/1, 2021 at 9:46

4

Solved

Scenario: Many embedded devices (running Linux) out in the fields, behind routers so NAT'd and we can't make connections to them. We need for a support person to be able to initiate a terminal/sh...
Arabele asked 3/8, 2012 at 9:30

2

I am trying to develop Python code on a remote cluster. If I were doing this directly on the cluster, I would have to load an Anaconda Lmod module before I could access any of my conda environments...
Tallula asked 15/3, 2022 at 14:51

© 2022 - 2024 — McMap. All rights reserved.