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
28aeb694
Commit
28aeb694
authored
6 years ago
by
Chi Pak
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
83e7da13
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-15
21 additions, 15 deletions
README.md
with
21 additions
and
15 deletions
README.md
+
21
−
15
View file @
28aeb694
...
...
@@ -27,25 +27,19 @@ In order to download Github repos from the dorsolab group,
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.
Log into your Git profile on
[
UTSW's Github page
](
https://git.biohpc.swmed.edu/
)
- upper right corner.

To login, use your Portal or BioHPC username/password (
*not your UTSW credentials*
).
#### Generate and Copy SSH Key

Generate a SSH key, type
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
```
where
`your.email@example.com`
should be replaced with your UTSW email.
After typing in the above command, you will see a few prompts.
Press
`Enter`
when it ask for the default directory and to save a passphrase -
Press
`Enter`
at both passphrase prompts.
Then Press
`Enter`
when it asks for the default directory.
Then Press
`Enter`
at both passphrase prompts (do not set a password).
You will need to copy the SSH key generated above.
To view your SSH key, type
```
...
...
@@ -55,14 +49,26 @@ cat ~/.ssh/id_rsa.pub
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.
Highlight the entire ssh key - starting from
`ssh`
and ending with
`.com`
-
and copy it to the clipboard.
where
`.......`
is a long alphanumeric key that spans multiple lines.
Highlight the entire ssh key - starting from
`ssh`
and ending with
`.com`
and copy it.
Congrats, you've successfully copied your unique SSH key and are ready to add it to your Git profile.
Then navigate to the
`SSH Keys`
tab in your
`Profile Settings`
and
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.

To login, use your Portal or BioHPC username/password (
*not your UTSW credentials*
).

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.
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