From 289f111b8c194fa079e60b4552abb1dea7cca72b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 18 Aug 2021 12:02:20 +0100 Subject: [PATCH] add ssh test to HDL_workflow --- HDL_workflow.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index b48749a0b..cd91a35fe 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -584,6 +584,14 @@ Create a file `~/.ssh/config` with the following lines: Host git.libre-soc.org Port 922 +Test that you have access with this command: + + ssh -v -p922 gitolite3@git.libre-soc.org + +Please note: **DO NOT TYPE A PASSWORD** - the server gets hit by a lot of +port-scanning, and detection of password failures are used to instantly +ban IP addresses. + Wait for the Project Admin to confirm that the ssh key has been added to the required repositories. Once confirmed, you can clone any of the repos at https://git.libre-soc.org/: -- 2.30.2