Re: [CentOS] Assitance with perl

2022-02-02 Thread David Christensen
On 1/30/22 17:12, H wrote: I am writing a long bash script under CentOS 7 where perl is used for manipulating some external files. So far I am using perl one-liners to do so but ran into a problem when I need to append text to an external file. Here is a simplified example in the bash script w

Re: [CentOS] Kerberos auth

2011-10-06 Thread David Christensen
Take a look at FreeIPA, aka RHEL IPA which uses kerberos. Much easier to deploy kerberos using it and client config I done via a client rpm. David On Oct 6, 2011, at 3:38 AM, Bazy wrote: > Hello, > > I'm thinking of implementing centralized authentication using Kerberos > on 48 servers, all

Re: [CentOS] SSH Automatic Log-on Failure - Centos 5.5

2011-01-27 Thread David Christensen
If pw less access is something you prefer use a kerberos based service like FreeIPA/RedhatIPA. No need for ssh keys, and pw aren't stored locally. You can log in as a regular user and sudo su - to root, which can be done during ssh login: ssh -t user@host sudo su - David On Jan 27, 2011,