https://bz.apache.org/bugzilla/show_bug.cgi?id=64530
Bug ID: 64530
Summary: sshexec SSHConfig with Host * causes host to be set to
null
Product: Ant
Version: 1.10.8
Hardware: All
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When using sshexec with the sshconfig option, if your ssh config uses a default
identityfile, eg:
Host *
IdentityFile ~/.ssh/id_rsa
Then sshexec will override any explicit host you have set with "null".
This bug is most likely caused by line 280 of
src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHBase.java in the
loadSshConfig method.
--
You are receiving this mail because:
You are the assignee for the bug.