GeekArticles
Operating Systems
LinuxProtecting MySQL Sessions With SSH Tunnel (Port Forwarding)
Author: phpbuilder.com |
Published: 10th Aug 2005 |
Visited: 307 times |
Add CommentFiled in: Linuxby kenlin SSH Tunnel What Is SSH? SSH stands for Secure SHell and is typically used as an encrypted version of telnet. In a telnet session, all communications are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. OpenSSH, the tool included with most Linux variants, is a FREE version of the...n
Read Article Sponsored Links
Related Articles
• MySQL Table Manager MySQL engine permits user level locks. The program explains how to manipulate these lock ty ...