Tagged Questions
2
votes
1answer
34 views
Route only ssh traffic through VPN
Is it possible to route a computer's SSH service through a VPN connection but allow ALL other data to exit through the WAN address? What sort of iptables magic needs to be done to accomplish this?
...
1
vote
0answers
29 views
ssh will sporadically hang temporarily on fast connection
I am using Ubuntu 13.04 on my laptop, connected to my router at home. When working from home, I will ssh into the servers on campus, through a vpn, with X11 forwarding.
ssh -X ...
1
vote
2answers
308 views
Tunnelling VPN through SSH mac
I have a pptp VPN server set up on my Raspberry Pi at home, and it works really well, except when I'm stuck behind my college's firewall. I can SSH into it through commonly open firewall ports (443, ...
3
votes
2answers
236 views
Can't SSH via password to a Remote Server
I've successfully VPNed to my University server on a Fedora 17 Linux terminal.
$ sudo openconnect -u UNIVERSITY_USERNAMEID sslvpn.nameofuniversity.edu
[sudo] password for PCUSERNAME:
Attempting to ...
1
vote
1answer
429 views
Only allow ssh/vpn on OpenWRT
If I don't want to use wireless encryption, but I still want security and I want to use sshuttle (on the clients, see: https://github.com/apenwarr/sshuttle/) for tunneling everything through an SSH ...
5
votes
1answer
5k views
Use ssh with a specific network interface
I'm using openconnect to connect to vpn. After entering my credentials, I get this:
POST https://domain.name/...
Got CONNECT response: HTTP/1.1 200 OK
CSTP connected. DPD 30, Keepalive 30
Connected ...
1
vote
2answers
1k views
VPN like solution for SSH Tunneling?
Socksify like program for Fedora?
Socksify, tsocks, proxycommand in ssh, they're great softwares/solutions that can be used to "constrain" given apps to use a SOCKS5 proxy (what was created with an ...