LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   SSH port forwarding to secure other services (https://www.linuxquestions.org/questions/linux-security-4/ssh-port-forwarding-to-secure-other-services-621245/)

sunlinux 02-14-2008 11:51 PM

SSH port forwarding to secure other services
 
Hi,

Can I use ssh to secure http or ftp sessions between server n client ?

if yes then how ?

jeff_k 02-15-2008 12:32 AM

Here's one using a windows machine to your linux server using socks:
http://www.neophob.com/serendipity/i...e-free....html

Here's a pure linux solution complements of ubuntu:
http://ubuntu.wordpress.com/2006/12/...cure-browsing/

You can use scp (try man scp) for secure ftp sessions using "ssh".

You can tunnel about any traffic over an ssh connection, try man ssh to get more than you want to know on the subject.
Cheers


All times are GMT -5. The time now is 09:24 PM.