Created
December 5, 2019 16:14
-
-
Save hxtree/8b2ec8bbc9b97ff01b0f2475dfef9b82 to your computer and use it in GitHub Desktop.
Ubuntu Enable XSession via SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| touch /home/test/.Xauthority | |
| apt install x11-apps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AllowUsers test | |
| PasswordAuthentication yes | |
| ChallengeResponseAuthentication no | |
| UsePAM yes | |
| X11Forwarding yes | |
| X11UseLocalhost yes | |
| Banner none | |
| PrintMotd no | |
| AcceptEnv LANG LC_* | |
| Subsystem sftp /usr/lib/openssh/sftp-server | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment