Chnaging "key exchnage" to "key-pair setup" as it sounds less intimidating

This commit is contained in:
2020-01-10 01:49:11 +00:00
parent 9c2249f985
commit 08aecd5ebd
9 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
<h1>Using expo server via FTP or scp or sftp connection</h1>
<h2>Configure connection on Android phone</h2>
<p>SFTP only works if you have <a href="keyexchange.html">key exchange</a> set up. But
<p>SFTP only works if you have <a href="keyexchange.html">key-pair setup</a> set up. But
you can use FTP using this app and this method.
<ul>
@@ -42,7 +42,7 @@ you can use FTP using this app and this method.
</ul>
<hr>
<h2>Configure connection on Windows</h2>
<p>scp only works if you have <a href="keyexchange.html">key exchange</a> set up.
<p>scp only works if you have <a href="keyexchange.html">key-pair setup</a> set up.
<ul>
<li>Get <a href="https://winscp.net/eng/download.php">WinScp</a> application to handle uploads or similar:<br>
@@ -59,7 +59,7 @@ you can use FTP using this app and this method.
<h2>Configure connection on Linux/Unix</h2>
<p>scp only works if you have <a href="keyexchange.html">key exchange</a> set up.
<p>scp only works if you have <a href="keyexchange.html">key-pair setup</a> set up.
<ul>
<li>You can upload files using 'scp' command (to upload localfile.file to expofiles/uploads/remotename.file)<br>
<pre>