1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Commit Graph

50 Commits

Author SHA1 Message Date
Charles Kim
ce978196a1 Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md (#31191) 2024-01-24 11:55:28 +00:00
Peter Bengtsson
c0eaf9afcc Remove GHAE in Liquid and front matter (2) (#48750) 2024-01-18 16:21:50 +00:00
Vortun
4c0d5f1107 Incorrect windows syntax & instructions fixed (#30855) 2024-01-05 10:07:43 +00:00
Brandon Harden
7eae9b5150 Fix-Typo_corrected_file_name (#30854) 2024-01-02 10:10:23 +00:00
EricYoung37
9d6ca7dabc Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md (#29708)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2023-11-14 16:08:35 +00:00
Tao Zhou
5de9dce44b docs: fix an undefined reference in generating-a-new-ssh-key-and-addi… (#29633) 2023-11-01 20:50:46 +00:00
John HU
e66ca8410a Fix missing section for linux (#29535)
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
2023-10-31 17:24:06 +00:00
André
f8fb2042a3 Rephrased Sentence (#29493)
Co-authored-by: João André Marques <joaoandremarques@MacBook-Pro.local>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-10-31 15:41:26 +00:00
André
b37045a6ed Rephrased sentece (#29277)
Co-authored-by: João André Marques <joaoandremarques@MacBook-Pro.local>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2023-10-20 07:40:39 +00:00
Paul Yuknewicz
c53bf5cb62 Windows changes - Update generating-a-new-ssh-key-and-adding-it-to-th… (#26069)
Co-authored-by: Vanessa <vgrl@github.com>
2023-10-08 22:10:35 +00:00
Ben Ahmady
9c9c0b11ed Makes note about apple-use-keychain into reusable (#43266)
Co-authored-by: Guy Yaffe Ermoza <55466535+guyyaffear@users.noreply.github.com>
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2023-09-26 07:44:25 +00:00
Waviest
ecf444c239 Fix indentation causing duplicate "reusables.ssh.add-public-key-to-github" step on Linux steps for "Adding your SSH key" (#28408)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
2023-09-25 14:58:29 +00:00
Sophie
0ec2addb2a [Core] Add a language to every code block (#39212)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2023-09-20 12:29:13 +00:00
Laura Coursen
a86b02f3e8 More CommonMark fixes (#42110) 2023-09-07 12:36:43 +00:00
Kevin Heis
322e6ca421 Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md (#40030)
Co-authored-by: james-pcdr <james-pcdr@users.noreply.github.com>
2023-07-31 16:32:57 +00:00
Valentine
ab115a35e5 Removing duplicate ssh-keygen line for Github AE docs (#26968)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2023-07-25 06:44:50 +00:00
Yuchen Cheng
65a461ca46 Add a missing bracket (#26527)
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
2023-07-10 16:00:20 +00:00
Grace Park
a8a6e4554a Fix for blank lines around code fences (#38255) 2023-06-26 10:21:48 -07:00
Grace Park
bd760a6d0a Remove unnecessary $ (#38339) 2023-06-26 17:02:44 +00:00
Grace Park
6ff9dc21a8 Fix multiple blank lines in content and data (#37909) 2023-06-22 09:54:36 -07:00
Grace Park
90039fc985 Update and standardize unordered lists to be - (#37854) 2023-06-16 20:57:24 +00:00
mr oCean
b4c10d7bea Update re: adding SSH key to the ssh-agent for Mac users (Issue #23159) (#24505)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
2023-06-13 07:08:40 +00:00
Rachael Sewell
ab9ec27502 Fix commonmark issues in data reusables (#37424) 2023-06-05 19:16:36 +00:00
Peter Bengtsson
2eb4c98928 Update some http links to https (#37577) 2023-06-05 15:50:14 +00:00
FKPSC
6b2d4bc0d3 Specify that it is the PUBLIC key that needs to be added to GitHub (#25655)
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
2023-05-23 19:01:06 +00:00
Peter Bengtsson
00b982ee0e Correct internal links with imperfect quotation marks (content/*misc*) (#35046) 2023-02-27 16:01:13 +00:00
Peter Bengtsson
91b7c5f7dc Update remaining internals links (#34805) 2023-02-15 20:09:05 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +00:00
Simon Willison
809ba6352d Host github.com works, Host *.github.com does not 2023-01-26 18:24:36 -08:00
Peter Bengtsson
577d6a8185 fix the biggest redirect offenders (#32087) 2022-10-28 17:08:52 +00:00
Vanessa
5c12ab83c7 Apply suggestions from code review 2022-10-20 09:01:37 +10:00
Alex Deschamps
aea4c4fab6 Change the ssh key default scope to github.com
With the current host wildcard default configuration, the new key applies to all ssh connection attempts regardless of host. This can become an issue on older systems that leverage existing keys in the ssh config and don't have knowledge of the "newer" recommended ed25519 algorithm. While this key can be reused for multiple purposes outside of github, I still propose to scope the default host to github.com to avoid a default that can pollute the global key namespace in the ssh config.
2022-10-17 17:46:12 -06:00
Joe Clark
74a679dc51 Make product variables for Enterprise translation-friendly (#31628)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Evan Bonsignori <ebonsignori@github.com>
2022-10-17 18:54:05 +00:00
Rachael Rose Renk
32fae5a30b Merge branch 'main' into custom-named-ssh-keys 2022-10-10 15:15:29 -06:00
Rachael Rose Renk
a950f124ea Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md 2022-10-10 12:30:38 -06:00
Dev Prakash Sharma
fdb5e95bca Merge branch 'main' into codewithdev-changes 2022-10-03 00:29:29 +05:30
Dev Prakash Sharma
b72f008d85 Remove the emphasize tags and updated attributes style 2022-10-03 00:21:32 +05:30
Mad Bernard
354e7b5cb1 Update shell commands for Mac OS after 12.0 (#19157)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2022-09-30 23:28:57 +00:00
Stoney
4f4f257243 Clarify SSH key uses (#30841) 2022-09-16 16:26:32 +00:00
Matt Pollard
dc2ba532b4 GitHub Enterprise Server 3.6 release candidate (#28905) 2022-07-26 18:56:17 +02:00
allysoneduardoMKW
3b44d28a6b Add generation of custom-named SSH Keys for 'Authentication' section 2022-07-20 09:06:05 -03:00
Hector Alfaro
95e6f3d3ab Deprecate GHES 3.1 (#28798)
* add 3.1 to deprecated versions

* rewrite img src to use azure blob storage in archive script

Co-authored-by: rachmari <rachmari@users.noreply.github.com>

* remove static files for ghes 3.1

* remove liquid conditionals and content for ghes 3.1

* remove outdated hardware reqs reusable

* Fix liquid conditional uncaught by script

* Close liquid conditionals missed by script

* Apply @mattpollard's suggestions

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-07-11 21:17:09 +00:00
Laura Coursen
402cf49b41 Update versioning for SAML SSO (#23530) 2021-12-13 09:28:48 -06:00
Peter Bengtsson
64216114c0 cleaning up trailing slash redirects (part 4) (#23601) 2021-12-13 08:49:40 +00:00
Matt Pollard
b3e1ff4e89 Update documentation for GitHub AE's December 2021 release (#23405) 2021-12-07 10:36:37 +01:00
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
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
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
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