Skip to content

Commit

Permalink
Update user-ssh.md per issue 107, removed an outdated section
Browse files Browse the repository at this point in the history
  • Loading branch information
cottage14 authored Sep 1, 2024
1 parent 0068f8a commit 1059088
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/pages/user-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ ssh -v -l yourApacheID some-project-server.apache.org

<h3 id="common-problems">Some common problems<a class="headerlink" href="#common-problems" title="Permanent link">&para;</a></h3>

<h4 id="exposed">Do not expose your private key<a class="headerlink" href="#exposed" title="Permanent link">&para;</a></h4>. 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.</p>

<h4 id="too-many-groups">Too Many Groups<a class="headerlink" href="#too-many-groups" title="Permanent link">&para;</a></h4>
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 <a href="#ssh-debug">debug logs</a>, this indicates that the issue lies on your machine's login rather than with ssh.

Expand Down

0 comments on commit 1059088

Please sign in to comment.