Since I upgraded to 16.04, the following command fails:
sshpass -p password ssh user@host
with the error:
Could not create directory '/home/mylocaluser/.ssh'.
(~/.ssh folder already exists).
The following command:
ssh user@host
still works.
Before upgrade the first command used to work perfectly.
EDIT:
Discovered that .ssh directory in my home folder was only a symlink to /home/mylocaluser/Dropbox/Mockup/.ssh (and that one doesn't exist)!!!
I removed the symlink and now the command sshpass still fails with no errors.