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