Linux/CentOS
CentOS 6.6 에 원격접속 툴 X2GO 설치
조영래
2015. 11. 5. 18:32
공식 사이트 : http://wiki.x2go.org/doku.php
<Server 설치 및 실행>
1. epel 설치
<CentOS 6.X 64bit용>
# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -Uvh epel-release-6-8.noarch.rpm |
1. The correct fix is to update your SSL certificates.
# yum upgrade ca-certificates --disablerepo=epel # yum install epel-release -y |
3. 필요 패키지 설치
# yum -y install fuse fuse-libs |
4. fuse, sshfs 설치
# yum install fuse sshfs |
5. x2goserver 설치
# yum -y install x2goclient x2goserver-xsession |
6. 서버 실행
# service x2gocleansessions start |
<Client 설치 및 실행>
http://wiki.x2go.org/doku.php 에서 Window Installer 다운로드 하여 설치
* 실행할 때 Seestion Type을 GNOME으로 선택
<출처> http://cafe.naver.com/linuxlog/2939