Difference between revisions of "Turtlebot3 Waffle Nuc X11 Remote Display 20240825"

From wikidb
Jump to: navigation, search
(Reference)
(Reference)
Line 23: Line 23:
 
> WaylandEnable=false
 
> WaylandEnable=false
 
[2]-  Done                    sudo emacs /etc/gdm3/custom.conf
 
[2]-  Done                    sudo emacs /etc/gdm3/custom.conf
 +
 +
 +
 +
eepp@adams:ssh$ pwd
 +
/etc/ssh
 +
eepp@adams:ssh$ ls
 +
moduli          sshd_config              ssh_host_ed25519_key.pub
 +
'#ssh_config#'    sshd_config.d            ssh_host_rsa_key
 +
ssh_config      ssh_host_ecdsa_key      ssh_host_rsa_key.pub
 +
ssh_config.d    ssh_host_ecdsa_key.pub  ssh_import_id
 +
ssh_config.org  ssh_host_ed25519_key
 +
eepp@adams:ssh$ sudo cp sshd_config sshd_config.org
 +
eepp@adams:ssh$ sudo emacs sshd_config
 +
X11 connection rejected because of wrong authentication.
 +
Display localhost:10.0 unavailable, simulating -nw
 +
eepp@adams:ssh$
 +
eepp@adams:ssh$
 +
eepp@adams:ssh$
 +
eepp@adams:ssh$
 +
eepp@adams:ssh$
 +
eepp@adams:ssh$ diff sshd_config.org sshd_config
 +
91,92c91,92
 +
< #X11DisplayOffset 10
 +
< #X11UseLocalhost yes
 +
---
 +
> X11DisplayOffset 10
 +
> X11UseLocalhost no
 +
eepp@adams:ssh$
 +
eepp@adams:ssh$
  
  
 
</pre>
 
</pre>

Revision as of 09:52, 26 August 2024

Reference

wayland
eepp@sisters:~$ sudo emacs /etc/gdm3/custom.conf &
[1] 3319
eepp@sisters:~$ cd /etc/gdm3

[1]+  Stopped                 sudo emacs /etc/gdm3/custom.conf  (wd: ~)
(wd now: /etc/gdm3)
eepp@sisters:/etc/gdm3$ cp custom.conf custom.conf.org
cp: cannot create regular file 'custom.conf.org': Permission denied
eepp@sisters:/etc/gdm3$ sudo cp custom.conf custom.conf.org
[sudo] password for eepp: 
eepp@sisters:/etc/gdm3$ sudo emacs /etc/gdm3/custom.conf &
[2] 3440
eepp@sisters:/etc/gdm3$ diff custom.conf.org custom.conf
7c7
< #WaylandEnable=false
---
> WaylandEnable=false
[2]-  Done                    sudo emacs /etc/gdm3/custom.conf



eepp@adams:ssh$ pwd
/etc/ssh
eepp@adams:ssh$ ls
 moduli           sshd_config              ssh_host_ed25519_key.pub
'#ssh_config#'    sshd_config.d            ssh_host_rsa_key
 ssh_config       ssh_host_ecdsa_key       ssh_host_rsa_key.pub
 ssh_config.d     ssh_host_ecdsa_key.pub   ssh_import_id
 ssh_config.org   ssh_host_ed25519_key
eepp@adams:ssh$ sudo cp sshd_config sshd_config.org
eepp@adams:ssh$ sudo emacs sshd_config
X11 connection rejected because of wrong authentication.
Display localhost:10.0 unavailable, simulating -nw
eepp@adams:ssh$ 
eepp@adams:ssh$ 
eepp@adams:ssh$ 
eepp@adams:ssh$ 
eepp@adams:ssh$ 
eepp@adams:ssh$ diff sshd_config.org sshd_config
91,92c91,92
< #X11DisplayOffset 10
< #X11UseLocalhost yes
---
> X11DisplayOffset 10
> X11UseLocalhost no
eepp@adams:ssh$ 
eepp@adams:ssh$