Re: sshd configure howto

2007-03-18 Thread Joachim Schipper
On Sun, Mar 18, 2007 at 01:49:43PM +0800, Jay Jesus Amorin wrote: > On 3/17/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: > >On Sat, Mar 17, 2007 at 12:46:29PM +0800, Jay Jesus Amorin wrote: > >> On 3/17/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: > >> >On Fri, Mar 16, 2007 at 07:17:10PM +080

Re: sshd configure howto

2007-03-17 Thread Brian A. Seklecki
>From an architecture standpoint, It wouldn't be within the mandate of sshd(8) anyway. You'd accomplish this using some userland resource quota enforcement policy (max number of processes, max instances of a shell). Hell you could do it in /etc/profile or ~/.cshrc I don't know of one OTTMH, bu

Re: sshd configure howto

2007-03-17 Thread Jay Jesus Amorin
im using this set-up for pf/authpf authentication gateway, all i'm concern of is i dont want my user use other users account. hope this helps you help me. thanks --jay-- On 3/17/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: On Sat, Mar 17, 2007 at 12:46:29PM +0800, Jay Jesus Amorin wrote: >

Re: sshd configure howto

2007-03-17 Thread Joachim Schipper
On Sat, Mar 17, 2007 at 12:46:29PM +0800, Jay Jesus Amorin wrote: > On 3/17/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: > >On Fri, Mar 16, 2007 at 07:17:10PM +0800, Jay Jesus Amorin wrote: > >> hi gurus, > >> > >> how will i configure sshd to allow only one username at a time. > >> > >> example

Re: sshd configure howto

2007-03-16 Thread Jay Jesus Amorin
thanks for the ideas On 3/17/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: On Fri, Mar 16, 2007 at 07:17:10PM +0800, Jay Jesus Amorin wrote: > hi gurus, > > how will i configure sshd to allow only one username at a time. > > example: > > on pc1 ssh [EMAIL PROTECTED] > on pc2 ssh [EMA

Re: sshd configure howto

2007-03-16 Thread Joachim Schipper
On Fri, Mar 16, 2007 at 07:17:10PM +0800, Jay Jesus Amorin wrote: > hi gurus, > > how will i configure sshd to allow only one username at a time. > > example: > > on pc1 ssh [EMAIL PROTECTED] > on pc2 ssh [EMAIL PROTECTED] > > now what i like to happen is ssh on pc2 should be drop bec

sshd configure howto

2007-03-16 Thread Jay Jesus Amorin
hi gurus, how will i configure sshd to allow only one username at a time. example: on pc1 ssh [EMAIL PROTECTED] on pc2 ssh [EMAIL PROTECTED] now what i like to happen is ssh on pc2 should be drop bec. the user root is already connected from pc1. is it possible with to configure sshd