diff options
author | Devaev Maxim <[email protected]> | 2020-03-26 06:26:56 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-03-26 13:17:07 +0300 |
commit | 8fd2a597bbbaa9efa544a0166d0e218d61db4005 (patch) | |
tree | e4217d55fcbcf1121c61108a1a0044673eb49b15 /configs/kvmd | |
parent | 94b779c5868a20f46c1d78c56fd19e01285a4e25 (diff) |
vncauth
Diffstat (limited to 'configs/kvmd')
-rw-r--r-- | configs/kvmd/vncpasswd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/kvmd/vncpasswd b/configs/kvmd/vncpasswd new file mode 100644 index 00000000..28c2a19d --- /dev/null +++ b/configs/kvmd/vncpasswd @@ -0,0 +1,12 @@ +# This file describes the credentials for VNCAuth. The left part before arrow is a passphrase +# for VNCAuth. The right part is username and password with which the user can access to KVMD API. +# The arrow is used as a separator and shows the relationship of user registrations on the system. +# +# Never use the same passwords for VNC and IPMI users. This default configuration is shown here +# for example only. +# +# If this file does not contain any entries, VNCAuth will be disabled and you will only be able +# to login in using your KVMD username and password using VeNCrypt methods. + +# pa$$phr@se -> admin:password +admin -> admin:admin |