[TW] Systemd/Dbus Broken
Hello, TW - Latest Snapshot. I just did a fresh install in a server and found that Login 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 ``` Created a new user and manually start the user@id.service, for a moment worked, but after a moment stop working, and got again: https://forums.opensuse.org/uploads/default/original/3X/a/2/a21b19383dd0bab2... There is not log and can't found anything related to this.
participants (1)
-
Walddys Emmanuel Dorrejo Céspedes