원격 상자에 SSH로 연결할 때
$ ssh -X remotebox
그런 다음 원격 상자에서 파이어 폭스를 시작하십시오.
remotebox$ firefox
로컬 컴퓨터에서 firefox를 실행하면 로컬 firefox 창이 열립니다. 원격 상자에서 firefox 프로세스가 실행되고 있지 않습니다.
내 로컬 컴퓨터에서 firefox가 실행되고 있지 않으면 원격 firefox 창이 열립니다.
로컬 파이어 폭스 창을 여는 이유는 무엇입니까? 어떻게 방지 할 수 있습니까?
여기 내 로컬 시스템에 대한 추가 정보가 있습니다.
Linux lesmana-laptop 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
DISPLAY=:0.0
Mozilla Firefox 3.6.8, Copyright (c) 1998 - 2010 mozilla.org
remotebox의 정보.
Linux dxray 2.6.22.19-0.4-default #1 SMP 2009-08-14 02:09:16 +0200 x86_64 x86_64 x86_64 GNU/Linux
LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64:desktop-3.1-amd64:desktop-3.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch
Distributor ID: SUSE LINUX
Description: openSUSE 10.3 (X86-64)
Release: 10.3
Codename: n/a
DISPLAY=localhost:15.0
Mozilla Firefox 3.0.14, Copyright (c) 1998 - 2009 mozilla.org
다음 명령은 원격 firefox 창으로 원격 firefox 세션을 시작합니다.
remotebox$ firefox -no-remote
다음 명령은 잠시 지연된 다음 다시 프롬프트로 돌아가고 로컬 파이어 폭스 창이 나타납니다. remotebox에서 firefox 프로세스가 실행되고 있지 않습니다.
remotebox$ firefox
remotebox2의 정보.
Linux marvin 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 00:22:23 UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
DISPLAY=localhost:11.0
Mozilla Firefox 3.6.8, Copyright (c) 1998 - 2010 mozilla.org
remotebox2의 다음 명령은 예상대로 원격 firefox 세션을 시작합니다.
remotebox2$ firefox
remotebox2의 firefox가 로컬 세션 대신 원격 세션을 시작하는 이유를 모르겠습니다.
$DISPLAY
합니다. 문제가되지 않는 것 같습니다 .ssh가 올바르게 설정 한 것으로 보입니다.
$DISPLAY
로컬 머신과 원격 머신 모두에서 변수 의 내용을 얻을 수 있습니까 ?