[Git][root/services/hosts-conf][main] Fix ssh-keyldap in c3hpc

Fernando K pushed to branch main at Root / Serviços / Hosts Conf Commits: da37097f by Fernando Monteiro Kiotheka at 2025-08-08T15:24:04-03:00 Fix ssh-keyldap in c3hpc - - - - - 1 changed file: - hosts/c3hpc.c3sl.ufpr.br/sshd_config Changes: ===================================== hosts/c3hpc.c3sl.ufpr.br/sshd_config ===================================== @@ -44,8 +44,8 @@ AuthorizedKeysFile .ssh/authorized_keys .ssh/root_keys #AuthorizedPrincipalsFile none -#AuthorizedKeysCommand none -#AuthorizedKeysCommandUser nobody +AuthorizedKeysCommand /usr/local/bin/ssh-keyldap +AuthorizedKeysCommandUser nobody # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts #HostbasedAuthentication no View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/hosts-conf/-/commit/da37097ff70bdf... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/hosts-conf/-/commit/da37097ff70bdf... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)