Linked Questions

13 votes
3 answers
64k views

I was doing this tutorial, but when it comes to the part where O should run these commands: local-server# ssh -NTCf -w 0:0 87.117.217.27 local-server# ssh -NTCf -w 1:1 87.117.217.44 It says: ...
Badr Oyd's user avatar
  • 335
5 votes
1 answer
24k views

I am trying to set up an SSH tunnel (on a Raspberry Pi) with the following command: ssh [email protected] -L 5672:tabor.cs.kotnet.leuven.be:5672 -N (I should note that I can, or at least ...
Ad Fundum's user avatar
  • 151
5 votes
1 answer
19k views

I am trying to connect to internet via a server in local network. I don't have permissions to change server configuration. I want to do a ssh tunnel to that server and via that using socks proxy, I ...
nisargjhaveri's user avatar
0 votes
1 answer
1k views

I would like to be able to establish an SSH connection to a remote server, through an IPSec tunnel. So I need to use the local endpoint as an intermediate hop to achieve this. The following command ...
Falc's user avatar
  • 121
166 votes
5 answers
1.1m views

I have two servers. Both servers are in CentOS 5.6. I want to SSH from Server 1 to Server 2 using a private key I have (OpenSSH SSH-2 Private Key). I don't know how to do it over unix. But what I did ...
Aivan Monceller's user avatar
7 votes
3 answers
17k views

I have a VPS to be set as my socket5 proxy, the Firefox plugin AutoProxy was installed. ssh -p 2034 -D 127.0.0.1:1080 root@vps_ip The port on my VPS is 2034. The command can work for some time, ...
showkey's user avatar
  • 601
3 votes
1 answer
11k views

I'm trying to create a scenario to test a simple ssh tunneling, just for using a simple telnet. I have two hosts: ubuntu and suse. Both of them have the other hostname on /etc/hosts file for address ...
Vinicius Egerland Csanadi's user avatar
2 votes
2 answers
2k views

I would like to use my ssh config to use a google cloud compute instance as a jumpbox to connect to another box. However, I am having problems getting a config that will allow me to even connect to ...
shortcipher3's user avatar
0 votes
1 answer
2k views

I'm trying to connect my computer LocalClient to RemoteHost via a JumpHost that I have no control over. I have complete control of the client and RemoteHost (admin privileges) I can connect to the ...
PVasish's user avatar
0 votes
2 answers
2k views

I'm setting up syncthing on my qnap nas, and currently at the point where I want to forward the nas' GUI to my laptop, which is on the same network. The GUI is available on the nas on port 8384: [~] # ...
ElRudi's user avatar
  • 125
2 votes
1 answer
1k views

I have my Linux workstation where I run a virtual machine with another Linux. The point is that my friend would like to try make ssh connect directly to my virtual machine, but we are not able to ...
dvory59's user avatar
  • 85
0 votes
1 answer
1k views

I have Jenkins Master Server running on prem and my slaves are running on AWS. It's Centos 7 EC2 VM. When Jenkins tries to push slave.jar file over scp it fails with the following error message: ...
Jeevan Dongre's user avatar
1 vote
1 answer
283 views

I have looked all around but couldn't find the answer to a very simply question: I would like to log into machine C from machine A, passing through machine B. However, B is slow, so I would also like ...
ricab's user avatar
  • 732
0 votes
2 answers
329 views

Goal: Configure Ubuntu and Firefox to SSH into a remote Asus router and access the remote router's configuration GUI via Firefox. top from the remote router returns: PID PPID USER STAT VSZ %...
gatorback's user avatar
  • 1,532
1 vote
0 answers
342 views

I'm attempting to set up a SOCKS proxy via ssh with a user in a chroot jail. After creating the tunnel, connection attempts result in: channel 2: open failed: administratively prohibited: open failed ...
dbush's user avatar
  • 113