From 64bb1b31d796098084e60d4d1ff9424b232b5743 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Sun, 27 Apr 2025 09:07:29 +0200 Subject: [PATCH] Add license info and update README --- README.md | 6 ++---- update_ssh.pl | 11 +++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 332eb3d..ad2ea17 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,8 @@ ## What's new -:loudspeaker: **30/12/2020**: -* added support for standard home directory location for public keys (`$HOME/.ssh`). Set `key_location=use_sshd` in `update_ssh.conf[.local]` with `AuthorizedKeysFile` set to the default value in `sshd_config` (or use the value `.ssh/authorized_keys`). *Caveat*: SSH Controls will not create parent nor intermediate directories in the public key file path if they are missing. -* added support for SELinux (CentOS/RHEL 8.x) -* various fixes +:loudspeaker: **27/04/2025**: +* added the `ignore_errors` flag to allow uninterrupted deployment of fragements. ## About diff --git a/update_ssh.pl b/update_ssh.pl index 86e3f25..8003965 100644 --- a/update_ssh.pl +++ b/update_ssh.pl @@ -2,6 +2,17 @@ #****************************************************************************** # @(#) update_ssh.pl #****************************************************************************** +# @(#) Copyright (C) 2014 by KUDOS BV . All rights reserved. +# +# This program is a free software; you can redistribute it and/or modify +# it under the same terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details +#****************************************************************************** # This script distributes SSH keys to the appropriate files into the designated # repository based on the 'access', 'alias' and 'keys' configuration files. # Superfluous usage of 'hostname' reporting in log messages is encouraged to