How To Securely Transfer Files With SCP In Linux
File transfer over a network can be done in various ways and using different protocols. The most commonly used protocols for copying files remotely are Rsync, SCP and SFTP. In …
Linux Howto’s for System Administrations
linuxhowto.net AI Version 0.8
File transfer over a network can be done in various ways and using different protocols. The most commonly used protocols for copying files remotely are Rsync, SCP and SFTP. In …
In this guide, we will learn what is sshpass utility, how to install sshpass in Linux and FreeBSD systems, and how to use sshpass for non-interactive SSH login in shell …
The other day I was testing how to keep file permissions intact while copying files or directories to multiple locations and systems. When I wanted to check the file permissions …
In this article, we are going to focus on two important Ansible concepts. The first concept will be how SSH Key-based and password-based authentication works in Ansible. The second concept …
In this guide, we are going to learn what is Multi-Factor authentication and its importance and finally how to setup Multi-Factor authentication for SSH in Linux using Google Authenticator app. …
This brief tutorial explains three different ways to auto logout inactive users after a particular period of time in Linux and Unix-like systems. Picture this scenario. You are managing a …
This guide explains how to setup Chrooted SFTP in Linux to restrict SSH user access to home directory or any particular directory. To put this in other words, we are …
OpenSSH Server is installed by default on FreeBSD. But on a fresh FreeBSD system, remote SSH logins are not allowed. You must enable SSH access yourself to access your FreeBSD …
This brief guide will walk you though the steps to allow or deny SSH access to a particular user or a group in Linux. A while ago, we discussed how …
This tutorial will walk you through how to install Unison file synchronization tool on Linux and how to synchronize files with Unison between two different directories and/or disks on the …