Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online Users Not Displayed :: Not showing online status: OpenSSH user login #19

Open
prihac opened this issue Feb 28, 2023 · 3 comments

Comments

@prihac
Copy link

prihac commented Feb 28, 2023

problem: Not showing online status: OpenSSH user login

on a server with these specifications
OS: Debian 10 buster
Kernel: x86_64 Linux 4.19.0-23-amd64
Packages: 747
Shell: bash 5.0.3
CPU: Intel Xeon E-2336 CPU @ 2x 2.904GHz
RAM: 417MiB / 986MiB

I rebooted the server several times.
I changed the SSH port.
I even put four ports in the settings.

What is the solution?

It does not display online users.

===========================================
-----=[ Dropbear User Login ]=-----
ID | Username | IP Address

grep: (standard input): binary file matches
-----=[ OpenSSH User Login ]=-----
ID | Username | IP Address

grep: (standard input): binary file matches

===========================================

How can this problem be solved?

@MHadi031
Copy link

I saw the best performance of this project on ubuntu 20 and debian 9, test it

@prihac
Copy link
Author

prihac commented Mar 16, 2023

There is no problem in Debin 11.
If you have many users, be sure to upgrade the RAM to at least two cores and the CPU to two cores.
If you use three CPU cores, you will have much better quality.

  • Although the use of old operating systems creates better performance and less resources, it is not recommended at all in terms of security.

Thanks for the suggestion

@prihac
Copy link
Author

prihac commented Mar 24, 2023

the problem solved with these commands:

sudo rm -f /var/run/utmp
sudo rm -f /var/log/wtmp
sudo rm -f /var/log/btmp
sudo apt-get update
sudo apt-get upgrade openssh-server

@prihac prihac changed the title Not showing online status: OpenSSH user login Online Users Not Displayed :: Not showing online status: OpenSSH user login Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants