From 38cc0705c640135023f1589ff9d1bf1994a98b84 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 4 Nov 2015 09:38:22 -0500 Subject: [PATCH] added note about implicit vs explicit handling of ssh login user --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bb53c13d..189ee8578b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -308,6 +308,8 @@ newline being stripped you can change your playbook like this: * modules and callbacks have been extended to support no_log to avoid data disclosure. * new managed_syslog option has been added to control output to syslog on managed machines, no_log supercsedes this settings. * Lookup, vars and action plugin pathing has been normalized, all now follow the same sequence to find relative files. +* We do not ignore the explicitly set login user for ssh when it matches the 'current user' anymore, this allows overriding .ssh/config when it is set + explicitly. Leaving it unset will still use the same user and respect .ssh/config. ## 1.9.4 "Dancing In the Street" - Oct 9, 2015