<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://dfwlpiki.dfwlp.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Creating_And_Using_SSH_Public_Keys</id>
		<title>Creating And Using SSH Public Keys - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Creating_And_Using_SSH_Public_Keys"/>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Creating_And_Using_SSH_Public_Keys&amp;action=history"/>
		<updated>2026-04-06T15:27:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.15</generator>

	<entry>
		<id>https://dfwlpiki.dfwlp.com/index.php?title=Creating_And_Using_SSH_Public_Keys&amp;diff=80&amp;oldid=prev</id>
		<title>Jhorne at 20:54, 29 December 2016</title>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Creating_And_Using_SSH_Public_Keys&amp;diff=80&amp;oldid=prev"/>
				<updated>2016-12-29T20:54:45Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:54, 29 December 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Linux]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;SSH Public Keys can allow you to make a secure connection over sshd to a remote host, without pausing to give a password.&amp;#160; To do this, a public key must be created, placed on the remote server, and finally, the key must be imported into the ~/.ssh/authorized_keys2 file.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;SSH Public Keys can allow you to make a secure connection over sshd to a remote host, without pausing to give a password.&amp;#160; To do this, a public key must be created, placed on the remote server, and finally, the key must be imported into the ~/.ssh/authorized_keys2 file.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jhorne</name></author>	</entry>

	<entry>
		<id>https://dfwlpiki.dfwlp.com/index.php?title=Creating_And_Using_SSH_Public_Keys&amp;diff=21&amp;oldid=prev</id>
		<title>Jhorne: Created page with &quot;SSH Public Keys can allow you to make a secure connection over sshd to a remote host, without pausing to give a password.  To do this, a public key must be created, placed on...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Creating_And_Using_SSH_Public_Keys&amp;diff=21&amp;oldid=prev"/>
				<updated>2016-12-29T16:35:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;SSH Public Keys can allow you to make a secure connection over sshd to a remote host, without pausing to give a password.  To do this, a public key must be created, placed on...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SSH Public Keys can allow you to make a secure connection over sshd to a remote host, without pausing to give a password.  To do this, a public key must be created, placed on the remote server, and finally, the key must be imported into the ~/.ssh/authorized_keys2 file.&lt;br /&gt;
&lt;br /&gt;
Create your public/pricate key pair/&lt;br /&gt;
 [jhorne@local ~]$ ssh-keygen -t rsa&lt;br /&gt;
This will take a moment to generate the pair, and it will ask you to enter a pass phrase.  Do not enter a pass phrase, but instead, just hit enter to create a blank passphrase.  The files will be created in your ~/.ssh directory.  They should look like this:&lt;br /&gt;
 [jhorne@local ~]$ ls .ssh/&lt;br /&gt;
 id_rsa          id_rsa.pub&lt;br /&gt;
&lt;br /&gt;
IF YOURE USING RedHat or Fedora or CentOS, then just do this next step and skip the rest:&lt;br /&gt;
 ssh-copy-id remote&lt;br /&gt;
this command will place your key on the remote server with the proper folder and file permissions. 9 out of 10 times, ssh-key issues are permissions issues :)  (they should be 700 and 600, respectively).&lt;br /&gt;
&lt;br /&gt;
If you're using some other Unix, then read on.  :)&lt;br /&gt;
&lt;br /&gt;
Next, move the id_rsa.pub to your target remote server.  Use scp, sftp, or whatever method you need to move the file to the remote.  I usually just put it right in the homedir on the remote server.  Once its, there, import it into the authorized_keys file like this:&lt;br /&gt;
 [jhorne@remote ~]$ cat id_rsa.pub &amp;gt;&amp;gt; .ssh/authorized_keys&lt;br /&gt;
Once this is done, then from the local server, you can ssh to the remote server without a password.&lt;br /&gt;
 [jhorne@local ~]$ ssh remote&lt;br /&gt;
 Last login: Sun Jun  4 10:21:15 2006 from local.&lt;br /&gt;
 [jhorne@remote ~]$&lt;br /&gt;
The id_rsa.pub file that you moved to your homedir on the other server, should now be deleted.&lt;/div&gt;</summary>
		<author><name>Jhorne</name></author>	</entry>

	</feed>