1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Commit Graph

109 Commits

Author SHA1 Message Date
Steve Guntrip
420ff9d07f Update content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md 2021-11-09 15:56:41 +00:00
Michelle Noorali
f6329a5a44 Update adding-a-new-ssh-key-to-your-github-account.md
The GitHub CLI does not allow you to add an ssh key unless you are authenticated with your GitHub account. The `gh auth login` command not only authenticates you but also gives prompts to add your ssh key to your account. This PR amends the GitHub CLI portion with the `gh auth login` path. This may be useful to someone coming to this page for the first time who has not already installed the gh CLI and will do so as part of this flow and will then need to authenticate.
2021-11-05 14:00:20 -04:00
Kalvin Pearce
8d9e99243e Add example to CLI section of Add a new SSH key 2021-11-03 19:12:45 +10:00
guillermo haas-thompson
0daa8c9e33 Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
On macOS Monterey the command `ssh-add -K ~/.ssh/id_ed25519` results in a warning message:
```
WARNING: The -K and -A flags are deprecated and have been replaced
         by the --apple-use-keychain and --apple-load-keychain
         flags, respectively.  To suppress this warning, set the
         environment variable APPLE_SSH_ADD_BEHAVIOR as described in
         the ssh-add(1) manual page.
```
2021-10-26 07:16:02 -04:00
Laura Coursen
912095cc67 @lecoursen's first weekly enterprise focus area bug fix hour (#22033) 2021-10-19 12:48:50 +00:00
Laura Coursen
8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00
Matt Pollard
08c0a3a7c1 Favor RSA algorithm for SSH key pairs in documentation for GitHub AE (#22018) 2021-10-09 08:31:54 +00:00
Matt Pollard
307e8094ec Backport updated content from GitHub AE M2 megabranch and version for ghae-next (#21525) 2021-10-04 16:11:57 +00:00
Laura Coursen
b8429d8248 "Authentication" top-level doc set (#21531) 2021-09-21 19:27:08 +00:00