Tagged Questions
0
votes
0answers
174 views
How to debug SSH tunneling web server behind LAN?
I am currently trying to access a Redmine server we have at the lab I work in at the university. After some research I found out it was possible to do so through SSH tunneling, and actually got it to ...
-1
votes
1answer
32 views
Can I forward a port though the console without using a session in Putty?
I would like to forward a port through a console without using a session in Putty.
Is that possible?
0
votes
0answers
96 views
SSH To My Home Server From Another Location
I am at a location away from home and behind a firewall that does not allow any connections and any ports other than specific port to a specific ssh server.
I am using Windows 7 and putty.
Trying to ...
0
votes
2answers
217 views
Allow Local Connection to Client Running OpenVPN
For simplicity purposes, assume that a network has two computers behind a gateway and firewall, computer A and computer B.
Computer A is running openvpn as a client. Its traffic is forwarded to an ...
0
votes
2answers
757 views
Trying to Set Up SSH Tunneling To MySQL Server for MySQL Query Browser
I'm trying to set up SSH tunneling on a remote web server to another MySQL server so that the database can be browsed easily with MySQL Query Browser. I'm following this page but cannot connect to the ...
1
vote
3answers
3k views
uTorrent and PuTTY -> How to turn the connection into an active one?
There is an active, and passive mode when we talk about torrent. Passive, is when you can't connect to the peers actively. Active is when your ports are forwarder, and others can connect to you.
...
2
votes
2answers
572 views
How can I run SSH on a port other than 22? [closed]
I have a Linux machine on my network. I connect to it using SSH with PuTTY over the Internet, so I have forwarded port 22 to the machine.
Now I need to put another Linux machine on the network. I ...
3
votes
1answer
1k views
how to setup a ssh acount with no terminal but port forwarding?
I am trying to set up a new user account I can give to friends so they can SSH into my forward computer, and only allow forwarding of certain ports.
I do not want my friends to have a shell, or be ...