Alerts This Week
Warning Icon 1 535
Alerts This Week
Warning Icon 1 535

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":548,"type":"x","order":1,"pct":78.51,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.87,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.32,"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 6 articles for you...
160

How To Securely Transfer Files Using SCP Command In Linux

Suppose you want to transfer some files between servers on a Linux system. There are many ways you can accomplish the task, but if your priority is to transfer files securely, you’re left with a few options. . The easiest solution is to use the scp or secure copy command to transfer your files without worrying about security. In this article, we will explain how to use transfer files securely using the scp command on your Linux system. When it comes to transferring files over a secure network, the scp command can be very useful. It stands for Secure Copy Protocol and transfers files and directories between two systems over SSH (Secure Shell) connection. With ssh, you can be assured of the security of your files as they are encrypted by default. In simpler terms, the scp command is a more secure version of the cp command, which you can read all about in our Linux Terminal commands article. . Master the art of safely sending files using the scp command on Linux with confidence and certainty.. Secure File Transfer, SCP Command, SSH File Copy. . Brittany Day

Calendar 2 Mar 26, 2023 User Avatar Brittany Day How to Harden My Filesystem
167

Resolving SSH Connection Refused Problems for Effective Remote Access

The SSH "connection refused" error can prevent you from accessing remote machines on a network. Here's how you can troubleshoot it. . SSH is a network protocol that allows you to securely access and manage a remote system over a network. While connecting to a remote machine via SSH, you might have encountered the "connection refused" error. Experiencing this issue can be frustrating especially if you are a system admin and have to perform some tasks on the remote system on an urgent basis. Let's look at some of the possible causes of getting the SSH "connection refused" error and methods to resolve it. . To swiftly fix SSH connection refused issues, confirm the server IP, verify SSH status, and check firewall settings. Review sshd configs and network logs for further insights. SSH Connection, Remote Access, Error Resolution, Network Security, Linux Admin. . Brittany Day

Calendar 2 Mar 03, 2023 User Avatar Brittany Day How to Secure My Network
166

Quick Steps To Create A Local Git Repository With SSH On Linux

Have you ever found yourself in a situation where you need to deploy a quick Git repository on a machine within your LAN? Here's what to do. . Have you ever found yourself in a situation where you need to deploy a quick Git repository on a machine within your LAN? If you’re a developer, chances are pretty good this task has fallen into your lap on several occasions. Fortunately, you don’t really need to depend on a bunch of overly complicated software packages or third-party tools to make this happen. Sure, if you want a sweet GUI to make the lives of all those who will contribute to your development project considerably easier, you might turn to a platform like Gitea . But if you prefer the simplicity and ease of deployment that comes along with the command line, you’re going to want to give this method a go. It might not have all the bells and whistles of the web-based options but it does the job reliably and quickly. The link for this article located at The New Stack is no longer available. . Discover the seamless process of establishing a Git repository on your Linux system via SSH in a flash!. local Git repository, SSH deployment, command line Git. . Brittany Day

Calendar 2 Nov 19, 2022 User Avatar Brittany Day How to Learn Tips and Tricks
166

Easy SSH Passwordless Login Setup for Secure Remote Access

Learn how to increase the trust between two Linux servers for easy file synchronization or transfer by setting up SSH password-less login using SSH Keygen in five easy steps. . SSH (Secure SHELL) is an open-source and most trusted network protocol that is used to login to remote servers for the execution of commands and programs. It is also used to transfer files from one computer to another computer over the network using a secure copy (SCP) Protocol . In this article, we will show you how to setup password-less login on RHEL/CentOS and Fedora using ssh keys to connect to remote Linux servers without entering a password. Using Password-less login with SSH keys will increase the trust between two Linux servers for easy file synchronization or transfer. . Master the art of configuring SSH key authentication for seamless remote login without passwords, enhancing the security and efficiency of data transfers between Linux-based systems.. SSH Access, Keygen Setup, File Synchronization. . Brittany Day

Calendar 2 May 21, 2021 User Avatar Brittany Day How to Learn Tips and Tricks
163

Essential Strategies to Strengthen and Secure Your OpenSSH Server

Looking to secure and harden your OpenSSH server? Check out this tutorial, which provides valuable tips and advice on how this can be done. . When it comes to accessing remote devices such as servers, routers, and switches, SSH protocol comes highly recommended given its ability to encrypt traffic and ward off anyone who might try to eavesdrop on your connections. Be that as it may, the default settings of SSH are not infallible and additional tweaks are needed to make the protocol more secure. In this guide, we explore different ways that you can use to secure and harden OpenSSH installation on the server. . Fortify and strengthen your OpenSSH setup by employing practical strategies and methods to enhance SSH authentication for offsite connectivity.. OpenSSH Security, Secure SSH, Hardening Techniques. . Brittany Day

Calendar 2 Jul 09, 2020 User Avatar Brittany Day How to Secure My Webserver
163

Essential Strategies for Safeguarding Your Servers Through SSH Management

Preventing idle SSH sessions from remaining connected is critical in keeping servers secure. Find out how to do this in a helpful tutorial. . If you're a Linux admin, you know the value of Secure Shell. Without this tool, you'd be hard-pressed to get much remote administration done on your servers. In fact, you probably SSH into and out of machines all day. Or, you might SSH into a server and inadvertently leave that connection up throughout the day. And that, my friends, is inviting trouble. What if you leave that connection up and running and someone happens by your desk while you're away. That someone could have a seat and have at your server. You do not want that. Or what if you have other users who secure shell into those servers, and you can't look over their shoulders all day? . Safeguard against unauthorized access by controlling inactive SSH connections with this comprehensive guide designed for Linux system administrators.. SSH Connection Management, Prevent Idle Sessions, Linux Admin Security. . Brittany Day

Calendar 2 Apr 28, 2020 User Avatar Brittany Day How to Secure My Webserver
166

Exploring SSH Command for Securing Remote Server Connections

Secure Shell (SSH) is a cryptographic network protocol used for an encrypted connection between a client and a server. The ssh client creates a secure connection to the SSH server on a remote machine. The encrypted connection can be used to execute commands on the server, X11 tunneling, port forwarding, and more. Learn more about SSH command and its role in securely managing a remote server: . There are a number of SSH clients available both free and commercial, with OpenSSH being the most widely used client. It is available on all major platforms, including Linux, OpenBSD, Windows, macOS and others. In this article, we will explain how to use the OpenSSH command-line client ( ssh ) to login to a remote machine and run commands or perform other operations. The link for this article located at Linuxize is no longer available. . Secure Shell (SSH) offers secure access to remote servers, allowing users to manage them securely over unsecured networks without compromising data integrity. SSH Commands, Secure Shell Protocol, Remote Server Access, OpenSSH Client. . Brittany Day

Calendar 2 Dec 25, 2019 User Avatar Brittany Day How to Learn Tips and Tricks
169

How to Securely Set Up POP Connections Using SSH for Email Safety

This document explains how to set up secure POP connections using ssh.. . Learn the steps to establish robust POP connections via SSH, enhancing your email security and ensuring a worry-free communication experience.. Secure Pop, Ssh Setup, Email Security. . Anthony Pell

Calendar 2 Jun 20, 2006 User Avatar Anthony Pell How to Secure My E-mail
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":548,"type":"x","order":1,"pct":78.51,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.87,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.32,"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