diff options
author | 2014-02-04 00:49:04 +0000 | |
---|---|---|
committer | 2014-02-04 00:49:04 +0000 | |
commit | 4ef4c021b3fbf9e795fa3138b981d2e919a73653 (patch) | |
tree | 3f5ab5d13f5780a7193b4822a47b519bb982a966 | |
parent | simplify removal of fstab leftovers in /tmp (diff) | |
download | wireguard-openbsd-4ef4c021b3fbf9e795fa3138b981d2e919a73653.tar.xz wireguard-openbsd-4ef4c021b3fbf9e795fa3138b981d2e919a73653.zip |
Explain what can be used for passwords in install.conf: either plaintext,
or strings from encrypt(1), or 13 *'s to disable password login. Adjust the
example so it shows a password for root, and a locked password with SSH key
for the user. ok rpe@ halex@
-rw-r--r-- | share/man/man8/autoinstall.8 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man8/autoinstall.8 b/share/man/man8/autoinstall.8 index 8bc81222409..b7cb449e1ff 100644 --- a/share/man/man8/autoinstall.8 +++ b/share/man/man8/autoinstall.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoinstall.8,v 1.5 2013/12/30 19:22:08 jmc Exp $ +.\" $OpenBSD: autoinstall.8,v 1.6 2014/02/04 00:49:04 sthen Exp $ .\" .\" Copyright (c) 2013 Robert Peichaer <rpe@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 30 2013 $ +.Dd $Mdocdate: February 4 2014 $ .Dt AUTOINSTALL 8 .Os .Sh NAME @@ -70,6 +70,14 @@ is an installer question (up to the question mark) or a non-ambiguous part of it, consisting of whitespace separated words. .Ql answer is the answer to the question. +Passwords may be in plaintext, encrypted with +.Xr encrypt 1 , +or set to +.Ql ************* +to disable password logins, only permitting alternative access methods +(for example, +.Xr ssh 1 +keys). .Pp If .Nm @@ -92,7 +100,7 @@ Password for root = $2a$14$Z4xRMg8vDpgYH...GVot3ySoj8yby Change the default console to com0 = yes Which speed should com0 use = 19200 Setup a user = puffy -Password for user = $2a$12$YXFAjVNUOZ9Pk...2uEW1QDTJDnW +Password for user = ************* Public ssh key for user = ssh-rsa AAAAB3...RVtZJL puffy@ai What timezone are you in = Europe/Stockholm Location of sets = http |