Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Guide for setting up OpenSSH on deb/ubuntu or Arch-based distros.

Install OpenSSH server

Ensure on the server OpenSSH is installed.  If not you can install it byfor deb/ubuntu with:

Code Block
languagebash
sudo apt install openssh-server

or Arch based distros with:

Code Block
languagebash
sudo pacman -S openssh

Settings

You'll likely need to change several settings for OpenSSH.  First, it's worth first backing up the ssh_config file.

...