728x90
반응형
설정을 이것 저것해서....아래 방식만으로 해결되었는지는 정확하지 않음.
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
728x90
반응형
'Infra > Ubuntu-Linux' 카테고리의 다른 글
find exec ls 조합 사용하기 (0) | 2024.02.16 |
---|---|
fuser (0) | 2024.02.05 |
Displaying Ubuntu 22.04 Applications Remotely (X11 Forwarding) (0) | 2024.02.02 |
x11 forwarding 포워딩 (0) | 2024.02.02 |
sudo netstat -nltp 현재 구동중인 서버리스트를 볼수 있다. (0) | 2024.01.21 |
댓글