Skip to content

SSH Connections

LeandroTheDev edited this page Dec 24, 2022 · 43 revisions

Installing OPEN SSH

Install openssh

  • sudo pacman -S openssh
  • systemctl enable sshd

To start the sshd

  • systemctl start sshd
  • Better configure before starting

Configuring

Open the configurations file

  • sudo vim /etc/ssh/sshd_config
  • Remove the # on all configurations lines.
  • Example:

image

Open the host configurations file

  • sudo vim /etc/ssh/sshd_config
  • Remove the # on all configurations lines
  • Example:

image

Clone this wiki locally