From 644763bbba40b9256d1c5013108390d67c93a045 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Wed, 12 Oct 2016 17:21:24 +0000 Subject: [PATCH] Improvements to docs. --- doc/Setting up an SSH server.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/Setting up an SSH server.md b/doc/Setting up an SSH server.md index 58cc4e1..18179fd 100644 --- a/doc/Setting up an SSH server.md +++ b/doc/Setting up an SSH server.md @@ -4,8 +4,8 @@ This tutorial will teach you how to set up an SSH server on your Qubes network s We assume: -1. That you have a desktop or laptop *manager* machine, from which you desire to manage a Qubes OS server. -2. That you have a Qubes OS *server*, which you want to manage. +1. That you have a desktop or laptop *manager* machine. +2. That you have a Qubes OS *server*. 3. That both machines share a physical network link (e.g. Wi-Fi or Ethernet). ## Set up Qubes network server @@ -109,6 +109,8 @@ sudo passwd -l user ``` Good news! You can now remotely log in, from your manager machine, -to your Qubes OS server. +to your Qubes OS server. You are also able to run commands on the +`exp-manager` VM, directly from your manager machine. -You can also [enable remote management of your Qubes network server](https://github.com/Rudd-O/ansible-qubes/tree/master/doc/Remote management of Qubes OS servers.md). +Should you want to run commands on *other* VMs of your Qubes OS server, +then learn how to [enable remote management of your Qubes network server](https://github.com/Rudd-O/ansible-qubes/tree/master/doc/Remote management of Qubes OS servers.md).