Vanilla-OS / live-iso

Vanilla OS Live ISO Builder.
GNU General Public License v3.0
993 stars 104 forks source link

Remote Login (SSH) setting always turns off #168

Open Maddin2Code opened 1 year ago

Maddin2Code commented 1 year ago

Issue Description

Even though the Remote Login option appears to be turned on after you click it and enter the user credentials, you cannot log in to the system though ssh. If you check the option again in Settings, you will see that remote login is disabled.

Steps to Reproduce

On what version of Vanilla OS this happens?

22.10

Additional Information

I have a clean install on bare metal, Dell OptiPlex 7040

kbdharun commented 1 year ago

Thanks for reporting this issue, It is a known one.

We have instructions for it pinned in our #support channel in our Discord server for fixing it.

Steps

  1. systemctl enable --now sshd
  2. ssh-keygen -A
  3. Open Settings and navigate to Sharing
  4. Enable Remote Login
  5. Reboot System
camzilla1050 commented 1 year ago

@kbdharun

Tnx. generating keys works fine !)