Skip to main content

Questions tagged [ssh-tunnel]

An SSH tunnel leverages the SSH protocol to transport unencrypted data through an encrypted connection.

0 votes
0 answers
83 views

I have setup a PuTTY connection to use a SOCKS 5 proxy in order to connect to a remote machine. However port forwarding does not work (for me) in this scenario. I have setup an identic connection ...
Dryzler's user avatar
1 vote
0 answers
72 views

From a Windows command line I am connecting via OpenSSH to a remote server to run a MySql query and save the output to a file Here are the iterations of the command I have attempted. ssh [email protected] ...
Greg's user avatar
  • 11
0 votes
0 answers
112 views

I have a Valkey cluster I am trying to connect to from my local Windows machine via an SSH tunnel and I would appreciate some help troubleshooting since I am unable to reach the cluster. What I have ...
Paul's user avatar
  • 1
0 votes
2 answers
296 views

I am attempting to connect over the internet to a service that is listening on a port on a remote machine behind a router, through an ssh tunnel. I have root privileges on local machine, remote ...
William F Shears's user avatar
0 votes
0 answers
103 views

What are the major vulnerabilities of allowing/utilizing SOCKS5 backconnect connections? I am familiar with SOCKS5 SSH tunnels (e.g., ssh -N -D 8080 [email protected] -p 22). I am trying to ...
g49d's user avatar
  • 1
0 votes
1 answer
135 views

I can start an ssh to a server of mine via: ssh -L 7777:localhost:7777 other_args... to do port forwarding. However, if have observed that, if I close the ssh session, and start a new ssh session in ...
ABu's user avatar
  • 519
0 votes
1 answer
3k views

I have two Ubuntu Linux machines. One server and other client. The server is hosting a nfs v4 server sharing the /nfs-share directory. I am attempting nfs v4 mount over ssh tunnel for the following ...
Anirban's user avatar
  • 113
0 votes
1 answer
362 views

I've searched for an answer to this, but haven't had any luck. I'm trying to install some PyPi packages on a server(tachi) which does not have internet access, and it is only reachable through a ssh ...
tonyalbers's user avatar
0 votes
2 answers
270 views

I connect to some production Ubuntu systems through a bastion host using SSH-tunnelling. Recently, I have found that when executing long running commands on the production systems (eg. backup and ...
John Rix's user avatar
  • 143
1 vote
1 answer
379 views

in terminal I do ssh [email protected] or ssh [email protected] and it works in VSCODE I do the same in Connect to Host in the remote-ssh plugin and It does not work error: Could not establish connection ...
jotyhista's user avatar
0 votes
0 answers
326 views

I have a self hosted miniserver at home, on which I run a tcp tunnel for ssh using an Ngrok client. On the ngrok usage page https://dashboard.ngrok.com/usage, I'm hitting free-tier limits for several ...
olives's user avatar
  • 1
2 votes
1 answer
400 views

Problem: For tech support activities, technicians must log into customer systems using customer-provided credentials, but we need to record which technician connected to which system for security and ...
Rodolfo Saccani's user avatar
0 votes
0 answers
232 views

I am trying to do the following: Keep a "master" private key on my Windows machine and move all my keys and connections info into a multipass ubuntu 24.04 instance (hosted locally via VM, ...
Aerya's user avatar
  • 1
0 votes
2 answers
184 views

I have an apache web server working with a subdomain subd.site2.com, it works with the domain without problem. But I need to implement a temporal configuration to make http://subd.site2.com/ run only ...
PhönixGeist's user avatar
0 votes
0 answers
104 views

I need to create a user on my server that is restricted to only performing SSH port forwarding. This user should not have any other capabilities, such as reading files or executing commands. The ...
HappyFace's user avatar
  • 161

15 30 50 per page
1
2 3 4 5
58