This is a discussion on SSH Tunnels within the Linux Security forums, part of the System Security and Security Related category; Hallo, I would like to learn about ssh tunnels. Do you know any good web site with detailed info about ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hallo,
I would like to learn about ssh tunnels. Do you know any good web site with detailed info about it? I need a detailed description (eg why connections are secured, if I could use it in order to secure insecure connections as my pop3 client with NON SSL pop server etc). Thank you Peter Tselios |
|
|||
|
http://www.starinfosec.com/gsec/SSHTalk.ppt
http://www.starinfosec.com/gsec/Exer...Cygwin-VNC.pdf "Peter Tselios" <s91066@yahoo.gr> wrote in message news:bne5e6$2s83$1@ulysses.noc.ntua.gr... > Hallo, > I would like to learn about ssh tunnels. Do you know any good web site with > detailed info about it? I need a detailed description (eg why connections > are secured, if I could use it in order to secure insecure connections as > my pop3 client with NON SSL pop server etc). > > Thank you > Peter Tselios |
|
|||
|
Peter Tselios wrote:
>Hallo, >I would like to learn about ssh tunnels. Do you know any good web site with > > man ssh (or check out http://www.freebsd.org/cgi/man.cgi for ssh). Also, www.google.com for ssh tunnel, pop3 ssh tunnel, etc. >detailed info about it? I need a detailed description (eg why connections >are secured, if I could use it in order to secure insecure connections as >my pop3 client with NON SSL pop server etc). > > Look at the -L flag, I think, specifically for forwarding client's local port tcp/110 to mail server tcp/110 through the ssh server. -john |