]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-doc.texi
vnc: disable VNC password authentication (security type 2) when in FIPS mode
[mirror_qemu.git] / qemu-doc.texi
index a41448a7a7d962a0de0146aad6abdf0e822b187a..f32e9e2fb9f3e698443f81db9c6e2093cd710910 100644 (file)
@@ -1124,9 +1124,11 @@ the protocol limits passwords to 8 characters it should not be considered
 to provide high security. The password can be fairly easily brute-forced by
 a client making repeat connections. For this reason, a VNC server using password
 authentication should be restricted to only listen on the loopback interface
-or UNIX domain sockets. Password authentication is requested with the @code{password}
-option, and then once QEMU is running the password is set with the monitor. Until
-the monitor is used to set the password all clients will be rejected.
+or UNIX domain sockets. Password authentication is not supported when operating
+in FIPS 140-2 compliance mode as it requires the use of the DES cipher. Password
+authentication is requested with the @code{password} option, and then once QEMU
+is running the password is set with the monitor. Until the monitor is used to
+set the password all clients will be rejected.
 
 @example
 qemu-system-i386 [...OPTIONS...] -vnc :1,password -monitor stdio