ssh-tunnel Questions

10

Solved

I have a server which I can only access via SSH, I have installed MySQL on this server. And created a remote user so I could develop using mySQL workbench, but when try to SSH using MySQL workbench...
Rhadamanthus asked 4/12, 2020 at 14:20

2

I know this question was already asked before (like here), but still I could not find a solution and those posts are quite old. So I am able to connect to the remote db with an ssh connection and t...
Abandon asked 28/12, 2020 at 17:23

2

How does VSCODE's Remote SSH compare against Remote Tunnels for development in terms of speed and code protection? At a glance, it appears that SSH shares the workload (extension) across both machi...

6

Solved

I am trying to connect to a remote mysql database using django. The documentation specifies that it is required to open an SSH tunnel first to connect to the database. Is there a python library tha...
Worth asked 6/12, 2010 at 8:9

7

Although I use some alias to do ssh tunnel or reverse tunnel, I never understand how it works. Does somebody know how to explain it in very simple way? I think the 3 primary uses are: First of all,...
Northwards asked 12/3, 2011 at 5:43

2

I am using MacOS and something in my system config keeps telling python's SSHTunnelForwarder to use my default id_rsa file INSTEAD of the file I specify in the configuration below: >>> fro...
Physiotherapy asked 23/3, 2022 at 19:26

3

I want to create a kubernetes cluster using KOPS that uses a private topology completely (all master/worker nodes are on private subnets, the API ELB is internal). Once the cluster is created - h...
Ivanovo asked 10/9, 2018 at 7:38

5

Solved

My credentials work perfectly with Robomongo but I can't make the connection with node.js I have tried to make the connection using ssh2 and tunnel-ssh npm module and failed both times. -The mongo ...
Sicyon asked 21/7, 2016 at 16:47

5

Solved

We are trying to consume from a Kafka Cluster using the Java Client. The Cluster is a behind a Jump host and hence the only way to access is through a SSH Tunnel. But we are not able read because o...
Lungan asked 24/8, 2017 at 6:11

5

Solved

I am having difficulty accessing MySQL remotely. I use SSH tunnel and want to connect the database MySQL using Python+SQLALchemy. When i use MySQL-client in my console and specify "ptotocol=TCP", ...
Advowson asked 30/3, 2015 at 20:28

1

I am trying to connect spyder, running on local_machine (macOS), to a remote kernel running on compute_server (a compute node of a cluster). The compute node is not directly accessible via the inte...
Copyist asked 28/5, 2019 at 23:50

2

Solved

I am trying to use Jupyter notebook on a remote computer. The setup is as follows: I have my home laptop, which can ssh to a specific computer on my university's network (e.g., gateway.myuniv.edu)....
Melchior asked 5/8, 2016 at 12:32

5

I have a (non-admin) account on one GCP project. When I start the Dataproc cluster, GCP spins up 3 VMs. When I try to access one of the VM via SSH (in browser) I get the following error: I tri...

2

Using DBeaver, I'm trying to connect to my AWS ec2 instance where I've installed a MariaDB database. I've created a new connection as: Connection: AWS / Maria DB Server Host: localhost (because I'...
Collation asked 2/11, 2020 at 20:32

5

I want to have an scp command over a Jumphost to the targetserver. Both, the Jumphost and the targetserver, require an key for the login. If there would be no key required, I think this command wo...
Acidhead asked 6/9, 2018 at 15:27

3

Solved

To connect to the computer at my office I need to run ssh twice. First to connect to the host-1 and then from host-1 to host-2 and each one has different credentials. However the configuration menu...
Salinger asked 15/6, 2016 at 6:31

5

I am new to mongoDB trying to setup tools for my new project. Most of my infrastructure run on AWS so i prefer to use AWS documentDB. I manage to connect to documentDB from EC2 both via mongo clien...
Temper asked 29/1, 2021 at 7:36

9

Solved

Using ubuntu tusty, there is a service running on a remote machine, that I can access via port forwarding through an ssh tunnel from localhost:9999. I have a docker container running. I need to ac...
Matthaeus asked 25/8, 2016 at 11:9

4

I try to establish a connection with MySQL base in PythonAnywhere using SSH in my Java program according to instruction: https://help.pythonanywhere.com/pages/AccessingMySQLFromOutsidePythonAnywher...
Unmoral asked 5/1, 2020 at 19:0

6

I'm using sshtunnel to connect to connect to a remote server and on to a database from there. Everything is working fine, except that sshtunnel doesn't seem to recognize my ssh_private_key_password...
Kravits asked 21/10, 2016 at 3:17

2

Solved

I am using eclipse with RSE, and it works well connecting to my linux server when I am in the same network, but as the server is behind a firewall with a gate entry, I need to make a ssh tunnelling...
Inventory asked 4/3, 2011 at 1:6

2

This question is probably answered already and there are numerous articles showing how to do reverse ssh tunnel. I am however stuck on the last step. I have a Linux box that runs a web service on ...
Jabe asked 10/3, 2020 at 7:43

1

Solved

There are lot of tools change the sni in data packet. Does ssh use sni or how HTTP injector likes software change the SNI and browse the around the internet.
Kop asked 25/4, 2021 at 8:19

5

Solved

There are tons of identical solutions over the internet for defining proxy tunnel for git's downloads like this one, which all is by setting git's https.proxy & http.proxy config. but those ans...
Benempt asked 5/10, 2019 at 4:6

1

I have my database on AWS serverless and I can only connect to it outside the VPC via ssh tunnel, I need to connect from Google Data Studio, does anyone have any solution?

© 2022 - 2025 — McMap. All rights reserved.