소스 검색

Don't enable RSA-AES by default in servers

These require a key to have been set up on the server beforehand, so
they do not give a good default experience as clients will be unable to
connect.
tags/v1.12.90
Pierre Ossman 1 년 전
부모
커밋
b98ff69145
3개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 0
    3
      common/rfb/SecurityServer.cxx
  2. 1
    1
      unix/x0vncserver/x0vncserver.man
  3. 1
    1
      unix/xserver/hw/vnc/Xvnc.man

+ 0
- 3
common/rfb/SecurityServer.cxx 파일 보기

@@ -50,9 +50,6 @@ StringParameter SecurityServer::secTypes
")",
#ifdef HAVE_GNUTLS
"TLSVnc,"
#endif
#ifdef HAVE_NETTLE
"RA2_256,RA2,RA2ne_256,RA2ne,"
#endif
"VncAuth",
ConfServer);

+ 1
- 1
unix/x0vncserver/x0vncserver.man 파일 보기

@@ -106,7 +106,7 @@ Specify which security scheme to use for incoming connections. Valid values
are a comma separated list of \fBNone\fP, \fBVncAuth\fP, \fBPlain\fP,
\fBTLSNone\fP, \fBTLSVnc\fP, \fBTLSPlain\fP, \fBX509None\fP, \fBX509Vnc\fP,
\fBX509Plain\fP, \fBRA2\fP, \fBRA2ne\fP, \fBRA2_256\fP and \fBRA2ne_256\fP.
Default is \fBTLSVnc,RA2_256,RA2,RA2ne_256,RA2ne,VncAuth\fP.
Default is \fBTLSVnc,VncAuth\fP.
.
.TP
.B \-rfbauth \fIpasswd-file\fP, \-PasswordFile \fIpasswd-file\fP

+ 1
- 1
unix/xserver/hw/vnc/Xvnc.man 파일 보기

@@ -188,7 +188,7 @@ Specify which security scheme to use for incoming connections. Valid values
are a comma separated list of \fBNone\fP, \fBVncAuth\fP, \fBPlain\fP,
\fBTLSNone\fP, \fBTLSVnc\fP, \fBTLSPlain\fP, \fBX509None\fP, \fBX509Vnc\fP,
\fBX509Plain\fP, \fBRA2\fP, \fBRA2ne\fP, \fBRA2_256\fP and \fBRA2ne_256\fP.
Default is \fBTLSVnc,RA2_256,RA2,RA2ne_256,RA2ne,VncAuth\fP.
Default is \fBTLSVnc,VncAuth\fP.
.
.TP
.B \-Password \fIpassword\fP

Loading…
취소
저장