Tagged Questions
0
votes
0answers
220 views
Reverse SSH Tunnel Issue
I'm working on setting up an unattended Ubuntu PC with Ubuntu Server 12.04 Minimal, and since this PC will be placed in a remote location with no keyboard or screen (unattended), I need to have a ...
1
vote
1answer
50 views
Providing SSH tunnling, what to think about when configuring Ubuntu Server
Recently I've considered, mostly as a pet project, to set up accounts for a closed group of users via SSH to my box with the purpose of SSH tunnling things like web traffic -- some of it for friends ...
2
votes
0answers
143 views
SSH Tunneling Suddenly Not Working
I have a home PC running Ubuntu 12.10.
In order to make sure that my data isn't being monitored in public, I had in the past used a subscription VPN service.
I decided to research alternatives and I ...
0
votes
0answers
195 views
How to prevent autossh from becoming stuck once in a while?
I am using autossh to build a reverse ssh tunnel but from time to time the tunnel stops working and I need to kill autossh and start it again.
/etc/cron.d/autossh
@reboot autossh -f -nNT -R ...
0
votes
1answer
165 views
Trying connect by SSH and get “access denied” by localtunnel
Hey I installed localtunnel - http://progrium.com/localtunnel/ and I tried connect from my laptop using putty(I even unckecked attempt gssapi authentication) and I receive
login as: hsf
...
0
votes
2answers
674 views
How to tunnel traffic to certain destinations over ssh?
I'd like to send traffic destined to certain ip/subnet through one ssh socks5, while routing other traffic through another socks5 tunnel.
I'd tried tsocks with following configuration:
path {
...
0
votes
1answer
508 views
AutoSSH for a robust tunnel
I'm trying to start an ssh tunnel from A to B and have it run despite things like: period network/wifi drops on A and remote server reboot on B. My ssh tunnel starts using upstart script on A with ...
2
votes
1answer
1k views
How do I set up an SSH SOCKS proxy with Gnome SSH Tunnel Manager?
Generally I use this command to create a local Socks proxy via SSH Tunneling
ssh -ND 7777 -i google.pem ubuntu@107.20.x.x
Then i configure my applications to use Socks proxy on localhost (i.e. ...
3
votes
2answers
3k views
Route all traffic through SSH tunnel or equivalent? [duplicate]
Possible Duplicate:
How do I route my internet through a SSH tunnel?
I just got a new laptop and put Ubuntu on it as a good way to force myself to learn Linux. This laptop will be going ...
1
vote
1answer
238 views
Reliable way to create secure tunnels from startup on an ubuntu laptop?
I'm looking for a reliable way to start a secure tunnel at boot on a laptop.
This tunnel will not be needed by other parts of the boot process, but could be needed at any subsequent time by a user. ...
3
votes
1answer
909 views
How do I tunnel and browse the server webpage on my laptop?
I run a web app in one of my lab servers, and I have already setup X11 Forwarding on those machines. Other lab members can tunnel through SSH, and browse that web app on their local browser at home.
...
-1
votes
1answer
464 views
Ubuntu : SSH Tunnel [closed]
This is not a typical Ubuntu related issue/question, however I am posting here since I am using Ubuntu. I am provided with a Windows 7 machine at my work place and I run ubuntu on Virual machine. We ...
0
votes
1answer
662 views
Auto discovery of DAAP share through SSH tunnel
I got a remote machine (somewhere else on the internet) serving my music via DAAP through forked-daapd.
I SSH to the remote machine, tunnelling remote port 3689 to local port 3689 (which is the ...
1
vote
2answers
2k views
How to set up ssh connection (acessible over internet, not LAN) using MTS MBLaze modem?
I have a MTS MBlaze USB dongle, with which I can connect to the internet. The question is, how do I set up a ssh connection accessible over the internet so that any one can connect to my PC through ...
9
votes
2answers
5k views
How do I route my internet through a SSH tunnel?
Old Q How do I setup an OpenVPN server without root privileges?
Is there a way to setup an OpenVPN server without root privileges? E.g. with configuration files in my home directory? If yes, how do I ...
5
votes
3answers
2k views
How can I autostart a SSH -D tunnel at login for a SOCKS proxy?
I know that if I want to start an SSH tunnel
ssh -d 9000 user@userserver
This is one solution for a dynamic tunnel to be opened on port 9000 for a user named "user" on the host "userserver"
...
3
votes
3answers
1k views
ssh tunnel and receiving Web pages through the tunnel
I've tried to create a tunnel torward a client passed through a server, using the following command
ssh -X -f admin@IP_server -N -L 4444:IP_client:80
but when try to open client:80 by firefox ...
3
votes
4answers
3k views
How to print over ssh?
I have the following configuration:
P == U ---------------- W
P is a HP Laserjet, connected to U, which is an Ubuntu 10.04 desktop machine with a standard gnome setup from the live cd. I just ...
0
votes
1answer
621 views
How to test samba/afp configuration remote server?
I am using Ubuntu as desktop and server OS. When I am logged in to the server via SSH on the terminal to change the smb/afp configuration, I can only test the configuration from the server over ...
9
votes
6answers
2k views
SSH tunnel logging?
I have a computer running SSH that I would like to give my friends access to, but I do not want them to use my internet connection through SSH tunnelling (although I'd like to do so myself). Is there ...