ssh: Always authenticate the server [security fix].
authorLudovic Courtès <ludo@gnu.org>
Tue, 3 Dec 2019 20:41:54 +0000 (21:41 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 4 Dec 2019 17:16:08 +0000 (18:16 +0100)
commitf5c180180e848b83d8ccdf6015cd7f214372d599
treecd68ee866cd7732f458e31e193c6d9cddaf7fe06
parent114dcb429a812911633a9fe5a9ee7d70dd28b353
ssh: Always authenticate the server [security fix].

Until now, users of 'open-ssh-session', including "guix deploy" and
"GUIX_DAEMON_SOCKET=ssh://…" (but not "guix offload"), would not
authenticate the SSH server they're talking to.

* guix/ssh.scm (open-ssh-session): Call 'authenticate-server'.
guix/ssh.scm