removing non UTF8 chars

This commit is contained in:
2022-03-31 00:34:42 +01:00
parent 6164db9c11
commit 63457dfa2a
4 changed files with 21 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ To get the keys set up on the server you will have to wait for an already-authen
<p>First download and install <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTy</a>. Then run PuTTy;</p>
<h2>PuTTy:</h2>
<p>Upon opening PuTTy, youll be greeted with a screen similar to this;</p>
<p>Upon opening PuTTy, you'll be greeted with a screen similar to this;</p>
<div style="text-align: center">
<img src="expoputtyscreen.png" alt="PuTTy Configuration Screen" />
@@ -27,12 +27,12 @@ To get the keys set up on the server you will have to wait for an already-authen
<p>Type <tt>expo@expo.survex.com</tt> into the box under Host Name, and type a
name into the box under 'Saved Sessions' then click 'Save' (in the
above case called 'Expo' this means you dont have to type in
above case called 'Expo' this means you don't have to type in
expo@expo.survex.com each time you use PuTTy. You simply click on
'Expo' then 'Load'). Then click 'Open'.</p>
<p>Dont worry if you cant see anything happening onscreen as you type in the password,
this is whats supposed to happen; so just type in the password and press the return/enter key.</p>
<p>Don't worry if you can't see anything happening onscreen as you type in the password,
this is what's supposed to happen; so just type in the password and press the return/enter key.</p>
<p>Done! At some point you may come across a Windows popup which asks
you to verify the address you're attempting to log into (at which
@@ -41,10 +41,12 @@ point you select 'hells-to-the-yeah', or equivalent).
<p>You have now made sure that your computer will be happy to log on to the server once you have the keys set up (be sure to use the Windows instructions for this, not the Linux of Windows WSL instructions).
To log out of PuTTy, type 'logout', then press the return/enter key.</p>
<h2>pagegent</h2>
<p> <em>pagegent</em> is installed along with PuTTy and is what you need to keep your Windows machine talking nicely to the expo server. See <a href="https://rperki.blogspot.com/2015/06/install-puttypageant-on-win-10.html">pagengt config</a> for how to do this.
<h2>pageant</h2>
<p> <em>pageaent</em> is installed along with PuTTy and is what you need to keep your Windows machine talking nicely to the expo server. See <a href="https://rperki.blogspot.com/2015/06/install-puttypageant-on-win-10.html">pagengt config</a> for how to do this.
<p>Now return to the <a href="../computing/keyexchange.html">key-pair setup instructions</a> for how to configure the keys using PuTTy.
<h3>Alternative: OpenSSH</h3>
<p>There is a recent alternative: use OpenSSH which is now part of Windows 10. See <a href="../computing/winlaptop.html">WinLaptop config</a>. But you need to read that anyway.
<hr />
</body>
</html>