Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Setup_for_BioHPC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ivandorsolab
Setup_for_BioHPC
Commits
749e976b
There was an error fetching the commit references. Please try again later.
Commit
749e976b
authored
6 years ago
by
Chi Pak
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
28aeb694
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-15
26 additions, 15 deletions
README.md
with
26 additions
and
15 deletions
README.md
+
26
−
15
View file @
749e976b
...
@@ -25,22 +25,22 @@ Add SSH Key to Github Profile
...
@@ -25,22 +25,22 @@ Add SSH Key to Github Profile
In order to download Github repos from the dorsolab group,
In order to download Github repos from the dorsolab group,
you must provide authentication in the form of a
`SSH key`
.
you must provide authentication in the form of a
`SSH key`
.
The SSH key, which acts like a permanent password, is added to your Git profile.
The
`
SSH key
`
, which acts like a permanent password, is added to your Git profile.
#### Generate and Copy SSH Key
#### Generate and Copy SSH Key
Once logged into BioHPC, Generate a SSH key by typing (or copy-and-paste)
Once logged into BioHPC, Generate a
`
SSH key
`
by typing (or copy-and-paste)
```
```
ssh-keygen -t rsa -C "your.email@example.com" -b 4096
ssh-keygen -t rsa -C "your.email@example.com" -b 4096
```
```
where
`your.email@example.com`
should be replaced with your UTSW email.
where
`your.email@example.com`
should be replaced with your UTSW email.
Then Press
`Enter`
when it asks for the default directory.
Then Press
`Enter`
when it asks for the default directory.
Then Press
`Enter`
at both passphrase prompts (do not set a password).
Then Press
`Enter`
at both passphrase prompts (do not set a password).
You will need to copy the SSH key generated above.
You will need to copy the
`
SSH key
`
generated above.
To view your SSH key, type
To view your
`
SSH key
`
, type
```
```
cat ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub
...
@@ -52,23 +52,34 @@ You should see the following
...
@@ -52,23 +52,34 @@ You should see the following
ssh-rsa ....... = your.email@example.com
ssh-rsa ....... = your.email@example.com
```
```
where
`.......`
is a long alphanumeric key that spans multiple lines.
where
`.......`
is a long alphanumeric key that spans multiple lines. This is your SSH key.
Highlight the entire ssh key - starting from
`ssh`
and ending with
`.com`
and copy it.
Congrats, you've successfully copied your uniqu
e SSH key
and are ready to add it to your Git profile.
Highlight the entir
e
`
SSH key
`
- starting from
`ssh`
and ending with
`.com`
and copy it.
Then navigate to the
`SSH Keys`
tab in your
`Profile Settings`
and
Congrats, you've successfully copied your unique
`SSH key`
and are ready to add it to your Git profile.
paste your key in the
`Key`
section and give it a relevant
`Title`
.
Log into your Git profile on
[
UTSW's Github page
](
https://git.biohpc.swmed.edu/
)
- upper right corner.
#### Add SSH Key to Git Profile

Log into your Git profile on
[
UTSW's Github page
](
https://git.biohpc.swmed.edu/
)
.
To login, use your Portal or BioHPC username/password (
*not your UTSW credentials*
).
To login, use your Portal or BioHPC username/password (
*not your UTSW credentials*
).


Once logged in, go to your Settings (upper right corner)

On the left, you'll see
`SSH Key`
- click on it

Paste the
`SSH key`
you generated and copied above into the window titled
`Key`

Finally, click
`Add Key`
. Congrats, you're done add the
`SSH key`
to your Git profile.
#### Need more Instructions?
Didn't think the abbreviated instructions provided enough details?
Didn't think the abbreviated instructions provided enough details?
Go to the
[
full instructions
](
https://git.biohpc.swmed.edu/help/ssh/README
)
to add SSH key to your Git profile.
Go to the
[
full instructions
](
https://git.biohpc.swmed.edu/help/ssh/README
)
to add SSH key to your Git profile.
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment