No login prompt


gadreel

Recommended Posts

Your config/go script has some old code for handling ssh, you should remove all of this:

mkdir /root/.ssh 
cp /boot/config/ssh/* /root/.ssh/ 
cd /root/.ssh 
chmod 600 * 
#Copies all files needed for authorized ssh connections 
mkdir /root/.ssh 
cp /boot/config/ssh/* /root/.ssh/ 
cd /root/.ssh 
chmod 600 * 

/root/.ssh/ is a symlink to /boot/config/ssh/root/ so any files that you want to persist should be placed in /boot/config/ssh/root/

 

Nothing else stands out to me, I'd suggest installing the Fix Common Problems plugin and see if it highlights any issues. 

Link to comment

Installed Fix Common Problems, nothing stands out.

Removed those line also from the Go file and still does not work.

 

This started back in the day when I had an Nvidia GPU, it started doing that when we used to have those Unraid-Nvidia versions... I do not know if that helps.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.