dfb8da92c8Switch position of blacklist handling (to make $hostname known)
Patrick Van der Veken
2021-01-12 14:05:17 +01:00
ec158b2c62whitespace fix
Patrick Van der Veken
2021-01-11 16:03:35 +01:00
c3fdf58666ksh88 fix
Patrick Van der Veken
2021-01-11 15:52:32 +01:00
fe836edadf* Fix problem in count_fields() with old AWK * Make fingerprinting more robust (incl support for newer key types).
Patrick Van der Veken
2021-01-09 14:20:09 +01:00
7c9f951f62Fix for key location logic
Patrick Van der Veken
2020-12-30 20:17:20 +01:00
a311d00924Fix in README
Patrick Van der Veken
2020-12-30 18:04:33 +01:00
77a332e324* 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). * added support for SELinux (CentOS/RHEL 8.x) * various fixes (incl. shellcheck + quoting)
Patrick Van der Veken
2020-12-30 17:06:02 +01:00
b8004afe62* Fixed bug in sftp_file(): when file does not contain a directory path, the $TRANSFER_DIR was wrongly calculated * Fixed wrong filename in distribute2host()
Patrick Van der Veken
2020-05-28 17:31:55 +02:00
a99decbf95* Added support to specify @group values for the --targets parameter and in the targets file(s) * Added support for nested aliases: up to 5 levels deep instead of just one level * Added --resolve-alias/--alias command-line parameter to manually check the resolution any alias * Fixed propagation of --debug flag (to clients & slaves) * Fixed propagation of --create-dir flag (to clients & slaves) * Fixed problem in --fix-local routine (by adding optional --fix-user command-line parameter and code) * Fixed check when adding key to ssh-agent * Added checking on alias resolution in --check-syntax routine * Better trap setting * Added typeset-ing to vars * Switched version numbering (now date based) * Code cleanup (now error & warning free in shellcheck/perlcritic linters)
patvdv
2018-11-03 16:35:36 +01:00
9aa4d8cbd3added SSH host keys discovery, re-assigned '-d' command-line option to this function, 2 new parameters in manage_ssh.conf (VRF 1.4.0) [Patrick Van der Veken]
patvdv
2015-09-27 17:53:33 +02:00
7ca0a08be7added $GLOBAL_CONFIG_FILE
Patrick Van der Veken
2015-09-23 13:13:47 +02:00
871e7ca1bbsmall fix in wait_for_children()
Patrick Van der Veken
2015-09-15 12:35:25 +02:00
7d337f3185Failure in local update should be die()
Patrick Van der Veken
2015-09-09 13:22:15 +02:00
34f358f7fbLog handling
Patrick Van der Veken
2015-09-09 12:50:18 +02:00
19cccb4a4cVRF 1.3.0: proper error checking for asynchronous jobs, using logc(). Other fixes.
patvdv
2015-09-06 12:58:50 +02:00
be909a8f5bFix in wait_for_children()
Patrick Van der Veken
2015-09-04 09:57:08 +02:00
bc952e64c2check_config() update
Patrick Van der Veken
2015-08-28 08:55:05 +02:00
0db8e3c51dChange option
Patrick Van der Veken
2015-08-28 08:49:37 +02:00
4c44fc6679Added DO_SFTP_CHMOD parameter & pwgetent()
getent
Patrick Van der Veken
2015-08-26 15:13:38 +02:00
03976e1651Fix in POD
patvdv
2015-08-23 01:05:34 +02:00
ba260576b5Sanitation
Patrick Van der Veken
2015-08-18 07:46:23 +02:00
c927fe8f1fmanage_ssh.sh: moved essential configuration items of the script into a separate configuration file (global/local), fix in wait_for_children (VRF 1.2.0) [Patrick Van der Veken] update_ssh.pl: VRF 1.1.0: replace uname/hostname syscalls, now support for FQDN via $use_fqdn, other fixes [Patrick Van der Veken]
patvdv
2015-08-15 21:58:04 +02:00