Alerts This Week
Warning Icon 1 687
Alerts This Week
Warning Icon 1 687

Stay Ahead With Linux Security HOWTOs

Filter Icon Refine HOWTOs
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":546,"type":"x","order":1,"pct":78.45,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.31,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.36,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security HOWTOs

We found -3 articles for you...
160

Configuring SFTP on Linux for Secure and Efficient File Transfers

FTP (File Transfer Protocol) remains an invaluable component of the business technology landscape for those not quite adept at running an entire build system. While going full cloud may seem appealing, think twice if any files that contain sensitive information need to be uploaded and downloaded through third-party services without your control. . It is crucial to ensure that files are uploaded securely and reliably, and sometimes, that means keeping them within your local area network (LAN). Luckily, as always, Linux has your back. Secure Shell (SSH) makes setting up an FTP server more straightforward than ever. Once set up, files can be moved between servers using Secure FTP for reliable information transmission. SFTP (or Secure File Transfer Protocol) is an alternative to FTP for transferring files, adding a layer of security to the process. Today, I'm sharing an awesome tutorial on how to set up a Secure File Transfer Protocol (SFTP) to move files around your Linux servers (linked at the end of this article. But first, let's examine the security implications and considerations regarding FTP and SFTP that you should be familiar with before proceeding. FTP Security Implications & Considerations There are various security considerations and implications admins should be familiar with regarding FTP: Transmission in Clear Text: FTP does not encrypt its traffic; all transmissions, including login credentials, are made in plain text and thus vulnerable to interception and eavesdropping by third parties. Using FTP over an unprotected network is considered risky regarding Linux security. Secure Alternatives: For secure file transfers, protocols like SFTP (SSH File Transfer Protocol) or FTPS (FTP Secure, an extension of FTP with TLS security) should be utilized. SFTP, in particular, integrates seamlessly with SSH (Secure Shell) and provides encrypted channels that offer authentication and data transfer services. Firewall Configuration: Setting up firewalls to permit FTP trafficcan be complex due to its use of multiple ports and, in active mode, random connections from various clients to random ports on their client systems. Proper firewall configuration is crucial in protecting any Linux system requiring FTP access. User Isolation: Implementing user isolation on FTP servers is essential to prevent authenticated users from accessing unauthorized files, which involves configuring the FTP server to restrict users to specific directories and enforce permission settings. Regular Updates and Audits: Keeping FTP server software current is crucial to protecting against vulnerabilities, so regular security audits should also be undertaken to protect against potential issues. FTP is a popular protocol for file transfers, yet its lack of security features renders it less appropriate when transmitting sensitive information across insecure networks. Linux environments prioritize data confidentiality and integrity and often prefer alternatives like SFTP or FTPS as the transfer protocols for data transmission. What Makes SFTP More Secure than FTP? SFTP is a more secure alternative to FTP for the following reasons: Encryption: SFTP uses the SSH protocol to encrypt data in transit. This means all data, including passwords, files, and commands, are transmitted securely. Authentication: SFTP supports more robust and versatile authentication mechanisms, including passwords, public keys, or a combination of methods. This multi-factor authentication significantly improves security. Single Connection: SFTP uses a single, secure connection for commands and data transfer (over SSH), simplifying the setup. With SFTP, handling multiple ports is unnecessary, which reduces the attack surface. Integrity and Confidentiality: Because it transmits data securely via encrypted packets, SFTP ensures that unauthorized parties cannot easily view or modify data during transmission. Next Steps: Setting Up an SFTP on Linux Due to its secure nature, SFTP isrecommended over FTP in almost all cases involving the transmission of sensitive or confidential information. To get started with SFTP, I encourage you to explore the tutorial linked below to learn how to set up a Secure File Transfer Protocol (SFTP) to move files around your Linux servers. . Establish safe data exchanges by setting up SFTP on Unix systems, ensuring robust security measures for confidential documents.. SFTP Configuration, Secure File Transfer, FTP Security, Linux Data Transfer. . Brittany Day

Calendar 2 Jul 20, 2024 User Avatar Brittany Day How to Harden My Filesystem
161

Setting Up Firewalls and Proxy Servers in the Linux Environment

This document is designed to describe the basics of firewall systems and give you some detail on setting up both a filtering and proxy firewall on a Linux based system.. The link for this article located at Firewall and Proxy Server HOWTO is no longer available. . Discover how to configure filtering and proxy firewalls on Linux systems to bolster your network security efficiently.. firewall configuration, proxy setup, linux security. . Anthony Pell

Calendar 2 Jun 19, 2006 User Avatar Anthony Pell How to Secure My Firewall
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":546,"type":"x","order":1,"pct":78.45,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.31,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.36,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here