[libre-riscv-dev] HDL workflow page
Lauri Kasanen
cand at gmx.com
Mon Jan 27 07:58:53 GMT 2020
On Mon, 27 Jan 2020 00:24:51 +0000
Luke Kenneth Casson Leighton <lkcl at lkcl.net> wrote:
> hiya michael i added you to the ieee754fpu and soc repos, the process is in
> https://libre-riscv.org/HDL_workflow/
>
> i can never remember how to do git ssh with a different port number (i
> run ssh on port 922 it seemed like a good idea except damn
> portscanners still found it sigh)
GIT_SSH=/path/to/gitssh922
gitssh922:
#!/bin/sh
exec ssh -p port $@
Alternatively, in ~/.ssh/config:
Host git.blabla.com
Port 922
- Lauri
More information about the libre-riscv-dev
mailing list