All public logs

Jump to navigation Jump to search

Combined display of all available logs of sigrok. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:22, 2 April 2023 Knarfs talk contribs created page HowTo SSH Keys (Created page with "= Generate and deploy SSH Keys to Github = == Generate the keys == 1. Generate key <small> <source lang="python"> $ ssh-keygen -t ed25519 -C "your_email@example.com" </source> </small> 2. Name the file <code>id_github_sigrokorg</code> and store it somewhere in your home directory (e.g. <code>/home/frank/.ssh</code>) 3. Don't enter a password 4. You now have two files: <code>id_github_sigrokorg</code> (the private key) and <code>id_github_sigrokorg.pub</code> (the publ...")