"If we see light at the end of the tunnel, it is the light of the oncoming train" ~ Robert Lowell. Oh yes, another good quote. This post is on SSH tunneling, or as I like to call it 'Poor Man's VPN'. Contrary to the sysadmin's popular belief, SSH tunneling actually can be very valuable use for both techies and home users. . I say contrary to popular belief because 'reverse tunneling' and tunneling http traffic through SSH can bypass firewalls and content filters. But this article isn't about how to violate your corporate internet use policy, it's about how to create SSH tunnels to make your life just a little bit easier. The link for this article located at Linux Journal is no longer available. . Discover the potential of SSH tunneling to offer straightforward remote connection options while fortifying your network's safety.. SSH Tunneling, VPN Alternative, Remote Access Solutions, Network Security Tips. . LinuxSecurity.com Team
Vincent Danen explains how to use netcat with SSH tunneling when you need to create a secure connection to a server from a remote location.. SSH is a versatile protocol and OpenSSH, a versatile tool The link for this article located at TechRepublic is no longer available. . Discover the power of secure SSH tunneling using netcat, enabling effortless and safe remote server access with ease and reliability. SSH Tunneling, Secure Access, Remote Servers. . LinuxSecurity.com Team
"If you . Public areas that offer access to the Internet (airports, open wireless networks etc.) have no security in place. If you The link for this article located at Security-hacks is no longer available. . Enhance your internet security in communal areas by utilizing Squid combined with SSH for a more protected surfing experience.. Secure Browsing, Public Networks, Squid Proxy, SSH Tunneling, Online Privacy. . Bill Locke
A recent Slashdot item on Wi-Fi security was a timely reminder of the weaknesses of default Wi-Fi encryption protocols, and the dangers of using unencrypted, public Wi-Fi connections. Fortunately, you can use FOSS utilities to securely tunnel your Wi-Fi connection sessions and protect your Web and email traffic. . To facilitate encrypting your Wi-Fi traffic, first set up dynamic DNS service so you can locate your server when you're away from home. You then port-forward SSH connections through your router to an SSH server, configuring the server to accept only key-authenticated connections. You can then tunnel your email and Web traffic from a remote client through an encrypted SSH tunnel into your home network, and then on to the Internet. To start, be sure you have an SSH client on your laptop and a Linux server on your home network that is running the sshd daemon, and be sure that the server's iptables-based software firewall is configured to allow SSH connections. The link for this article located at Linux.com is no longer available. . Protect your internet connection by using dynamic DNS with open-source tools, ensuring encrypted Wi-Fi for safe remote access and improving security against cyber threats. Wi-Fi Encryption, FOSS Tools, SSH Tunneling, Remote Access, Dynamic DNS. . LinuxSecurity.com Team
This article will point out the differences between standard FTP and secure FTP using some real-world examples. Secure FTP solves the password security and port control problems by allowing the entire connection to take place through a single tunneled SSH connection. . . . . This article will point out the differences between standard FTP and secure FTP using some real-world examples. Secure FTP solves the password security and port control problems by allowing the entire connection to take place through a single tunneled SSH connection. If you're a firewall administrator (and most of us have learned to adopt this title in one form or another), your firewall rules just got easier. Now you can safely block your FTP ports access to the outside world - primarily the FTP default port, 21. The Secure FTP server has to be running OpenSSH, which accepts ssh1 and ssh2, and also needs to be running ftpd, the "normal" FTP daemon (more on this later). The Secure FTP client calls to the Secure FTP server on its SSH port. The server then connects internally to port 21, the FTP port, and tunnels the FTP data back across the SSH port to the client. To ensure the server is totally secure, you need to firewall off port 21 from outside access, only allowing the local host to connect to port 21. This is accomplished by either ipfw (firewalling) or tcpwrappers (under Unix, the hosts.allow file). The link for this article located at 8wire is no longer available. . FTP and SFTP are both file transfer methods, with SFTP providing enhanced security through encryption, ensuring safe data handling and user authentication. Secure FTP, SSH Tunnel, File Transfer Security. . LinuxSecurity.com Team
They say that the Wired Equivalent Privacy protocol has been cracked. What's a wireless user to do? Tunnel. Secure Shell (SSH) is open, free, fast, secure, and easy to setup (once you know how). WEP has never provided much more than . . . . They say that the Wired Equivalent Privacy protocol has been cracked. What's a wireless user to do? Tunnel. Secure Shell (SSH) is open, free, fast, secure, and easy to setup (once you know how). WEP has never provided much more than a form of access control to your wireless nodes. With a shared private key, everyone participating in your network has the potential to eavesdrop on everyone else. You can try it for yourself; run tcpdump on your laptop, and watch the traffic going through your access point just fly by! Passwords, private e-mails, web traffic, everything could potentially be logged and pored over later by anyone who can associate with your access point. Plus, key management under 802.11b is difficult. Who wants to distribute a shared password, only to have to change it regularly (and revisit all of those clients who weren't adept enough to set it up themselves in the first place?) Some drivers try to cope with this by letting the user assign multiple keys and pick between them, but this just postpones the inevitable. . SSH tunneling facilitates secure communication over flawed WEP networks by creating an encrypted channel, ensuring users' data remains confidential and protected.. SSH Tunneling, Network Security, Wireless Security, Encryption Methods, Access Control. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.