- How to apply security policies for remote workforcesby zpenterprisesIdentity and access management (IAM) solutions protect company data even when employees do not enter the office. What are the security challenges of a remote workforce? In an on-premise working environment, internal corporate IT teams usually control network security and the devices used to access that network. In addition, physical security teams have control over who is… Read more: How to apply security policies for remote workforces
- How To Generate 4096-bit Secure ssh Key with ssh-keygenby zpenterprisesSsh is a secure protocol used to manage remote systems like Linux, BSD, UNIX, network devices event windows operating systems. The traffic between systems is encrypted. Ssh uses asymmetric keys in order to encrypt and make traffic invisible to the others who reside between systems in the network. The encryption power comes from key bit… Read more: How To Generate 4096-bit Secure ssh Key with ssh-keygen
- How To Set up SSH Keys on a Linux / Unix Systemby zpenterprisesI recently read that SSH keys provide a secure way of logging into a Linux and Unix-based server. How do I set up SSH keys on a Linux or Unix-based system? In SSH for Linux/Unix, how do I set up public-key authentication? This page explains a public key and shows you how to set up… Read more: How To Set up SSH Keys on a Linux / Unix System
- Ansible: yum update, reboot system, and wait_for reboot to completeby zpenterprisesTable of Contents The Objective The purpose of this post is to explain with an example how ansible initiates the reboot and waits for the reboot to complete. In some cases, we want our remote nodes to be rebooted or restarted. For example, Take Patching as an example. As part of quarterly patching, we upgrade… Read more: Ansible: yum update, reboot system, and wait_for reboot to complete
- Ansible reboot Linux machine or server with playbooksby zpenterprisesIndeed to reboot the VM or bare metal Linux machine/server using Ansible and wait for it to come back but it does not work with the playbook as described here. How to reboot the Linux server with Ansible? How do I reboot and wait for the reboot to complete in the Ansible playbook for multiple… Read more: Ansible reboot Linux machine or server with playbooks
- Hardening SSH with Ansibleby zpenterprisesThis blog post is going to be about hardening your SSH config with Ansible. This guide will be built upon my earlier post about Updating your Homelab with Ansible and Configuring Linux users and SSH keys with Ansible. This post is mainly focused on Ubuntu/Debian systems. For another distro’s the path to the sshd config might be different.… Read more: Hardening SSH with Ansible