On Fri, 19 Jul 2019, Paul Heinlein wrote:
Your local ssh-agent should do the trick. Going out on a limb, I'm going to suggest that the fix should be easy.
Paul, I thoght ssh-agent was the tool. And, I had used it with ssh locally without the pass phrase, but not before with scp.
On source, run ssh-add -l
Ah, after crashing and rebooting it lost the keys.
If you don't see a key listed, run ssh-add
Will do.
I suggest running "chmod -R go-rwx ~/.ssh" on both hosts to ensure the strict file permissions SSH demands.
All .ssh/ files have 644 perms except for the private key which is 640. Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
