• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

[linux]ssh_gui붙기_easy

01 Nov 2021

ref: https://jimnong.tistory.com/748

Prepare

  • 기본base: putty가 깔려있어야함

Server configuaration

$ sudo apt-get install xauth

$ sudo vim /etc/ssh/sshd_config

config file 내부에 있는 X11Forwarding yes로 수정

Client Install

https://mobaxterm.mobatek.net/

설치 후 putty session으로 그대로 접속하면 gui 뜨기 가능

image



linuxremote_connectsshgui Share Tweet +1