Replies: 0 comments 2 replies
-
|
Side Note: Debian 11 works just fine in a Hyper-V VM, worked very well for anyone curious. |
Beta Was this translation helpful? Give feedback.
-
|
I've recently added a check that the user exists that leans on getent as part of the username change dialog, I've also added similar logic for the EtherDFS interface, they are part of a larger update I am looking into to break out the menu data and dialog generation. I am going to add similar logic to the startup script to prompt the user to change to an existing user if the current one does not exist for the deployed system as you demonstrate above the reliance on a The dialog-rewrite branch includes this new logic but also is a large step in the code base which I'd prefer was well tested before I merge to main |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just some notes while I try to get this going on Ubuntu 20.04 for an interesting non-retro gaming purpose of my own (legacy hardware that needs old smb support in a mixed environment with new hardware on a secure segregated off the grid network, it's complicated :P, using an easy solution like this would be nice).
systemctl restart sshas it's already running in an elevated prompt. One relevant line --> https://github.com/danmons/retronas/blob/20d4b587058553816420b903d0727ec8a7a05067/ansible/install_openssh.yml#L19 - When I exited the program and manually restarted the ssh service, I was able to rerun the install script for openssh-server, so this seems to be running fine after one little hiccup.That's all I got so far. Hopefully this helps as a reference point.
Beta Was this translation helpful? Give feedback.
All reactions