Re: Unable to SSH into Server

2024-10-21 Thread Rusty Carruth via PLUG-discuss
'for fun' I pasted the text of your email in to chatgpt, it had some interesting advice: *Verify User Exists*:  - probably not your problem. *Check User's Shell*: Ensure that the user "default" has a valid shell. You can check the user's entry in |/etc/passwd| |Good suggestion, imho, but you d

Re: Unable to SSH into Server

2024-10-21 Thread Rusty Carruth via PLUG-discuss
The other questions are all great, but can you ssh from the server to itself as the desired user?  That is, ssh theSSHdude@localhost , which should hopefully rule out network issues ;-) I'll also mention that I had a weird issue with SSH where I could ssh from machine A to machine B, but not f

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

2024-10-21 Thread Arun Khan via PLUG-discuss
On Mon, Oct 21, 2024 at 7:09 PM Keith Smith via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Hi > > When I look at the /etc/ssh/sshd_config file I do not find the user > created at installation, however I can SSH into that server. > Not sure about your question. Any user that is allo

Re: Unable to SSH into Server

2024-10-21 Thread Arun Khan via PLUG-discuss
On Mon, Oct 21, 2024 at 7:24 PM Keith Smith via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Hi, > > I am a little stuck. > > I am trying to configure a user that will allow me to log into an Ubuntu > 24.04lts server via SSH. > > I created a line : "AllowUsers default" in /etc/ssh/sshd

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

2024-10-21 Thread Arun Khan via PLUG-discuss
On Sun, Oct 20, 2024 at 4:29 AM Snyder, Alexander J via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > It was the release of Windows Vista that first pushed me to embrace Linux > full time. I've gone through cycles here and there, and although my primary > PC is a Windows Surface Pro tab

Re: Unable to SSH into Server

2024-10-21 Thread der.hans via PLUG-discuss
Am 21. Oct, 2024 schwätzte Keith Smith via PLUG-discuss so: moin moin, Here are a few directions to go that might help with troubleshooting. You can use -v multiple times with the ssh client to get debug info. Going to 3, -vvv, is usually sufficient to get to the point of final rejection from t

ubuntu 24.04lts where is the default user ssh access stored

2024-10-21 Thread Keith Smith via PLUG-discuss
Hi When I look at the /etc/ssh/sshd_config file I do not find the user created at installation, however I can SSH into that server. Thanks!! Keith --- PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to cha

Unable to SSH into Server

2024-10-21 Thread Keith Smith via PLUG-discuss
Hi, I am a little stuck. I am trying to configure a user that will allow me to log into an Ubuntu 24.04lts server via SSH. I created a line : "AllowUsers default" in /etc/ssh/sshd_config Then sudo systemctl restart ssh Try to login and get "client_loop: send disconnect: Broken pipe" sudo t