Re: Unable to SSH into Server

2024-10-22 Thread Keith Smith via PLUG-discuss
I've seen YAML maybe two times and have never used it. On 2024-10-22 15:44, Snyder, Alexander J wrote: Ansible is YAML, so it's dead simple from the perspective of a PHP Dev. -- Thanks, Alexander Sent from my Google Pixel 7 Pro On Tue, Oct 22, 2024, 15:35 wrote: What is the learning cu

Re: Unable to SSH into Server

2024-10-22 Thread Snyder, Alexander J via PLUG-discuss
Ansible is YAML, so it's dead simple from the perspective of a PHP Dev. -- Thanks, Alexander Sent from my Google Pixel 7 Pro On Tue, Oct 22, 2024, 15:35 wrote: > > What is the learning curve for that? > > > On 2024-10-22 15:09, Snyder, Alexander J wrote: > > I think a lot of this could be made

Re: Unable to SSH into Server

2024-10-22 Thread Keith Smith via PLUG-discuss
What is the learning curve for that? On 2024-10-22 15:09, Snyder, Alexander J wrote: I think a lot of this could be made a lot easier with Ansible and Jinja templates. -- Thanks, Alexander Sent from my Google Pixel 7 Pro On Tue, Oct 22, 2024, 13:39 Keith Smith via PLUG-discuss wrote: Th

Re: Unable to SSH into Server

2024-10-22 Thread Snyder, Alexander J via PLUG-discuss
I think a lot of this could be made a lot easier with Ansible and Jinja templates. -- Thanks, Alexander Sent from my Google Pixel 7 Pro On Tue, Oct 22, 2024, 13:39 Keith Smith via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Thank You Everyone!! > > Seems the problem was I needed to

Re: Unable to SSH into Server

2024-10-22 Thread Keith Smith via PLUG-discuss
Thank You Everyone!! Seems the problem was I needed to uncomment "PasswordAuthentication yes". When creating a user with SSH ability. Keith On 2024-10-22 10:46, Rusty Carruth via PLUG-discuss wrote: ChatGPT gave a more complete answer than I do below (the question was: This person is using

Re: Unable to SSH into Server

2024-10-22 Thread Rusty Carruth via PLUG-discuss
ChatGPT gave a more complete answer than I do below (the question was: This person is using vhost, and thinks he wants to chroot to the docroot of the vhost when the user logs in. What do you think of that?) (I never thought I'd be pointing people to an AI for answers! ;-) On 10/22/24 10:42,

Re: Unable to SSH into Server

2024-10-22 Thread Rusty Carruth via PLUG-discuss
One thing I don't understand, below. On 10/22/24 10:25, Keith Smith via PLUG-discuss wrote: Hi, I appreciate all the feedback.  There is more to the story. The 3 things I think I need to accomplish: 1) Add a user and configure it to use SSH. 2) Configure each vhost to use PHP-FPM. 3) Li

Re: Unable to SSH into Server

2024-10-22 Thread Stephen Partington via PLUG-discuss
thats strange. you cannot incorporate a sudo -u apache into the mix? how does vs-code work with its ssh protocols? On Tue, Oct 22, 2024 at 1:25 PM wrote: > Hi, > > I appreciate all the feedback. There is more to the story. > > I am running a 10 year old Dell that is my daily driver. It has Ku

Re: Unable to SSH into Server

2024-10-22 Thread Keith Smith via PLUG-discuss
Hi, I appreciate all the feedback. There is more to the story. I am running a 10 year old Dell that is my daily driver. It has Kubuntu installed on it. I have a MSW10 laptop on my private network that I have installed VirtualBox on. I am a PHP developer so I use LAMP to further my goals

Re: Unable to SSH into Server

2024-10-22 Thread Stephen Partington via PLUG-discuss
The sshd pam setting is the one you want to make sure works because that appears to link sshd access to valid system users for ssh access. This is a link to my bog stock login. and any user I create (as a system user) can access via SSH. except for root. but root cannot even log in at this point.

Re: Microsoft Windows Deadline—10 Days To Update Or Stop Using Your PC

2024-10-22 Thread Stephen Partington via PLUG-discuss
I just order with the minimum drive size and replace the drive. On Tue, Oct 22, 2024 at 1:14 AM Arun Khan via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > On Sun, Oct 20, 2024 at 4:29 AM Snyder, Alexander J via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> It was the r

Re: ubuntu 24.04lts where is the default user ssh access stored

2024-10-22 Thread Stephen Partington via PLUG-discuss
the default access controls are in /etc/ssh/sshd_config with the following. # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will # be allowed through the KbdInteractiveAuthentication and # PasswordAuthentication