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

2010-01-25 Thread John Poelstra
Daniel J Walsh said the following on 01/25/2010 12:31 PM Pacific Time: > ps -eZ | grep sshd Here it is [r...@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

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

2010-01-25 Thread Daniel J Walsh
On 01/24/2010 11:11 PM, John Poelstra wrote: > Daniel J Walsh said the following on 01/21/2010 05:05 AM Pacific Time: >> On 01/20/2010 11:35 PM, John Poelstra wrote: >>> >>> Where else should I be looking? >>> >>> It is very clear that I can log in remotely on the non-standard port w/ >>> selinux d

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

2010-01-24 Thread John Poelstra
Daniel J Walsh said the following on 01/21/2010 05:05 AM Pacific Time: On 01/20/2010 11:35 PM, John Poelstra wrote: Where else should I be looking? It is very clear that I can log in remotely on the non-standard port w/ selinux disabled and that it will not work when selinux is enabled. John

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

2010-01-21 Thread Daniel J Walsh
On 01/20/2010 11:35 PM, John Poelstra wrote: > Daniel J Walsh said the following on 01/20/2010 11:26 AM Pacific Time: >> On 01/19/2010 05:28 PM, John Poelstra wrote: >>> Daniel J Walsh said the following on 01/07/2010 05:23 AM Pacific Time: On 01/06/2010 09:29 PM, John Poelstra wrote: > I'

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

2010-01-20 Thread John Poelstra
Daniel J Walsh said the following on 01/20/2010 11:26 AM Pacific Time: > On 01/19/2010 05:28 PM, John Poelstra wrote: >> Daniel J Walsh said the following on 01/07/2010 05:23 AM Pacific Time: >>> On 01/06/2010 09:29 PM, John Poelstra wrote: I'm running sshd on a high (>1024) port number and ca

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

2010-01-20 Thread Daniel J Walsh
On 01/19/2010 05:28 PM, John Poelstra wrote: > Daniel J Walsh said the following on 01/07/2010 05:23 AM Pacific Time: >> On 01/06/2010 09:29 PM, John Poelstra wrote: >>> I'm running sshd on a high (>1024) port number and cannot find a clear >>> step by step guide for configuring this correctly on F

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

2010-01-19 Thread John Poelstra
inode0 said the following on 01/06/2010 07:25 PM Pacific Time: > On Wed, Jan 6, 2010 at 8:39 PM, John Poelstra wrote: >> John Poelstra said the following on 01/06/2010 06:29 PM Pacific Time: >>> >>> I'm running sshd on a high (>1024) port number and cannot find a clear >>> step by step guide for c

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

2010-01-19 Thread John Poelstra
Daniel J Walsh said the following on 01/07/2010 05:23 AM Pacific Time: > On 01/06/2010 09:29 PM, John Poelstra wrote: >> I'm running sshd on a high (>1024) port number and cannot find a clear >> step by step guide for configuring this correctly on Fedora 12 on >> google I've come across lots of

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

2010-01-14 Thread Paul W. Frields
On Thu, Jan 14, 2010 at 03:49:16PM -0500, Daniel J Walsh wrote: > On 01/14/2010 10:33 AM, Paul W. Frields wrote: > > On Wed, Jan 13, 2010 at 07:48:24PM -0800, John Poelstra wrote: > >> Ed Greshko said the following on 01/13/2010 06:32 PM Pacific Time: > >>> John Poelstra wrote: > [r...@localho

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

2010-01-14 Thread Daniel J Walsh
On 01/14/2010 10:33 AM, Paul W. Frields wrote: > On Wed, Jan 13, 2010 at 07:48:24PM -0800, John Poelstra wrote: >> Ed Greshko said the following on 01/13/2010 06:32 PM Pacific Time: >>> John Poelstra wrote: [r...@localhost ~]# grep ssh /var/log/audit/audit.log | audit2allow -m myssh

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

2010-01-14 Thread Paul W. Frields
On Wed, Jan 13, 2010 at 07:48:24PM -0800, John Poelstra wrote: > Ed Greshko said the following on 01/13/2010 06:32 PM Pacific Time: > > John Poelstra wrote: > >> [r...@localhost ~]# grep ssh /var/log/audit/audit.log | audit2allow -m > >> myssh > >> Traceback (most recent call last): > >> File

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

2010-01-14 Thread Daniel J Walsh
On 01/13/2010 10:48 PM, John Poelstra wrote: > Ed Greshko said the following on 01/13/2010 06:32 PM Pacific Time: >> John Poelstra wrote: >>> [r...@localhost ~]# grep ssh /var/log/audit/audit.log | audit2allow -m myssh >>> Traceback (most recent call last): >>> File "/usr/bin/audit2allow", line

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

2010-01-13 Thread John Poelstra
Ed Greshko said the following on 01/13/2010 06:32 PM Pacific Time: > John Poelstra wrote: >> [r...@localhost ~]# grep ssh /var/log/audit/audit.log | audit2allow -m myssh >> Traceback (most recent call last): >> File "/usr/bin/audit2allow", line 24, in >> import sepolgen.policygen as polic

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

2010-01-13 Thread Ed Greshko
John Poelstra wrote: > Daniel J Walsh said the following on 01/07/2010 05:23 AM Pacific Time: > >> On 01/06/2010 09:29 PM, John Poelstra wrote: >> >>> I'm running sshd on a high (>1024) port number and cannot find a clear >>> step by step guide for configuring this correctly on Fedora 12 on

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

2010-01-13 Thread John Poelstra
Daniel J Walsh said the following on 01/07/2010 05:23 AM Pacific Time: > On 01/06/2010 09:29 PM, John Poelstra wrote: >> I'm running sshd on a high (>1024) port number and cannot find a clear >> step by step guide for configuring this correctly on Fedora 12 on >> google I've come across lots of

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

2010-01-11 Thread James Wilkinson
John Poelstra wrote: > I'm running sshd on a high (>1024) port number and cannot find a > clear step by step guide for configuring this correctly on Fedora 12 > on google I've come across lots of random bugs and forum > questions, but nothing that starts at the beginning of the process > throug