1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Commit Graph

13 Commits

Author SHA1 Message Date
Ethan Palm
91ce63dcc6 [Ready to ship: May 10] SSH Security Key Support (GA) (#18557)
* add procedure for generating SSH for physical key

* Mention hardware security keys in "About SSH"

* Create troubleshooting article

* Add procedure for SHH key generation for sk

* fix broken link

* Incorporate reviewer feedback

* update versioning

* Clarify unknown error troubleshoot procedure

* Add troubleshooting to procedure

* Clean up inline links

* Update more inline links

* Update troubleshooting procedure

* fix broken link with versioning

* Add warning about installing OpenSSH

* Update note about algorithm for legacy key types

* Add last step for security keys

* Fix variable name

* Add reviewer feedback

* Include other error text

Co-authored-by: Kevin Jones <vcsjones@github.com>

* Include ref to OpenSSH release notes

* fix failing test

Co-authored-by: Kevin Jones <vcsjones@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2021-05-10 13:07:59 -04:00
Michael Lihs
416f87aa72 add additional information on dealing with ~/.ssh/config errors on Mac (#6061) 2021-05-07 22:51:26 +00:00
Rachael Sewell
a926da8b08 Update topics to sentence case (#19069) 2021-04-30 19:30:36 -07:00
Ethan Palm
d01c995463 Update content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md 2021-04-21 16:15:59 -04:00
Kenneth Lum
d6ddc7790e Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md 2021-04-14 15:28:40 -07:00
Kenneth Lum
f925013982 Make it more understandable
The original text could be quite confusing:

```
Open your ~/.ssh/config file, then modify the file, replacing ~/.ssh/id_ed25519 if you are not using the default location and name for your id_ed25519 key.

Host *
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/id_ed25519
```
1. It said "Open your ~/.ssh/config file, then modify the file, replacing ~/.ssh/id_ed25519" -- I was thinking, open that file, and then modify it, BUT HOW? AND THEN, replacing the file content of ~/.ssh/id_ed25519 ?  By what content?
2. And then it said, "if you are not using the default location and name for your id_ed25519 key"... location and name?  What location of name?  It turned out it meant the "path" and the "filename"... and "if you are using"? It actually meant "if you used" in the previous steps.
2021-04-14 15:24:22 -07:00
Rachael Sewell
b1b8cb8e84 add topic frontmatter to articles (#18245) 2021-03-17 12:31:29 -07:00
William Torres
03b0f4d42f Update docs for generating a new SSH key for windows
I was trying to add a ssh key to my github using windows 10, and i was uncapable to procceed.
And i found that the commands `$ eval $(ssh-agent -s)` don't work on windows, but  ` $ eval `ssh-agent -s` ` works fine
2020-12-20 22:33:14 -03:00
poonam-lamba
b184ba9c13 Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md (#908)
* Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

I ran the steps today on mac OS Catalina and it did not work for me. I had to make two changes that I updated in the doc.

* Update content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Co-authored-by: hubwriter <hubwriter@github.com>

* Update content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Add space between sentences, plus slight rewording.

Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-20 09:25:07 +00:00
timball
079c229d51 use ed25519 keys instead of rsa keys (#362)
* use ed25519 keys instead of rsa keys

RSA keys are outdated. Even by using larger 4096 keys maybe it's best to move away from rsa keys altogether. 

This PR updates the document to suggest using ed25519 keys which, at this time, defaults to a 16 round key deviation function. It may be useful to suggest more rounds for the KDF but that's for a different PR. 

--timball

* Add RSA fallback and change id_rsa to id_ed25519

Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-03 11:23:04 +00:00
Laura Coursen
a3e1733aa1 GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
Jason Etcovitch
caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00