Alerts This Week
Warning Icon 1 659
Alerts This Week
Warning Icon 1 659

Stay Ahead With Linux Security News

Filter Icon Refine news
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":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"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.37,"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 news

We found -2 articles for you...
74

Key-Based Authentication: Enhancing SSH Remote Access Security

SSH, or secure shell, is a protocol by which users can remotely log in, administer, or transfer files between computers using an encrypted transport mechanism. Running over every major operating system, SSH provides a more secure connection method than traditional telnet or the much-maligned "r commands" (rlogin, rcp, rsh). . . .. SSH, or secure shell, is a protocol by which users can remotely log in, administer, or transfer files between computers using an encrypted transport mechanism. Running over every major operating system, SSH provides a more secure connection method than traditional telnet or the much-maligned "r commands" (rlogin, rcp, rsh). SSH includes provisions for key-based authentication that doesn't require a password, which opens the door for some innovative remote access applications. SSH works on a client/server model. A user runs SSH client software to connect to a server running SSH software that listens on a TCP port. Like telnet, SSH gives users a command-shell type interface into the computer. Unlike telnet, SSH encrypts the login credentials and all of the data flying over the wire. SSH and its related protocols, such as Secure Copy Protocol (SCP) and Secure File Transfer Protocol (SFTP), offer more secure alternatives to their unencrypted brethren. The link for this article located at Newsforge is no longer available. . FTP, or file transfer protocol, is a method allowing users to upload, download, or manage files over a network safely.. Key Based Access, SSH Protocol, Secure Remote Connection, Encrypted Transfer, Secure File Management. . Anthony Pell

Calendar 2 Mar 19, 2004 User Avatar Anthony Pell Network Security
67

Secure FTP vs. Standard FTP: Exploring Benefits of SSH Tunneling

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

Calendar 2 Jun 24, 2001 User Avatar LinuxSecurity.com Team Cryptography
77

Secure iXplorer Overview: A Tool For Apache Admins' File Transfers

This is the first-part in a series of articles about different options for secure file transfers. I won't cover how to sniff connections, steal passwords or if SSH is really "secure". But hopefully, I can provide some information that will be . . . . This is the first-part in a series of articles about different options for secure file transfers. I won't cover how to sniff connections, steal passwords or if SSH is really "secure". But hopefully, I can provide some information that will be valuable for your web hosting clients and for you -- the Apache webserver administrators. This first article covers a file transfer client for the end users -- it requires a secure shell server to be installed on the web server. Yes, Secure iXplorer is for Microsoft Windows. Basically, iXplorer is a Microsoft Explorer-like, graphical front-end to a modified pscp, which is a text-based (DOS) scp client for Windows. (Pscp is from the same author of the popular PuTTY SSH client). iXplorer seems to be a great option for Windows-only "webmasters" who need to upload files. And as an added bonus, it is open source -- the code is available. It was written in Delphi by Lars Gunnarsson of Austria and is available via http://www.i-tree.org/. It was officially released as version 0.3 in September 2000 and it has had active development the past several months with updates, bug fixes and improvements. The link for this article located at ApacheToday is no longer available. . Discover reliable methods for secure file transfer throughout this series, placing emphasis on Secure iXplorer tailored for Windows users and administrators of Apache.. Secure File Transfer,iXplorer,Open Source Application,Apache Administration. . LinuxSecurity.com Team

Calendar 2 Jan 14, 2001 User Avatar LinuxSecurity.com Team Server Security
News Add Esm H340

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":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"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.37,"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