diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-04-17 22:49:23 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-18 01:00:53 +0200 |
commit | c80cd4dfb4da1cc9d0ace233513bee0497db8a74 (patch) | |
tree | 9f13f50fe19cd3d6d1e4fe9707a9bd939de28a1d /doc | |
parent | 07bf68ed093bd66903c6c20b42caafe10688ea04 (diff) | |
download | guix-c80cd4dfb4da1cc9d0ace233513bee0497db8a74.tar guix-c80cd4dfb4da1cc9d0ace233513bee0497db8a74.tar.gz |
install: Enable SSH in installation image.
* gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE-TYPE.
* doc/guix.texi (Preparing for Installation)[Networking]: Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e6a9706b92..72741e034a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -36,7 +36,8 @@ Copyright @copyright{} 2017 Federico Beffa@* Copyright @copyright{} 2017 Carlo Zancanaro@* Copyright @copyright{} 2017 Thomas Danckaert@* Copyright @copyright{} 2017 humanitiesNerd@* -Copyright @copyright{} 2017 Christopher Allan Webber +Copyright @copyright{} 2017 Christopher Allan Webber@* +Copyright @copyright{} 2017 Marius Bakke Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -7446,6 +7447,17 @@ ping -c 3 gnu.org Setting up network access is almost always a requirement because the image does not contain all the software and tools that may be needed. +@cindex installing over SSH +If you want to, you can continue the installation remotely by starting +an SSH server: + +@example +herd start ssh-daemon +@end example + +Make sure to either set a password with @command{passwd}, or configure +OpenSSH public key authentication before logging in. + @subsubsection Disk Partitioning Unless this has already been done, the next step is to partition, and |