update source link

This commit is contained in:
ben clark 2021-04-04 21:56:28 +00:00
parent 0c2dd35a37
commit 5035bc180b
2 changed files with 5 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<hr class="zag">
enjoy and god save the queen <br>
- ben / lp0 / cark
<em>(this site's code can be found <a href="https://code.cark.website/diffusion/4/">over here</a>)</em>
<em>(this site's code can be found <a href="https://tildegit.org/southlondon/site">over here</a>)</em>
</main>
</body>
</html>

View File

@ -18,9 +18,11 @@ there are many many ways to connect to an SSH server on Windows, here's a sample
the fastest way to get started on south london using Windows is via Powershell. the latest versions of Windows 10 include an `ssh` binary that you can use to connect to servers such as southlondon.cc.
to connect, just open up a powershell window and type
```powershell
ssh <your username>@southlondon.cc
```
if your keys are in a weird place, append `-i <path to your private key>` to make sure ssh can see them.
if you see a warning asking you to verify the fingerprint, just type 'yes' and it'll connect you up to the server. congrats! you're now connected to south london.
@ -28,9 +30,11 @@ if you see a warning asking you to verify the fingerprint, just type 'yes' and i
getting cmder is pretty easy, just head on down to [cmder.net]() and click 'Download Full'. the full download includes Git Bash, which emulates the bash command line inside windows. just unzip the folder and double click `Cmder.exe`.
now just run this command to connect
```bash
ssh <your username>@southlondon.cc
```
if you haven't already used cmder to generate your keys, you'll need to append `-i <path to your private key>` to make sure ssh can see them.
say yes if it asks you to verify the fingerprint. if all goes well, you should be dumped into a prompt, you can now do whatever you need to do. pat yourself on the back, you've performed exquisitely.