initial formatting changes complete
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
---
|
||||
title: Connecting from a MacOS Client
|
||||
#tags:
|
||||
keywords: MacOS, mac os, mac, connecting, client, configuration, SSH, X11
|
||||
last_updated: 07 September 2022
|
||||
summary: "This document describes a recommended setup for a MacOS client."
|
||||
sidebar: merlin7_sidebar
|
||||
permalink: /merlin7/connect-from-macos.html
|
||||
---
|
||||
# Connecting from a MacOS Client
|
||||
|
||||
## SSH without X11 Forwarding
|
||||
|
||||
@@ -37,7 +29,7 @@ we provide a small recipe for enabling X11 Forwarding in MacOS.
|
||||
|
||||
* For enabling client X11 forwarding, add the following to the start of ``~/.ssh/config``
|
||||
to implicitly add ``-X`` to all ssh connections:
|
||||
|
||||
|
||||
```bash
|
||||
ForwardAgent yes
|
||||
ForwardX11Trusted yes
|
||||
|
||||
Reference in New Issue
Block a user