š OpenSSH Installation in Arch Linux
š OpenSSH Installation in Arch Linux
This guide walks you through installing and enabling OpenSSH on Arch Linux.
š¦ Installation
Install the
openssh
package.1
sudo pacman -S openssh
Enable the
sshd
service to start at boot.1
sudo systemctl enable sshd.service
Start the
sshd
service.1
sudo systemctl start sshd.service
You are now ready to use OpenSSH on your Arch Linux system! š
This post is licensed under CC BY 4.0 by the author.