Tagged Questions
5
votes
1answer
59 views
Forward all ports SSH
I have a question about SSH/Port forwarding. I haven't found the solution anywhere and don't know if there is any.
I have a server behind my NAT box at home. I have port forwarding from my NAT box to ...
3
votes
1answer
197 views
Tunnel AFP over SSH over Internet
I can't seem to figure out how to connect to AFP over SSH. Here is my setup:
[Raspberry Pi] <---> [router] <---> (Internet) <---> [Client]
I'd like to be able to connect to my ...
2
votes
0answers
317 views
The right way for dynamic ssh port-forwarding
Want my Firefox could use localhost:9099 proxy forwarded from vps server, why it doesn't it work this way? I always get bind: Address already in use
$ ssh -vfND 127.0.0.2:9099 vpn
OpenSSH_5.9p1, ...
6
votes
1answer
178 views
How can I limit ssh *remote* port forwarding?
I need to limit which ports can be remotely 'ssh -R' forwarded by an user.
I know about permitopen option on authorized_keys, but as it says on man page it only limits local 'ssh -L' port forwarding
...
1
vote
1answer
397 views
How do I SSH into my Samba file server?
So I made a dedicated Samba file server on my Debian(3.2) machine. I have had great success accessing it from both Windows and Unix. I can SSH into it on the local network.
When I try to SSH into it ...
1
vote
2answers
536 views
SSH into Ubuntu VM remotely
I don't have much Linux or networking experience, but I'm trying to SSH into an Ubuntu virtual machine from outside of my home network. The Ubuntu virtual machine (running inside VirtualBox) is ...
2
votes
1answer
197 views
How to setup port redirection after a ssh connection has been opened?
I'm using openssh on both client and server. I know I can run ssh -L or ssh -R to setup some port redirections over ssh. However, since they are command-line parameters, such redirections must be ...
2
votes
1answer
628 views
Can sshd restrict client tunnel endpoints to localhost?
Normally an ssh client can request TCP forwarding using the -L command line option. The server can disable this completely using AllowTcpForwarding no. If enabled, the client can request to connect ...
5
votes
4answers
925 views
How to debug SSH port forwarding
This is an extension to ssh port forward to access my home machine from anywhere
I tried things mentioned there but I am not able to ssh to my machine.
Netgear router settings for port forwarding:
...
6
votes
2answers
2k views
ssh port forward to access my home machine from anywhere
http://serverfault.com/questions/303937/how-to-make-freebsd-box-accessible-from-internet
I want to understand this whole process of port forwarding.
I read so many things but failing to understand ...
1
vote
2answers
3k views
SSH tunnelling with multiple dynamic port forwardings
I am trying to monitor multiple JVMs running on different servers through an ssh tunnel.
Thanks to one of the UNIX gurus here, I have managed to get this running for a single server by:
Run jstatd ...
3
votes
1answer
777 views
ssh tunneling a local display to another server
I have a GUI test stand simulation connected to some hardware that is under test. The test stand is a Sun Sparc Ultra 2 SunOs 5.7. The simulation software checks to see if your running your display on ...
3
votes
1answer
481 views
SSH Port Forward a local IRC server to my remote server
So, I have this slight dilemma: I am not allowed to host an IRC server on my VPS, but I am allowed to use tunneling of some sort to let users connect to an IRC server I have set up locally on my Mac ...
18
votes
9answers
19k views
SSH tunneling error: “channel 1: open failed: administratively prohibited: open failed”
When I open this ssh tunnel:
ssh -nXNT -p 22 localhost -L 0.0.0.0:8984:remote:8983
I get this error when trying to access the HTTP server running on localhost:8984:
channel 1: open failed: ...
3
votes
1answer
492 views
Set up password-less SSH tunneling from home computer behind NAT to inside computer behind gateway
My home computer is behind an ISP-level NAT (and firewall).
The target computer is work computer behind gateway. You have to log to gateway computer first via SSH (as it is the only one visible and ...
5
votes
2answers
370 views
How can I forward traffic from my publicly available server to a computer that is not publicly available?
My home computer is behind an ISP-level NAT which does not allow me to host game servers as a result.
I have a VPS which I use as a web server. I want to host a game server of Minecraft, but the VPS ...
1
vote
1answer
133 views
vnc over ssh port assignment
At the office I have on the servers a vnc server running. In Windows I use putty to connect to the server, I log in and then use realvnc to see the desktop. But I cannot get this to work on Linux. I ...