Skip to content

Update Linux Github Documentation #3

@rwclutterbuck

Description

@rwclutterbuck

Problems found in: Linux-and-WSL-Setup
The section Generate Personal Access Token is missing from the Linux documentation

The SSH commands are incomplete, a complete solution can be found here with the key points being:

  • ssh-keygen -t rsa -b 4096 -C "EMAIL" (note github's solution prefers a different encryption)
  • add key to ssh-agent
    • eval "$(ssh-agent -s)"
    • ssh-add ~/.ssh/KEY

I would also suggest booting ssh-agent using .bashrc

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions