From da0c18a49f71059c8efdcd7ff25dd98f2afb8491 Mon Sep 17 00:00:00 2001 From: LordRatte Date: Tue, 22 Mar 2022 19:51:02 +0200 Subject: [PATCH] Add corner-case for config --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0efab711..8be6fd7e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ If you add this to `~/.ssh/config`: Host chat HostName devzat.hackclub.com User yourNickNameHere +# If you are using the latest version of OpenSSH, include these options as well: + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedAlgorithms +ssh-rsa ``` You'll be able to join with just: