copy: Use userauth-public-key/auto! for ssh authentification. * guix/scripts/copy.scm (open-ssh-session): Replace userauth-agent! by userauth-public-key/auto!. This way, if ssh-agent is not run, default ssh key (~/.ssh/id_rsa) will be used as a fallback. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-) M guix/scripts/copy.scm
M guix/scripts/copy.scm => guix/scripts/copy.scm +2 -2