[Puppet Users] ssh_authorized_key pattern-list

2022-08-31 Thread Saad Butto
Hi guys, I am trying to add a restriction to an SSH public key in the authorized_keys file. The restriction is to only allow ssh access from certain IP addresses using that particular SSH key. SSH has something called pattern-list where you can add from= ahead of the public key in the

Re: [Puppet Users] ssh_authorized_key pattern-list

2022-09-14 Thread Saad Butto
hmmm, I will give it a try. Thanks On Sunday, September 11, 2022 at 3:58:04 PM UTC-7 ianm wrote: > On Sat, 2022-09-10 at 08:26 -0700, Saad Butto wrote: > > > I found that too but it defers you to SSH options. It doesn't say how > > to use from= with puppet ssh_autho

Re: [Puppet Users] ssh_authorized_key pattern-list

2022-09-10 Thread Saad Butto
Hi Ian, I found that too but it defers you to SSH options. It doesn't say how to use from= with puppet ssh_authorized_key resource. Thanks On Sunday, September 4, 2022 at 3:07:48 PM UTC-7 ianm wrote: > On Wed, 2022-08-31 at 14:03 -0700, Saad Butto wrote: > > > >