From 37e4a04812ee04b11e5c9bfa6df4091faaa0acb1 Mon Sep 17 00:00:00 2001 From: Santori Helix <74464484+santorihelix@users.noreply.github.com> Date: Wed, 18 Nov 2020 00:27:48 +0000 Subject: [PATCH] Update split-ssh.md --- docs/configuration/split-ssh.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/configuration/split-ssh.md b/docs/configuration/split-ssh.md index e809a0d..c1560e6 100644 --- a/docs/configuration/split-ssh.md +++ b/docs/configuration/split-ssh.md @@ -1,13 +1,5 @@ ---- -layout: doc -title: Split SSH -permalink: /doc/split-ssh/ -redirect_from: - ---- - # Qubes Split SSH - +----------------- This Qubes setup allows you to keep SSH private keys in a vault VM (`vault`) and SSH Client VM (`ssh-client`) to use them only after being authorized. This is done by using Qubes's [qrexec][qrexec] framework to connect a local SSH Agent socket from an AppVM to the SSH Agent socket within the vault VM. ## Overview