Questions tagged [ssh-tunnel]
An SSH tunnel leverages the SSH protocol to transport unencrypted data through an encrypted connection.
862
questions
-1
votes
0
answers
19
views
Reverse tunneling through multiple interfaces
I have a physical device with both wifi and ethernet interfaces that I want to connect to remotely. I set up a reverse tunnel with systemd and an AWS lightsail machine. I can ssh into the device via ...
0
votes
2
answers
66
views
SSH connection drops when executing long-running command, but not when idle
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 ...
1
vote
1
answer
56
views
VSCODE remote ssh editing cannot find my host
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 ...
0
votes
0
answers
49
views
What does "Connection" mean in the context of Ngrok?
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 ...
2
votes
1
answer
131
views
Auditing for SSH jumphost and socks proxy
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 ...
0
votes
0
answers
143
views
ssh proxy not asking for certificate passphrase on jump server
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, ...
0
votes
0
answers
29
views
RSSH TUNNEL USING SOCKET FILE LISTEN | Error mux_client_read: reserve: insufficient buffer space
I am trying to setup a reverse SSH tunnel using socket listen. To establish the tunnel i am using
ssh -R /home/ubuntu/socket.file:127.0.0.1:22 [email protected] -i
/home/ubuntu/.rssh/id_rsa
The ...
0
votes
2
answers
64
views
Apache VirtualHost Config: Require local and accessed only through SSH Tunnel
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 ...
0
votes
0
answers
56
views
How do I create a limited user that can only do SSH port forwarding?
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 ...
1
vote
0
answers
150
views
Forwarding Traffic Through Cloudflare Warp on Ubuntu Server with SSH Proxy
I have configured an SSH connection on my Ubuntu server and established an SSH proxy using Nekoray on both my Windows and Android devices. Currently, when I browse the internet through this setup, my ...
0
votes
0
answers
145
views
UDP routing through VPS to local machine for server hosting
I am hosting a Minecraft server using geyser to allow both bedrock and java players to join my server. Java compatibility was easy, I set up a ssh tunnel from Local to VPS and all worked well, however ...
0
votes
0
answers
92
views
sshuttle ssh_packet_write_poll error on pfsense
I’m trying to use sshuttle on pFsense CE OS and when I execute sshuttle -r *my_actual_username*@*my_actual_host* 0.0.0.0/0, following error shows up:
client_loop: ssh_packet_write_poll: Connection to *...
-1
votes
1
answer
92
views
When doing SSH through an intermediary server what are the differences between Local Port-forwarding and Jump Host?
To SSH to Server-B through an intermediary (Server-A), what are the differences between the following two approaches and which one is better?
Local port-forwarding
ssh -L 2222:server-b:22 root@server-...
0
votes
0
answers
29
views
How can I configure SSH on my laptop to use a Control Master on a remote gateway?
I have a server, let's call it server, which requires a 2FA authentication every time. So, I can set up ssh multiplexing to reduce the number of required authentication.
However, I usually carry my ...
0
votes
0
answers
145
views
Unreasonably slow SSH tunnel - but just in the opposite direction
While setting up rsync to a remote computer, I realized that syncing from my laptop the remote was fast, but the opposite was slow.
After some debugging and iperf3, I figured that this only happens ...