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
!153
Saw a lonely i, told it to turn into a :
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Saw a lonely i, told it to turn into a :
someRandomI
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Caughlin Bohn
requested to merge
someRandomI
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e010a8b1
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/guides/anvil/connecting_to_linux_instances_from_mac.md
+
1
−
1
Options
@@ -32,7 +32,7 @@ and named `anvil_key`. Depending on which Linux OS you're using in your
instance, the username to use will be different. See the
[
Available Images
](
{{
<
relref
"
available_images
"
>
}})
page for a table with the username to use for each OS.
In the
*Terminal*
application, run the command
i
In the
*Terminal*
application, run the command
:
{{
<
highlight
bash
>
}}ssh -i ~/Desktop/anvil_key centos@
<ip
address
>
{{
<
/
highlight
>
}}
Loading