<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.hateotu.de/index.php?action=history&amp;feed=atom&amp;title=SSH_login_with_Key</id>
	<title>SSH login with Key - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.hateotu.de/index.php?action=history&amp;feed=atom&amp;title=SSH_login_with_Key"/>
	<link rel="alternate" type="text/html" href="https://www.hateotu.de/index.php?title=SSH_login_with_Key&amp;action=history"/>
	<updated>2026-09-19T07:47:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://www.hateotu.de/index.php?title=SSH_login_with_Key&amp;diff=255&amp;oldid=prev</id>
		<title>Martin: Created page with &quot;==SSH login with Key== ===Generate ssh key=== * Run ssh-keygen and follow the instructions  ssh-keygen ===Copy Key to host=== * If login with password is enabled for the user...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.hateotu.de/index.php?title=SSH_login_with_Key&amp;diff=255&amp;oldid=prev"/>
		<updated>2016-08-15T09:36:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==SSH login with Key== ===Generate ssh key=== * Run ssh-keygen and follow the instructions  ssh-keygen ===Copy Key to host=== * If login with password is enabled for the user...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==SSH login with Key==&lt;br /&gt;
===Generate ssh key===&lt;br /&gt;
* Run ssh-keygen and follow the instructions&lt;br /&gt;
 ssh-keygen&lt;br /&gt;
===Copy Key to host===&lt;br /&gt;
* If login with password is enabled for the user you want to login with your key, simply type:&lt;br /&gt;
 ssh-copy-id &amp;lt;username_you_want_to_login_as&amp;gt;@&amp;lt;host&amp;gt;&lt;br /&gt;
*If you can&amp;#039;t login with a password, anybody that has already copied his key to the host has to login and manually add your ssh key.&lt;br /&gt;
*To get your ssh key, type:&lt;br /&gt;
 cat /home/&amp;lt;your_username&amp;gt;/.ssh/id_rsa.pub&lt;br /&gt;
*The person who can login has to add your ssh key at the end of the file /home/&amp;lt;username&amp;gt;/.ssh/authorized_keys&lt;br /&gt;
 vi /home/&amp;lt;username_you_want_to_login_as&amp;gt;/.ssh/authorized_keys&lt;/div&gt;</summary>
		<author><name>Martin</name></author>
	</entry>
</feed>