'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
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
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
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
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
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
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
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