<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=Scp</id>
	<title>Scp - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=Scp"/>
	<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=Scp&amp;action=history"/>
	<updated>2026-05-13T00:12:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.saruman.biz/saruwiki/index.php?title=Scp&amp;diff=1492&amp;oldid=prev</id>
		<title>Insomnia: ssh/scp</title>
		<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=Scp&amp;diff=1492&amp;oldid=prev"/>
		<updated>2008-05-26T09:07:58Z</updated>

		<summary type="html">&lt;p&gt;ssh/scp&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To autenticate yourself to anither machine you can use keys. To generate a key pair use&lt;br /&gt;
 ssh-keygen -t rsa&lt;br /&gt;
&lt;br /&gt;
 [root@server .ssh]# ssh-keygen -t rsa&lt;br /&gt;
 Generating public/private rsa key pair.&lt;br /&gt;
 Enter file in which to save the key (/root/.ssh/id_rsa):&lt;br /&gt;
 Enter passphrase (empty for no passphrase):&lt;br /&gt;
 Enter same passphrase again:&lt;br /&gt;
 Your identification has been saved in /root/.ssh/id_rsa.&lt;br /&gt;
 Your public key has been saved in /root/.ssh/id_rsa.pub.&lt;br /&gt;
 The key fingerprint is:&lt;br /&gt;
 &lt;br /&gt;
Now copy the key to the other machine&lt;br /&gt;
&lt;br /&gt;
 [root@server bin]$ scp /&amp;#039;&amp;#039;path&amp;#039;&amp;#039;/.ssh/id_rsa.pub remote_user@serverdomain.org:.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
The user is now know on the other machine&lt;/div&gt;</summary>
		<author><name>Insomnia</name></author>
	</entry>
</feed>