<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jacobjohns.com/index.php?action=history&amp;feed=atom&amp;title=GitHub%3A_Using_SSH</id>
	<title>GitHub: Using SSH - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jacobjohns.com/index.php?action=history&amp;feed=atom&amp;title=GitHub%3A_Using_SSH"/>
	<link rel="alternate" type="text/html" href="https://wiki.jacobjohns.com/index.php?title=GitHub:_Using_SSH&amp;action=history"/>
	<updated>2026-06-05T04:45:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.jacobjohns.com/index.php?title=GitHub:_Using_SSH&amp;diff=370&amp;oldid=prev</id>
		<title>Jjohns: Jjohns moved page GibHub: Using SSH to GitHub: Using SSH without leaving a redirect: Misspelled title</title>
		<link rel="alternate" type="text/html" href="https://wiki.jacobjohns.com/index.php?title=GitHub:_Using_SSH&amp;diff=370&amp;oldid=prev"/>
		<updated>2024-07-27T16:26:58Z</updated>

		<summary type="html">&lt;p&gt;Jjohns moved page &lt;a href=&quot;/index.php?title=GibHub:_Using_SSH&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;GibHub: Using SSH (page does not exist)&quot;&gt;GibHub: Using SSH&lt;/a&gt; to &lt;a href=&quot;/index.php/GitHub:_Using_SSH&quot; title=&quot;GitHub: Using SSH&quot;&gt;GitHub: Using SSH&lt;/a&gt; without leaving a redirect: Misspelled title&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:26, 27 July 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff:1.41:old-353:rev-370 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jjohns</name></author>
	</entry>
	<entry>
		<id>https://wiki.jacobjohns.com/index.php?title=GitHub:_Using_SSH&amp;diff=353&amp;oldid=prev</id>
		<title>Jjohns: Created page with &quot;frameless &lt;hr /&gt;&lt;br /&gt; # Ensure git is installed by running &lt;code&gt;git -v&lt;/code&gt; # Using Powershell change the working directory to .ssh #* &lt;code&gt;cd C:\users\$env:USERNAME\.ssh\&lt;/code&gt; # Launch Git Bash #* &lt;code&gt;bash&lt;/code&gt; # Generate ssh key #* Ed25519 #** &lt;code&gt;ssh-keygen -t ed25519 -C &quot;your_email@example.com&quot;&lt;/code&gt;  #* RSA #** &lt;code&gt;ssh-keygen -t rsa -b 4096 -C &quot;email@example.com&quot;&lt;/code&gt;  # For GitHub, set a passphrase.  From my tests i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jacobjohns.com/index.php?title=GitHub:_Using_SSH&amp;diff=353&amp;oldid=prev"/>
		<updated>2024-07-27T16:13:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/File:GitHub_Logo.png&quot; title=&quot;File:GitHub Logo.png&quot;&gt;center|frameless&lt;/a&gt; &amp;lt;hr /&amp;gt;&amp;lt;br /&amp;gt; # Ensure git is installed by running &amp;lt;code&amp;gt;git -v&amp;lt;/code&amp;gt; # Using Powershell change the working directory to .ssh #* &amp;lt;code&amp;gt;cd C:\users\$env:USERNAME\.ssh\&amp;lt;/code&amp;gt; # Launch Git Bash #* &amp;lt;code&amp;gt;bash&amp;lt;/code&amp;gt; # Generate ssh key #* Ed25519 #** &amp;lt;code&amp;gt;ssh-keygen -t ed25519 -C &amp;quot;your_email@example.com&amp;quot;&amp;lt;/code&amp;gt;  #* RSA #** &amp;lt;code&amp;gt;ssh-keygen -t rsa -b 4096 -C &amp;quot;email@example.com&amp;quot;&amp;lt;/code&amp;gt;  # For GitHub, set a passphrase.  From my tests i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:GitHub Logo.png|center|frameless]]&lt;br /&gt;
&amp;lt;hr /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
# Ensure git is installed by running &amp;lt;code&amp;gt;git -v&amp;lt;/code&amp;gt;&lt;br /&gt;
# Using Powershell change the working directory to .ssh&lt;br /&gt;
#* &amp;lt;code&amp;gt;cd C:\users\$env:USERNAME\.ssh\&amp;lt;/code&amp;gt;&lt;br /&gt;
# Launch Git Bash&lt;br /&gt;
#* &amp;lt;code&amp;gt;bash&amp;lt;/code&amp;gt;&lt;br /&gt;
# Generate ssh key&lt;br /&gt;
#* Ed25519&lt;br /&gt;
#** &amp;lt;code&amp;gt;ssh-keygen -t ed25519 -C &amp;quot;your_email@example.com&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
#* RSA&lt;br /&gt;
#** &amp;lt;code&amp;gt;ssh-keygen -t rsa -b 4096 -C &amp;quot;email@example.com&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
# For GitHub, set a passphrase.  From my tests it doesn&amp;#039;t appear to work without one.  &amp;lt;br /&amp;gt;[[File:DISM Set Edition Output.png|frameless|900x900px]]&lt;br /&gt;
# Verify file was created with &amp;lt;code&amp;gt;ls&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Initiate ssh-agent.&lt;br /&gt;
#* &amp;lt;code&amp;gt;eval &amp;quot;$(ssh-agent -s)&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
# Add ssh key to agent.&lt;br /&gt;
#* &amp;lt;code&amp;gt;ssh-add ~/.ssh/id_rsa&amp;lt;/code&amp;gt; &lt;br /&gt;
# Copy the key to the clipboard.&lt;br /&gt;
#* &amp;lt;code&amp;gt;clip &amp;lt; ~/.ssh/id_rsa.pub&amp;lt;/code&amp;gt;&lt;br /&gt;
# Sign into [https://github.com/ GitHub].&lt;br /&gt;
# Go to settings  &amp;lt;br /&amp;gt;[[File:GitHub Settings Location.png|frameless|900x900px]]&lt;br /&gt;
# Select SSH and GPG keys  &amp;lt;br /&amp;gt;[[File:GitHub SSH and GPG keys.png|frameless|900x900px]]&lt;br /&gt;
# New SSH key  [[File:GitHub New SSH key.png|none|thumb|900x900px]]&lt;br /&gt;
# Give the key a title, paste the key in the Key field, and click Add SSH key.  [[File:GitHub Add new ssh key.png|none|thumb|900x900px]]&lt;br /&gt;
# Back in bash test the connection&lt;br /&gt;
#* &amp;lt;code&amp;gt;ssh -T git@github.com&amp;lt;/code&amp;gt; &lt;br /&gt;
# Upon successful output we are finished.  &amp;lt;br /&amp;gt;[[File:GitHub ssh successfully authenticated.png|frameless|628x628px]]&lt;/div&gt;</summary>
		<author><name>Jjohns</name></author>
	</entry>
</feed>