Versions Compared

Key

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

...

Numberedheadings

System Preparation

Add the Moonshot libraries.

If you have not already done so, you first need to follow the instructions on how to .

Enable the Moonshot OpenSSH Repository

The OpenSSH packages have their own dedicated repository, to avoid replacing system's one when not strictly required.

This repository needs to be manually enabled, by editing the /etc/apt/sources.list.d/moonshot.list file and uncommenting the following line, where $OS is the code name of your Debian-based distribution (you do not need to provide, it will be there).

bashDebiantrue


bashRaspbiantrue

Ensure that your hostname is correct

The channel bindings check requires that the hostname of your SSH server match the hostname people are SSHing to. That is, the output of the hostname and hostname -f commands should match the FQDN of the server. If it doesn't, change /etc/hostname to make it so.

Installation Instructions

Install the Moonshot-enabled pre-compiled OpenSSH packages using apt. This will replace the system provided OpenSSH.

bashtrue


Configuration Instructions

Once installed, the Moonshot-enabled OpenSSH server will still need a few quick tweaks in order to turn on the Moonshot support.

Follow the configuration instructions on the page to configure the server.

...