From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) by gnuweeb.org (Postfix) with ESMTPSA id E75907E3AD for ; Fri, 15 Apr 2022 17:55:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1650045317; bh=YjTNPpv9zm7qp0sHmHUX0+Sf3Dkd8fSgwf1MBxuckTw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=O1iNJouXqEwv1jPTB9Wb6E0n5SUamnBkN/7O5bG2yMVD/GWrbFX0MAMhuhFHZ9N82 FQ5S1knhKjHCafBmh2I+hAZGfdCpy56gAJNsXi7o0BPPKTFPivuZ1ysu2q+r+ZmRKO p/X/r7EZ4kTpdqos2aS2UQRgWSgbKMtTzax5mXgiRa1NTK0+TkXzFWW1cL4xDhqxD2 1GU3wUGlbnbh4k+0MkCr/rGfhW6O2seRToOKXMHaESArYy8hVH6jGn9p1N98FaAWLN lZuJ68LMjDC6nZEfhhEWjhD34QBi8WhpKnmr+0xceKGeFT5YeOmKUiWF3HXyqZcrli h5+2DHWyMqjdA== Received: by mail-lf1-f49.google.com with SMTP id x33so15093929lfu.1 for ; Fri, 15 Apr 2022 10:55:17 -0700 (PDT) X-Gm-Message-State: AOAM530ncejmTfjQwFj0B211ZTKVddmRCgRyO9b3OeW1f+xRKw4HPDUn 4czNgh0jmN0c8xD9yJEwhH0PAef3JTn7bJfZXmc= X-Google-Smtp-Source: ABdhPJzsJJfeXZtmL1aiqXHLYOLFmBIWGAOGTiUJYxc4ihbII0BzEpRk4xm4yin2UUtiD1F3NjZ3I6Hv79PRzi09ZQg= X-Received: by 2002:a05:6512:3194:b0:44a:3acd:2078 with SMTP id i20-20020a056512319400b0044a3acd2078mr88099lfe.483.1650045316168; Fri, 15 Apr 2022 10:55:16 -0700 (PDT) MIME-Version: 1.0 References: <20220415174940.38497-1-ammarfaizi2@gnuweeb.org> In-Reply-To: <20220415174940.38497-1-ammarfaizi2@gnuweeb.org> From: Alviro Iskandar Setiawan Date: Sat, 16 Apr 2022 00:55:05 +0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH server-a001 v2 0/1] Apply default SSH config and add public keys To: Ammar Faizi Cc: "GNU/Weeb Mailing List" , Hazmi Alfarizqi , Alviro Iskandar Setiawan Content-Type: text/plain; charset="UTF-8" List-Id: On Sat, Apr 16, 2022 at 12:49 AM Ammar Faizi wrote: > > Hi, > > This is v2. Just a single patch here. This does 2 dependent things: > > 1) Set the default port to 48589, don't use port 22 since we will > inevitably get brute-force SSH attack from random botnets. Even if > it's not really a concern if we're using a private key for the auth, > let's not spam our auth log with many login failed lines. > > 2) Add maintainers' SSH public keys to the root and main user. Let us > login from the outside world with a key auth. > > Please review! Reviewed-by: Alviro Iskandar Setiawan tq -- Viro