Main public logs
From wiki.jacobjohns.com
Combined display of all available logs of wiki.jacobjohns.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:13, 27 July 2024 Jjohns talk contribs created page GibHub: Using SSH (Created page with "center|frameless <hr /><br /> # Ensure git is installed by running <code>git -v</code> # Using Powershell change the working directory to .ssh #* <code>cd C:\users\$env:USERNAME\.ssh\</code> # Launch Git Bash #* <code>bash</code> # Generate ssh key #* Ed25519 #** <code>ssh-keygen -t ed25519 -C "[email protected]"</code> #* RSA #** <code>ssh-keygen -t rsa -b 4096 -C "[email protected]"</code> # For GitHub, set a passphrase. From my tests i...") Tag: Visual edit: Switched
