mention bit about do not attempt user-login to server
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 12 Jul 2021 14:30:28 +0000 (15:30 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 12 Jul 2021 14:30:28 +0000 (15:30 +0100)
HDL_workflow.mdwn

index d2383398048d065e6215778f2cd89f14e9e1bdd1..632e8843ba61f9ecb2347be811ea415f8e9274bf 100644 (file)
@@ -599,6 +599,16 @@ Alternatively, the .ssh/config can be skipped and this used:
 
      git clone ssh://gitolite3@git.libre-soc.org:922/REPONAME.git
 
+Note: **DO NOT ATTEMPT TO LOG IN TO THE SERVER WITH A PERSONAL ACCOUNT**.
+fail2ban is running and, due to repeated persistent port-scanning spammers
+is set up to instantly ban any unauthorised ssh access for up to two weeks.
+This keeps log file sizes down on the server (which is resource-constrained).
+If you are wondering why this is done, it's a *lot* of port-scans.
+
+Therefore, *only* ssh in to server with the gitolite3 account, *only*
+on port 922, and *only* once the systems administrator has given you
+the all-clear that the ssh key has been added.
+
 # git configuration
 
 Although there are methods online which describe how (and why) these