Can we do secure PPTP over the SSH, in security, like a VPN?
Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm one of those paranoid types. Is it possible to ssh tunnel my samba mount?
Sure it is. The following lines on a shell should have the desired result.
ssh -f -N -L 9900:myserver.cims.nyu.edu:139 myname@myserver.cims.nyu.edu
mount -t smbfs -o username=myname,port=9900 //localhost/myname /local.mount.point
can I do something like this for pptp? whcih port?
pptp is not secure but is more standard than openvpn.
openvpn needs lot of exe and complication.
You take windows XP, setup the connection with pptp and it works
no openvpn exe files.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.