I'm struggling to figure out why I cannot ssh into my ubuntu containers. I had thought I could in the past, but perhaps I never could or something changed.
I have sshd_config set to allow root access as follows "PermitRootLogin yes", yet can't log in.
I did notice that most of the config file is commented # out, so not sure I need to uncomment things or not.
and ssh is running.
Any helps is appreciated.
Thanks
I have sshd_config set to allow root access as follows "PermitRootLogin yes", yet can't log in.
I did notice that most of the config file is commented # out, so not sure I need to uncomment things or not.
and ssh is running.
Any helps is appreciated.
Thanks
Code:
root@PlexServer:/etc/ssh# systemctl status sshd
Failed to dump process list for 'ssh.service', ignoring: Input/output error
* ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-03-28 10:21:59 EDT; 36min ago
Docs: man:sshd(8)
man:sshd_config(5)
Process: 603 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 605 (sshd)
Tasks: 1 (limit: 4915)
Memory: 1.4M
CGroup: /system.slice/ssh.service
Mar 28 10:22:04 PlexServer sshd[621]: Received disconnect from 192.168.11.93 port 55999:11: [preauth]
Mar 28 10:22:04 PlexServer sshd[621]: Disconnected from 192.168.11.93 port 55999 [preauth]
Mar 28 10:44:52 PlexServer sshd[685]: Received disconnect from 192.168.11.93 port 56820:11: [preauth]
Mar 28 10:44:52 PlexServer sshd[685]: Disconnected from 192.168.11.93 port 56820 [preauth]
Mar 28 10:45:12 PlexServer sshd[687]: Received disconnect from 192.168.11.93 port 56821:11: [preauth]
Mar 28 10:45:12 PlexServer sshd[687]: Disconnected from 192.168.11.93 port 56821 [preauth]
Mar 28 10:47:11 PlexServer sshd[694]: Received disconnect from 192.168.11.93 port 56851:11: [preauth]
Mar 28 10:47:11 PlexServer sshd[694]: Disconnected from 192.168.11.93 port 56851 [preauth]
Last edited: