From 6f6c49e8d2bc6b01eeebd6ce492c2ffe2b8b4ea1 Mon Sep 17 00:00:00 2001 From: Expo on server Date: Thu, 4 Jan 2024 16:03:55 +0000 Subject: [PATCH] Added workaround on windows - Philip - online edit of handbook/computing/keyexchange.html --- handbook/computing/keyexchange.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index 2daed68c9..e520617a7 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -166,6 +166,10 @@ If you accepted the defaults, the public key will be called ~/.ssh/id_rsa.p ssh-copy-id -i pulsifer_id_rsa.pub expo@expo.survex.com
  • That's it. +On a Windows machine, Microsoft have not implemented ssh-copy-id so you need to do this instead: +
      +
    • type .ssh\pulsifer_id_rsa.pub | ssh expo@expo.survex.com "cat >> .ssh/authorized_keys" +

    Using Filezilla and file copying

    • using sFTP (Filezilla configured to use sFTP, which uses Pageant by default) to