diff --git a/handbook/computing/yourlaptop.html b/handbook/computing/yourlaptop.html
index 3f40737b9..cb71e3ec8 100644
--- a/handbook/computing/yourlaptop.html
+++ b/handbook/computing/yourlaptop.html
@@ -129,6 +129,13 @@ but all the recommended software here is open source (and please don't install p
- PuTTY.You need this to generate and to use ssh keys on Windows. Otherwise none of git, scp, ftp or rsync will work. It includes command line tools ssh, scp
(pscp) and sFTP (psftp). The PuTTY installation includes puttygen and pagent which you also need. Version 0.77 was released on 2022-05-27.
+
+
- OpenSSH for Windows is new since 2018. It is a
+set of command line tools which are an alternative to PuTTY. It also includes scp and sftp. It integrates well with Github for Windows and enables you to
+use rsync over ssh. NB use this Microsoft documented install method which puts the executables in windows\system32\openssh\.
+[This is so new that none of the other troggle documentation refers to it: all those other pages need to be rewritten to use this
+instead of or as an alternative to PuTty/Pageant.]
+
- GitHub Desktop for Windows - yes this works with the expo server git even though we don't use GitHub itself.
- VS Code is a free (but not FOSS) editor with in-built git capability and plug-ins ("Git History",
"GitLens")which render git branches graphically. Also available for Linux.
@@ -136,12 +143,10 @@ but all the recommended software here is open source (and please don't install p
- GitKraken - Very pretty GUI interface to git, also Linux version.
Times-out for our server unless you buy it but free for university people.
- WinScp can be used as an alternative to Filezilla if you like (like Filezilla, it uses PuTTY ssh keys)
-
- OpenSSH for Windows is new since 2018. It is a
-set of command line tools which are an alternative to PuTTY. It also includes scp and sftp. It integrates well with Github for Windows and enables you to
-use rsync over ssh.
+
- java - needed for GPSprune and CaveConverter. Has to be installed separately on a Windows machine.
- Notepad++ or any other syntax-highlighting code editor for HTML and python. We have a syntax-highlighter
-to colourize .svx files, download it: survex.xml.
+to colourize .svx files, download it: survex.xml (no dark-mode yet though).
@@ -153,6 +158,8 @@ to colourize .svx files, download it: survex.xm
You will definitely want the
"Git History" extension
and probably the "GitLens" extension too.
+
It is entirely feasible (and on a slow machine, recommended) to use VS Code only for git management, and using a faster Windows-native editor,
+ such as Notepad++, for actually editing code and text.