search for: rocky8

Displaying 5 results from an estimated 5 matches for "rocky8".

Did you mean: rocky
2024 Jun 13
1
kerberos default_ccache_name with sssd
...ere is now a SSSD Kerberos Cache Manager rather then storing in individual file. On 6/11/2024 7:21 PM, Dave Macias wrote: > Just to show what i mean when i ssh into my vms, 2 vms save the cache in /tmp and the other 2 in /home. See what happens when i run the loop below: > > > for i in rocky8client rocky9client rocky9server rocky8server; do /usr/bin/sshpass -p password /usr/bin/ssh -l jdoe $i "hostname; klist"; done > > rocky8client.domain.net <http://rocky8client.domain.net> > Ticket cache: FILE:/tmp/krb5cc_2000_WP04h8h0sa > Default principal: jdoe at DOMAIN...
2024 Jun 11
1
kerberos default_ccache_name with sssd
Thank you both for the replies and explanation! @douglas Can i set?KRB5CCNAME somewhere so that it uses /home? Where? But even if i could set the env variable i have this odd behavior: I now have 4 vms running. 2 are rocky8 and 2 are rocky9, with same settings and versions I stated on my first post. From the 4 vms, when I ssh into them, 2 of them set a cache file in the users home and the other two save it in /tmp. I cant seem to understand why my other two vms do not want to setup the cache in the /home. The only d...
2024 Jun 12
1
kerberos default_ccache_name with sssd
Just to show what i mean when i ssh into my vms, 2 vms save the cache in /tmp and the other 2 in /home. See what happens when i run the loop below: > for i in rocky8client rocky9client rocky9server rocky8server; do /usr/bin/sshpass -p password /usr/bin/ssh -l jdoe $i "hostname; klist"; done rocky8client.domain.net Ticket cache: FILE:/tmp/krb5cc_2000_WP04h8h0sa Default principal:?jdoe at DOMAIN.NET Valid starting Expires Service principal 06/11/2024...
2024 Jun 11
1
kerberos default_ccache_name with sssd
On 6/6/2024 8:26 AM, Dave Macias wrote: > *I wanted to see if I could make the cache file user-specific, instead of > the default location (/tmp/krb5cc-blabla).* SSH is creating a separate ticket cache file for each login session and owned by the user. This has been the preferred way to do this for decades. https://kerberos.mit.narkive.com/YJB4Hshz/krb5ccname-and-sshd Your: "Ticket
2024 May 15
1
rsync whole file transfers extremely slow over SSH - but only in a particular virtual guest
...guest OS networking is fine, including bandwidth over ssh. - The hypervisor rsync works fine. - A guest OS in another datacenter works fine. - CPU is not being maxed out, either on the source or target. iowait is not showing anything significant. RAM seems modest. - rsync on the guest is v3.1.3 on Rocky8. I am somewhat stuck. Google is of no help, it's all "it might be this, it might be that", but I've eliminated everything I have found and still the problem remains. Has anyone encountered anything like this before? Regards, Graham --