Linux&Unix
AIX x-11 forwarding 설정하기(gui 창 띄우기)
취미툰
2024. 7. 18. 13:37
반응형
출처 : https://www.ibm.com/support/pages/aix-x11-how-enable-x11-forwarding-ssh
AIX X11: How to enable X11 forwarding with SSH
AIX X11: How to enable X11 forwarding with SSH
www.ibm.com
절차는 아래와 같습니다.
1)
vi /etc/ssh/sshd_config 에서 X11Forwarding yes 로 설정합니다.
2)
stopsrc -s sshd
startsrc -s sshd 로 sshd 서비스를 재기동합니다.
3)
xclock으로 테스트해보면 완료!
(xclock은 xorg* 패키지가 있어야 합니다. 없으면 yum install -y xorg* 로 설치한 후 테스트하면 됩니다)
반응형