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
89c8efac
Commit
89c8efac
authored
7 years ago
by
Chi Pak
Browse files
Options
Downloads
Patches
Plain Diff
README
parents
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+68
-0
68 additions, 0 deletions
README.md
with
68 additions
and
0 deletions
README.md
0 → 100644
+
68
−
0
View file @
89c8efac
General BioHPC Setup
====
Instructions for logging into BioHPC and adding SSH key to Github profile. The
latter is required to clone Github repos from the dorsolab group.
Logging into BioHPC
----
Login into your UTSW BioHPC account. In the Linux/Mac terminal, type
```
ssh username@nucleus.biohpc.swmed.edu
```
where
`username`
is your individual user account name.
Then type in your
`password`
to complete the login process.
If you have forgotten your
`password`
, you can reset it
[
here
](
https://portal.biohpc.swmed.edu/accounts/password-change/
)
.
After logging in, go to your individual
`project`
folder.
Using the username -
`pikachu`
```
cd /project/SCCC/DOrso_lab/pikachu
```
Add SSH Key to Github Profile
----
In order to download Github repos from the dorsolab group,
you must provide authentication in the form of a
`SSH key`
.
The key is added to your secure profile.
Log into your profile on
[
UTSW's Github page
](
https://git.biohpc.swmed.edu/
)
.
To login, use your Portal or BioHPC username/password.
Complete instructions to add SSH key to your
Github Profile are found
[
here
](
https://git.biohpc.swmed.edu/help/ssh/README
)
.
You can follow an abbreviated version of it below.
To generate a SSH key for your BioHPC account, type
```
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.
To view your SSH key, type
```
cat ~/.ssh/id_rsa.pub
```
You should see the following
```
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.
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`
.
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