Skip to main content

All Questions

66 questions with no upvoted or accepted answers
0 votes
0 answers
3k views

SSH local port forwarding hangs while connecting

I'm trying to establish local port forwarding, but I have come across two difficulties: When using the ssh -vL 1083:127.0.0.1:22 akveton2@cms904usr -N command, I get this error: bind: Cannot ...
user129186's user avatar
  • 1,581
0 votes
1 answer
1k views

SSH Port forwarding with Bash on Windows

I've recently migrated from Mac OSX to Windows 10 and am getting an error when attempting to mirror the ssh local port forwarding setup in my ~/.ssh/config file as follows: host myhost HostName ...
Manachi's user avatar
  • 185
0 votes
1 answer
1k views

How to access my server from an external network?

I have a local network and my router has a dedicated IP, inside my network there are several computers and one of them is my windows server. I want to access my server from outside this network ...
Said  Saifi's user avatar
0 votes
1 answer
298 views

ssh port forwarding two routers

[moved from StackExchange, where I posted by mistake] Not sure how to debug this one... Router 1 forwards wan xyz to the wan address of Router 2, xyz, which is then forwarded to host 22: Router1:...
2e0byo's user avatar
  • 1
0 votes
1 answer
651 views

Can't SSH to Pi from outside my LAN

I am having trouble establishing an SSH connection to my Raspberry Pi 3 from outside my LAN. Configuration I have dynamic DNS setup using No-IP and it works perfectly for my Ubuntu 16.04 server. ...
Mithrandir1210's user avatar
0 votes
2 answers
2k views

Can not connect to SSH server on linux

I am running xubuntu 16.04. I am trying to connect to my machine through SSH, from the www. I have tested ssh successfully through lan, so I know the ssh server is running correctly. I then went ...
Scorb's user avatar
  • 636
0 votes
1 answer
49 views

Why would one shot port forwarding fail, but two step port forwarding succeed?

I have a situation where I am trying to reach beta:3000, which can only be accessed through server alpha. If I do the following from my local computer: ssh -fNL 3000:beta:3000 alpha I get "...
Nick's user avatar
  • 577
0 votes
1 answer
145 views

Access ssh of multiple Linux systems(not single)

I have multiple raspberry pi setup up at various places. I want to gain ssh access to them from anywhere through internet. One of the main solution I saw over internet was to use ssh forwarding. I ...
muchumanoj's user avatar
0 votes
0 answers
46 views

Will adding Eth. Switch and Arduino server to my home network work as expected? (DynDNS, SSH)

I would like to buy an ethernet switch and put it into my network in order to be able to connect more devices to the web. The thing is, right now there is only one output from the router provided by ...
Addy's user avatar
  • 101
0 votes
1 answer
108 views

SSH Tunneling what factor impacts forwarding failure?

I have been exploring ssh tunneling, and not experiencing what i wanted. Firstly, I tried with my local machine with local port forwarding which worked fine. 1) ssh -L 8080:localhost:8081 ...
Whoami's user avatar
  • 101
0 votes
0 answers
421 views

Port is forwarded and computer is listening, but connection is refused

I'm on OS X 10.12, and I'm trying to port forward ports 22 and 8080. I'm running a python SimpleHTTPServer on 8080, and the default ssh server on port 22. I can access the ssh and http servers when I ...
Ajay Kristipati's user avatar
0 votes
1 answer
1k views

Remotely SSH into home computer that is connected to a VPN

I have a computer at home that is connected to a PIA VPN. I've been trying to figure out how to remotely ssh into that computer while it is connected to the VPN using port forwarding provided by PIA, ...
saltthehash's user avatar
0 votes
1 answer
976 views

Translate Bitvise settings to SSH Commands

Is there any way I can display the ssh commands that bitvise is actualy using? In detail: I have a configuration made by the previous developer that I would like to adapt to my .ssh/config file. So ...
wadge's user avatar
  • 103
0 votes
1 answer
498 views

Can't connect to ssh server by global IP address when not on the server's Wi-Fi network

When on the same network it works fine with either the global or local IP address being used. I am forwarding port 22 like this: IP Address Start Port End Port IP Address Start Port End Port ...
person's user avatar
  • 1
0 votes
0 answers
3k views

Namecheap port forwarding

I bought a domain name (say x.com) on namecheap. When I go to x.com using my web browser (port 80), I get my index.html since I'm running apache. But when I try ssh [email protected] I get Connection refused....
Elliot Gorokhovsky's user avatar

15 30 50 per page