Difference between revisions of "Setting up SIMC"

From HallCWiki
Jump to navigationJump to search
Line 5: Line 5:
 
**Optionally select '''Watch''' to be notified of changes to simc_gfortran.
 
**Optionally select '''Watch''' to be notified of changes to simc_gfortran.
 
* Setup ssh keys on ifarm or other machines
 
* Setup ssh keys on ifarm or other machines
##Generate ssh key if you do not have one.
+
#Generate ssh key if you do not have one.
###ssh-keygen -t rsa  ( when prompted for pass phrase just hit return )
+
##ssh-keygen -t rsa  ( when prompted for pass phrase just hit return )
###ssh-add ~/.ssh/id_rsa
+
##ssh-add ~/.ssh/id_rsa
##Put ssh public key on Github
+
#Put ssh public key on Github
### Open the "Settings" in the pull down menu on the extreme right.
+
## Open the "Settings" in the pull down menu on the extreme right.
### Go to "SSH and GPG keys"
+
## Go to "SSH and GPG keys"
### Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github.
+
## Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github.

Revision as of 09:24, 12 February 2025

Setting up SIMC

Github suff

  1. Generate ssh key if you do not have one.
    1. ssh-keygen -t rsa ( when prompted for pass phrase just hit return )
    2. ssh-add ~/.ssh/id_rsa
  2. Put ssh public key on Github
    1. Open the "Settings" in the pull down menu on the extreme right.
    2. Go to "SSH and GPG keys"
    3. Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github.