Skip to content

Arch Linux Install OpenSSH

Warning

Incomplete instructions.

Installation

  1. Install required package.

    # pacman -Syu openssh
    
  2. Enable OpenSSH service.

    # systemctl enable sshd.service
    
  3. Start OpenSSH service.

    # systemctl start sshd.service