본 글은 Chrome remote desktop을 command line으로 설치하는 방법에 대해서 안내한다.
Couldn't start host: OAuth error. 등의 error가 발생된다면, 아래 절차 대로 시도해보자.
1. 휴대폰 또는 다른 computer에서 chrome browser 실행 후 아래 link로 이동한다.
단, 해당 browser에 google 계정이 로그인 되어 있어야 한다.
https://remotedesktop.google.com/headless?hl=ko 에 접속한다.
2.
https://remotedesktop.google.com/headless?hl=ko에 나와 있는 다운로드 경로를 참조하여 chrome 원격 desktop을 command line에서 download 한다.
3. download한 chrome remote desktop을 설치한다.
$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb |
2.1 설치가 잘 안 되면 아래 명령 실행 후 다시 시도해본다.
$ sudo apt --fix-broken install $ sudo apt install libutempter0 $ sudo apt autoremove $ sudo dpkg -i chrome-remote-desktop_current_amd64.deb |
4.
이동 하면 계정을 선택한다. 그러면 http 치는 주소창이 자동으로 변경 된다. 그 문구 안에는 'code="4/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..."값이 있다. 복사 버튼을 눌러서 복사하자.
4. chrome remote desktop을 등록한다.
Shell script로 Chrome remote desktop을 등록해보자.
script 작성 시, 앞의 'DISPLAY= ' 부분은 제거해서 입력한다.
:wq 눌러서 저장하자.
아래 명령어로 실행 가능하도록 권한을 주자.
$ chmod 700 regChromeRemoteDesktop.sh |
생성된 shell script를 실행한다.
$./regChromeRemoteDesktop.sh |
Enter a PIN of at least six digits: Enter the same PIN again: [sudo] account 암호: [XXXX/XXXXXX.xxxxxx:INFO:daemon_controller_delegate_linux.cc(97)] Created symlink /etc/systemd/system/multi-user.target.wants/chrome-remote-desktop@account.service → /lib/systemd/system/chrome-remote-desktop@.service. |
https://cloud.google.com/architecture/chrome-desktop-remote-windows-compute-engine?hl=ko#set_up_the_chrome_remote_desktop_service 참고
이후 다른 computer에서, Chrome remote desktop으로 접속하면 된다.
일반 ubuntu인 경우, 아래와 같이 접속하고, Lubuntu나 다른 O/S인 경우, 적당한 것을 선택하여 접속한다.