Re: Custom SSH Authentication

2012-09-10 Thread Karl E. Jorgensen
Hii On Fri, Sep 07, 2012 at 10:04:51PM +0100, Alex Robbins wrote: > I am looking to set up a custom SSH authentication system. I have a several > RSA key pairs for my user, and I want to restrict ssh access based on which > key pair is being used (not based on user name). On top of tha

Re: Custom SSH Authentication

2012-09-09 Thread Alex Robbins
On 09/08/2012 02:55 AM, Brian wrote: On Fri 07 Sep 2012 at 16:04:51 -0500, Alex Robbins wrote: I am also hoping to take it a step further and say that the restricted key (the one that only works at certain times) also requires that a pass phrase be provided that changes based on an arbitrary al

Re: Custom SSH Authentication

2012-09-09 Thread Chris Davies
Alex Robbins wrote: > I am looking to set up a custom SSH authentication system. I have a several > RSA key pairs for my user, and I want to restrict ssh access based on which > key pair is being used (not based on user name). On top of that, I want > to restrict keys based on time

Re: Custom SSH Authentication

2012-09-08 Thread shawn wilson
On Sep 8, 2012 4:13 AM, "Brian" wrote: > > On Fri 07 Sep 2012 at 16:04:51 -0500, Alex Robbins wrote: > > > I am looking to set up a custom SSH authentication system. I have a several > > RSA key pairs for my user, and I want to restrict ssh access based on which

Re: Custom SSH Authentication

2012-09-08 Thread Brian
On Fri 07 Sep 2012 at 16:04:51 -0500, Alex Robbins wrote: > I am looking to set up a custom SSH authentication system. I have a several > RSA key pairs for my user, and I want to restrict ssh access based on which > key pair is being used (not based on user name). On top of that, I

Re: Custom SSH Authentication

2012-09-08 Thread Brian
On Fri 07 Sep 2012 at 16:04:51 -0500, Alex Robbins wrote: > I am also hoping to take it a step further and say that the restricted key > (the one that only works at certain times) also requires that a pass phrase > be provided that changes based on an arbitrary algorithm, perhaps involving > the t

Re: Custom SSH Authentication

2012-09-07 Thread Glenn English
On Sep 7, 2012, at 3:04 PM, Alex Robbins wrote: > I am looking to set up a custom SSH authentication system. I have a several > RSA key pairs for my user, and I want to restrict ssh access based on which > key pair is being used (not based on user name). On top of that, I want >

Custom SSH Authentication

2012-09-07 Thread Alex Robbins
I am looking to set up a custom SSH authentication system. I have a several RSA key pairs for my user, and I want to restrict ssh access based on which key pair is being used (not based on user name). On top of that, I want to restrict keys based on time of day. In short, a certain key can