<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rhlug.org//index.php?action=history&amp;feed=atom&amp;title=SSH_Keys</id>
	<title>SSH Keys - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rhlug.org//index.php?action=history&amp;feed=atom&amp;title=SSH_Keys"/>
	<link rel="alternate" type="text/html" href="https://wiki.rhlug.org//index.php?title=SSH_Keys&amp;action=history"/>
	<updated>2026-04-08T00:25:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.rhlug.org//index.php?title=SSH_Keys&amp;diff=105&amp;oldid=prev</id>
		<title>AlphaCubed: Created page with &quot;Using keys are more secure than using passwords for SSH, and easier since you don&#039;t need to keep entering the password to the remote machine.  ==Generating a Key== Basically j...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhlug.org//index.php?title=SSH_Keys&amp;diff=105&amp;oldid=prev"/>
		<updated>2020-04-22T15:51:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Using keys are more secure than using passwords for SSH, and easier since you don&amp;#039;t need to keep entering the password to the remote machine.  ==Generating a Key== Basically j...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Using keys are more secure than using passwords for SSH, and easier since you don&amp;#039;t need to keep entering the password to the remote machine.&lt;br /&gt;
&lt;br /&gt;
==Generating a Key==&lt;br /&gt;
Basically just run the following command and hit enter 3 times to accept the defaults:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;ssh-keygen -t rsa&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Put Key on a Remote Machine==&lt;br /&gt;
Run the following line to put the key on the remote machine.  Be sure to change the REMOTE_USER and REMOTE_IP with your machine&amp;#039;s info:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;cat ~/.ssh/id_rsa.pub | ssh REMOTE_USER@REMOTE_IP &amp;quot;mkdir -p ~/.ssh &amp;amp;&amp;amp; cat &amp;lt;&amp;lt; ~/.ssh/authorized_keys&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>AlphaCubed</name></author>
	</entry>
</feed>