need howto for SELinux config--ssh on non-standard port

John Poelstra poelstra at redhat.com
Mon Jan 25 21:08:45 UTC 2010


Daniel J Walsh said the following on 01/25/2010 12:31 PM Pacific Time:
> ps -eZ | grep sshd

Here it is....

[root at localhost ~]# ps -ef | grep ssh
root       827     1  0 Jan24 ?        00:00:00 /usr/sbin/sshd
root      1150     1  0 Jan24 ?        00:00:00 /usr/sbin/sshd -f 
sshd_config
root      2662   827  1 05:09 ?        00:00:00 sshd: root at pts/0
root      2686  2667  0 05:10 pts/0    00:00:00 grep ssh
[root at localhost ~]# ps -eZ | grep ssh
system_u:system_r:sshd_t:s0-s0:c0.c1023 827 ?  00:00:00 sshd
unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 1150 ? 00:00:00 sshd
system_u:system_r:sshd_t:s0-s0:c0.c1023 2662 ? 00:00:00 sshd
[root at localhost ~]#




More information about the users mailing list