How to Add SSH Keys to the Expertiza Production Server: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
==Get your Key==
==Get your Key==
<pre style="white-space:normal;">cat ~/.ssh/id_rsa.pub</pre>
<pre style="white-space:normal;">cat ~/.ssh/id_rsa.pub</pre>
Copy and paste this in an email to <a href="mailto:expertiza-support@ncsu.edu">expertiza-support</a> with the subject line of "Add SSH Key to Production Server"
Copy and paste this in an email to [mailto:expertiza-support@ncsu.edu expertiza-support] with the subject line of "Add SSH Key to Production Server"

Latest revision as of 20:30, 6 January 2013

Create your SSH Key

ssh-keygen -trsa -C "your_email@address.com"

The passphrase is optional, but it is more secure.

Get your Key

cat ~/.ssh/id_rsa.pub

Copy and paste this in an email to expertiza-support with the subject line of "Add SSH Key to Production Server"