From 1059088fffeec11296b5ab3322cde4fa38036e5c Mon Sep 17 00:00:00 2001
From: Andrew Wetmore
Date: Sun, 1 Sep 2024 17:12:26 -0300
Subject: [PATCH] Update user-ssh.md per issue 107, removed an outdated section
---
content/pages/user-ssh.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/content/pages/user-ssh.md b/content/pages/user-ssh.md
index bd6bdd5f7..459c8cf5e 100644
--- a/content/pages/user-ssh.md
+++ b/content/pages/user-ssh.md
@@ -52,8 +52,6 @@ ssh -v -l yourApacheID some-project-server.apache.org
Some common problems
-Do not expose your private key
. Generate your key on a computer that is in your control, then upload only the public part to id.apache.org (use your ApacheID on the site). Do not make the mistake of generating the key on the an ASF server.
-
Too Many Groups
FreeBSD only allows a user to be in 16 groups. A user who is too popular will not be allowed to log on. It is easy to mistake this for an ssh problem. If `Authentication succeeded` is present in the debug logs, this indicates that the issue lies on your machine's login rather than with ssh.