X11 포워딩 - Ubuntu DeskTop 22.04
페이지 정보
작성자 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 1,946회 작성일 22-07-14 16:43본문
sudo apt update
sudo apt upgrade
sudo apt install openssh-server
sudo systemctl start ssh
sudo systemctl enable ssh
sudo ufw allow ssh
sudo vi /etc/ssh/sshd_config
X11Forwarding yesX11DisplayOffset 10X11UseLocalhost no
sudo -s
touch /root/.Xauthority
chmod 600 /root/.Xauthority
reboot
댓글목록
등록된 댓글이 없습니다.