poor man's kvm: on arch linux how to start a remote wayland session

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 4

  • @LaSpookyEXE
    @LaSpookyEXE 19 дней назад

    arch is awesome

  • @TheOisannNetwork
    @TheOisannNetwork 20 дней назад +2

    holy ISO

  • @PepeSEAT
    @PepeSEAT 19 дней назад +1

    So X11 is insecure because it runs as root, but remote passwordless autologin to Wayland is secure?

    • @privacydied
      @privacydied  18 дней назад

      I specifically address this in the video, there is a difference between something running as root and CONFIGURING your machine to log in automatically. Autologin is a convenience feature, not inherently insecure if configured properly.
      By enabling passwordless autologin, you're essentially trusting the physical security of the machine. The system assumes that the physical environment is secure enough to allow autologin. Even with passwordless autologin, processes spawned in the user session are subject to standard Linux user permissions.
      Also with PAM you can make it autologin into a restrictricted user with fewer permissions.