Versions Compared

Key

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



Panel

Alpine Linux does not ship with a version of OpenSSH that is compatible with Moonshot. To get Moonshot support for it, you must install a specific Moonshot-enabled version. We have a precompiled version available in our repositories.

Contents

Table of Contents

...

Numberedheadings

System Preparation

Add the Moonshot libraries

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

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 the relevant line in /etc/hostname to make it so.

Installation Instructions

  1. Install the Moonshot-enabled pre-compiled OpenSSH packages using yumapk. If you had the openssh-server already installed, you will need to uninstall it first:

    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.

...