Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!165
Updating Anvil ssh keys on mac instructions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updating Anvil ssh keys on mac instructions
macSSHKeys
into
master
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
eharstad
requested to merge
macSSHKeys
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a0258120
1 commit,
5 years ago
5 files
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
content/guides/anvil/creating_ssh_key_pairs_on_mac.md
+
1
−
1
Options
@@ -9,7 +9,7 @@ used, which is located in the _Utilities_ folder under _Applications_.
@@ -9,7 +9,7 @@ used, which is located in the _Utilities_ folder under _Applications_.
{{
<
figure
src=
"/images/13598866.png"
width=
"598"
height=
"67"
>
}}
{{
<
figure
src=
"/images/13598866.png"
width=
"598"
height=
"67"
>
}}
Start _Terminal_ and run the
Start _Terminal_ and run the
command
`ssh-keygen -f ~/Desktop/anvil_key`
. This will create two key
command
`ssh-keygen
-m PEM
-f ~/Desktop/anvil_key`
. This will create two key
files on your Desktop, one public and one private, which can later be
files on your Desktop, one public and one private, which can later be
moved to whatever location you prefer.
moved to whatever location you prefer.
Loading