Linux Mint 17 Qiana - 원격데스크탑 설정 // XRDP Settings

이 놈의 XRDP 항상 배포판 마다 맨날 설정이 달라 -ㅅ-

Xubuntu를 날려먹어서 자료가 없으므로 민트만 기록용으로 추가


설치 // Installation
   #sudo apt-get install xrdp vino

설정 // Configuration
   #vino-preferences
     사용자 계정으로 실행할 것 // not root account  

    #sudo vi /etc/xrdp/xrdp.ini
[globals]
bitmap_cache=yes
bitmap_compression=yes
port=3389
crypt_level=low
channel_code=1
max_bpp=32
[xrdp1]
name=sesman-Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=5900



문제 // Problem

  1. security level is 0 문제
started connecting
connecting to 127.0.0.1 5900
tcp connected
security level is 0 (1 = none, 2 = standard)
error - problem connecting
  • #sudo apt-get install dconf-editor
  • #dconf-editor
    • org > gnome > desktop > remote-access
    • require-encryption 체크 해제 // uncheck the box



댓글