SSH User List

Chris Worner

Well-known member
Registered
Joined
Apr 15, 2016
Messages
612
Points
28
Can anyone tell me what is the SSH command to show/list all user accounts that having on a VPS or a dedicated server? Basically, I wanted to see all logins that can access the box via SSH.
 

LJSHost

Well-known member
Hosting Provider
Registered
Joined
Jul 5, 2016
Messages
1,031
Points
63
Code:
cat /etc/passwd | egrep '(bash|jailshell)'
This will give you a list of accounts that have bash or jailedshell access, you can add other types of shell to the command.
 

djsmiley2k

Well-known member
Registered
Joined
Jul 10, 2016
Messages
198
Points
18
djsmiley2k
I tried to run this command and it works as well not only for Centos but Ubuntu

root@vps150207:~# cat /etc/passwd | egrep '(bash|jailshell)'
root:x:0:0:root:/root:/bin/bash
ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash

Thanks for sharing!
 

hfav

Active member
Registered
Hosting Provider
Joined
Jan 18, 2017
Messages
83
Points
8
You can remove access using following command

HTML:
usermod -s /sbin/nologin username
 
Older Threads
Replies
2
Views
2,905
Replies
5
Views
4,084
Replies
10
Views
8,927
Replies
9
Views
8,317
Newer Threads
Replies
8
Views
9,001
Replies
26
Views
22,866
Replies
7
Views
3,618
Replies
5
Views
2,892
Replies
9
Views
8,954
Latest Threads
Recommended Threads
Replies
25
Views
14,843
Replies
1
Views
2,709
Replies
2
Views
2,435
Replies
17
Views
6,752
Replies
4
Views
3,232

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top