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
!363
Update X11 and Cyberduck Mac docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update X11 and Cyberduck Mac docs
mac_update
into
master
Overview
0
Commits
1
Pipelines
0
Changes
22
Merged
Natasha Pavlovikj
requested to merge
mac_update
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
22
Expand
Update X11 and Cyberduck Mac docs
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7aed66e4
1 commit,
1 year ago
22 files
+
26
−
31
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
content/connecting/how_to_setup_x11_forwarding.md
+
5
−
2
Options
@@ -27,12 +27,15 @@ weight = "35"
@@ -27,12 +27,15 @@ weight = "35"
-
If your OS version is newer than 10.8, please do the following:
-
If your OS version is newer than 10.8, please do the following:
1.
Download and install XQuartz.
1.
Download and install XQuartz.
Download link: https://dl.bintray.com/xquartz/downloads/XQuartz-2.7.11.dmg
Download link: https://github.com/XQuartz/XQuartz/releases/download/XQuartz-2.8.5/XQuartz-2.8.5.pkg
{{% notice info %}}**Note that the screenshots given here use XQuartz 2.8.5. Different versions may have different prompts.**{{% /notice %}}
2.
Type
`ssh -Y username@hostname`
in your terminal to login.
2.
Type
`ssh -Y username@hostname`
in your terminal to login.
3.
To test your X11 setup, after login, type command "xeyes" and press
3.
To test your X11 setup, after login, type command "xeyes" and press
enter.
enter.
{{< figure src="/images/
11637374
.png" height="400" >}}
{{< figure src="/images/
mac_x11_forwarding
.png" height="400" >}}
4.
Close the xeyes application by "Control + c" from the terminal or
4.
Close the xeyes application by "Control + c" from the terminal or
click the close button on the up-left corner of the graphical
click the close button on the up-left corner of the graphical
window.
window.
Loading