grim/hgkeeper

7f7c4eb94057
Parents f0d4e9da6a1a
Children 6d4da6cbaf26
Fix a typo in the HGK_DISABLE_SSH environment variable name
  • +1 -1
    README.md
  • --- a/README.md Sun Dec 05 03:32:20 2021 -0600
    +++ b/README.md Sun Dec 05 03:35:43 2021 -0600
    @@ -45,7 +45,7 @@
    Since HGKeeper provides an SSH server you will need to generate host keys for
    it if you are going to use it. You can skip the SSH server by passing
    -`--disable-ssh` or setting the `HGK_SSH_SERVER` environment variable to `true`.
    +`--disable-ssh` or setting the `HGK_DISABLE_SSH` environment variable to `true`.
    This is useful if you just want to provide a read only repositories.
    You can generate SSH host keys for whatever type you like, but rsa will cover