[Bug 1233011] New: [TW] SSH not creating user session
https://bugzilla.suse.com/show_bug.cgi?id=1233011 Bug ID: 1233011 Summary: [TW] SSH not creating user session Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: dev.dorrejo@gmail.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Hello, TW - Latest Snapshot. I just did a fresh install in a server and found that Loging to the user from SSH is not creating the session nor dbus, so when trying to work with container, systemd, and loginctl appear the user is not existent. What it must happens is: - When connecting through ssh to the machine, a XDG_RUNTIME or user-slice session must be started, which is not happening. loginctl: https://forums.opensuse.org/uploads/default/original/3X/8/3/839eaf47e96e4617... systemd: https://forums.opensuse.org/uploads/default/original/3X/a/2/a21b19383dd0bab2... podman: https://forums.opensuse.org/uploads/default/original/3X/e/a/ea5bb7885009ec0e... Looking into what service exist: https://forums.opensuse.org/uploads/default/original/3X/5/4/54b0e0b0c667cc2a... my sshd_config: ``` Port 22 ListenAddress 0.0.0.0 LogLevel VERBOSE # Strong encryption settings Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512 # Key exchange algorithms HostKeyAlgorithms ssh-ed25519,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com # Authentication settings PermitRootLogin prohibit-password PasswordAuthentication no ChallengeResponseAuthentication no AuthenticationMethods publickey # Enable only key-based login AuthorizedKeysFile .ssh/authorized_keys # Additional security settings AllowTcpForwarding yes AllowAgentForwarding no StrictModes yes IgnoreRhosts yes X11Forwarding no PermitTunnel no MaxAuthTries 2 UseDNS no PermitUserEnvironment no # Client keep-alive ClientAliveInterval 15 ClientAliveCountMax 6 # Strict HostKey settings HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key ``` -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1233011 https://bugzilla.suse.com/show_bug.cgi?id=1233011#c1 Walddys Emmanuel Dorrejo Céspedes <dev.dorrejo@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Walddys Emmanuel Dorrejo Céspedes <dev.dorrejo@gmail.com> --- Somehow UsePam was set to No, and didn't that was the one to manage the systemd session -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com