From a8a9f607cdffd57fb8fd468c5274651f8ac57a05 Mon Sep 17 00:00:00 2001 From: mad Date: Fri, 9 Nov 2018 11:48:15 +0000 Subject: [PATCH] Update page 'Usage' --- Usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Usage.md b/Usage.md index fa6c9fb..ee0b513 100644 --- a/Usage.md +++ b/Usage.md @@ -1,6 +1,7 @@ NLVMI is quite self-explanatory, but there are certainly some things that one needs to know. **Usermanagement** + There are two types of nlvmi users. Admins and non admins. In the usermanagement is a button between the name and the password to toggle. The Admin can do everything, while a normal user can only start/stop his/her own machine. If a user has no password set, then that user can only be used for the vms as unix user and not login to nlvmi. @@ -10,6 +11,7 @@ There is no cleanup of unused unix accounts by now! **Servers** + At least one server needs to be defined. If the management server also is a KVM host, then the connectstring can be left empty. The Name string does not need to be the actual hostname and could be anything. Remote servers are connected via ssh by using the connectstring. the unix-user nlvmi should be present on the remote-host and the ssh-key needs to be authorized. See the [[Installation]] page for details.