NobGit
public nobgit read

Wiki

This is Markdown version of NobGit Docs

Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/wiki.git
ssh://[email protected]:2222/orgs/nobgit/wiki.git

Trace

How to upload an SSH key.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

How to upload an SSH key.md on main
Author Date Commit Line Code
Alex Nord 15 days ago a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
1
# How to upload an SSH key
Open commit View diff
1 # How to upload an SSH key
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
2
Open commit View diff
2
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
3
## Generate an SSH key
Open commit View diff
3 ## Generate an SSH key
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
4
Open commit View diff
4
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
5
Use an Ed25519 key unless your system requires a different key type.
Open commit View diff
5 Use an Ed25519 key unless your system requires a different key type.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
6
Open commit View diff
6
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
7
### Windows
Open commit View diff
7 ### Windows
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
8
Open commit View diff
8
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
9
1. Open **PowerShell**.
Open commit View diff
9 1. Open **PowerShell**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
10
2. Run `ssh-keygen -t ed25519 -C "[email protected]"`.
Open commit View diff
10 2. Run `ssh-keygen -t ed25519 -C "[email protected]"`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
11
3. Press **Enter** to accept the default file location.
Open commit View diff
11 3. Press **Enter** to accept the default file location.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
12
4. Optionally enter a passphrase when prompted.
Open commit View diff
12 4. Optionally enter a passphrase when prompted.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
13
5. Copy the public key with `Get-Content $env:USERPROFILE\.ssh\id_ed25519.pub`.
Open commit View diff
13 5. Copy the public key with `Get-Content $env:USERPROFILE\.ssh\id_ed25519.pub`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
14
Open commit View diff
14
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
15
### macOS
Open commit View diff
15 ### macOS
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
16
Open commit View diff
16
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
17
1. Open **Terminal**.
Open commit View diff
17 1. Open **Terminal**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
18
2. Run `ssh-keygen -t ed25519 -C "[email protected]"`.
Open commit View diff
18 2. Run `ssh-keygen -t ed25519 -C "[email protected]"`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
19
3. Press **Enter** to accept the default file location.
Open commit View diff
19 3. Press **Enter** to accept the default file location.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
20
4. Optionally enter a passphrase when prompted.
Open commit View diff
20 4. Optionally enter a passphrase when prompted.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
21
5. Copy the public key with `cat ~/.ssh/id_ed25519.pub`.
Open commit View diff
21 5. Copy the public key with `cat ~/.ssh/id_ed25519.pub`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
22
Open commit View diff
22
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
23
### Linux
Open commit View diff
23 ### Linux
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
24
Open commit View diff
24
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
25
1. Open your terminal.
Open commit View diff
25 1. Open your terminal.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
26
2. Run `ssh-keygen -t ed25519 -C "[email protected]"`.
Open commit View diff
26 2. Run `ssh-keygen -t ed25519 -C "[email protected]"`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
27
3. Press **Enter** to accept the default file location.
Open commit View diff
27 3. Press **Enter** to accept the default file location.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
28
4. Optionally enter a passphrase when prompted.
Open commit View diff
28 4. Optionally enter a passphrase when prompted.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
29
5. Copy the public key with `cat ~/.ssh/id_ed25519.pub`.
Open commit View diff
29 5. Copy the public key with `cat ~/.ssh/id_ed25519.pub`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
30
Open commit View diff
30
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
31
## Upload the key to NobGit
Open commit View diff
31 ## Upload the key to NobGit
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
32
Open commit View diff
32
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
33
1. Click your account menu in the top right.
Open commit View diff
33 1. Click your account menu in the top right.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
34
2. Click **Settings**.
Open commit View diff
34 2. Click **Settings**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
35
3. Open **Access**.
Open commit View diff
35 3. Open **Access**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
36
4. Open **Git access**.
Open commit View diff
36 4. Open **Git access**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
37
5. Find **Optional SSH key**.
Open commit View diff
37 5. Find **Optional SSH key**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
38
6. Enter a recognizable **Key name**, such as `Work laptop`.
Open commit View diff
38 6. Enter a recognizable **Key name**, such as `Work laptop`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
39
7. Paste the public key into **Public key**. It should start with a type such as `ssh-ed25519`.
Open commit View diff
39 7. Paste the public key into **Public key**. It should start with a type such as `ssh-ed25519`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
40
8. Select **Add SSH key**.
Open commit View diff
40 8. Select **Add SSH key**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
41
Open commit View diff
41
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
42
Use the SSH clone URL shown in the repository clone panel after the key is saved.
Open commit View diff
42 Use the SSH clone URL shown in the repository clone panel after the key is saved.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
43
Open commit View diff
43
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
44
- [Previous: access token](How to create an access token.md)
Open commit View diff
44 - [Previous: access token](How to create an access token.md)
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
45
Open commit View diff
45
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
46
- [Next: GPG key](How to upload a GPG key.md)
Open commit View diff
46 - [Next: GPG key](How to upload a GPG key.md)