Tag Rocky Linux

How to install a secure FTP server on Rocky Linux 9

This guide outlines the installation and configuration of a secure SFTP server with OpenSSH on Rocky Linux 9. It covers installing OpenSSH, configuring sshd_config for SFTP with chroot and group restrictions, creating a user group and user accounts, setting permissions, and confirming operation through restricted directory access and encrypted communication.

Install Jenkins on Rocky Linux 9

Jenkins is an open-source automation server that is widely used by DevOps teams to streamline the continuous integration and delivery (CI/CD) process. If you are a systems administrator and you are looking to install Jenkins on Rocky Linux 9, then…