mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-04-02 03:21:03 +01:00
OpenSSH explanations
This commit is contained in:
@@ -116,17 +116,18 @@ but all the recommended software here is open source (and please don't install p
|
||||
|
||||
<p>Note that on a Debian/Ubuntu machine you should normally install the versions that come with the distro (i.e. install using 'apt install xxx', not be downloading things from the above sites</p>
|
||||
|
||||
<h4>For Windows users only:</h4>
|
||||
<h4 id="win">For Windows users only:</h4>
|
||||
<p></p>None of this works until you set up the key-pair setup using PuTty/Pageant.
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">PuTTY</a> including pagent. Version 0.73 was released on 2019-09-29. 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).
|
||||
<li><a href="https://desktop.github.com/">GitHub Desktop for Windows</a> - yes this works with the expo server
|
||||
<li><a href="">VS Code</a> is a free (but not FOSS) editor with in-built git capability and plug-ins which render git branches graphically. Also available for Linux.
|
||||
<li><a href="https://desktop.github.com/">GitHub Desktop for Windows</a> - yes this works with the expo server git even though we don't use GitHub itself.
|
||||
<li><a href="https://code.visualstudio.com/">VS Code</a> is a free (but not FOSS) editor with in-built git capability and plug-ins which render git branches graphically. Also available for Linux.
|
||||
<li><a href="https://gitforwindows.org/">Git for Windows</a> - not as simple to use as it looks
|
||||
<li><a href="https://www.gitkraken.com/">GitKraken</a> - Very pretty GUI interface to git, also Linux version.
|
||||
Times-out for our server unless you buy it but free for university people.
|
||||
<li><a href="https://winscp.net/eng/download.php">WinScp</a> can be used as an alternative to Filezilla if you like.
|
||||
<li><a href="https://winscp.net/eng/download.php">WinScp</a> can be used as an alternative to Filezilla if you like (like Filezilla, it uses PuTTY ssh keys)
|
||||
<li><a href="https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview">OpenSSH for Windows</a> 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.
|
||||
<li><a href="https://www.java.com/en/">java</a> - needed for GPSprune and CaveConverter. Has to be installed separately on a Windows machine.
|
||||
<li><a href="https://notepad-plus-plus.org/">Notepad++</a> or any other syntax-highlighting code editor for HTML and python. We have a syntax-highlighter to colourize .svx files, download it: <a href="/site_media/survex.xml">survex.xml</a>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user