 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lhep.unibe.ch/index.php?action=history&amp;feed=atom&amp;title=SSH_connection_without_password</id>
	<title>SSH connection without password - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lhep.unibe.ch/index.php?action=history&amp;feed=atom&amp;title=SSH_connection_without_password"/>
	<link rel="alternate" type="text/html" href="https://wiki.lhep.unibe.ch/index.php?title=SSH_connection_without_password&amp;action=history"/>
	<updated>2026-05-14T21:15:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.lhep.unibe.ch/index.php?title=SSH_connection_without_password&amp;diff=427&amp;oldid=prev</id>
		<title>Lhep: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.lhep.unibe.ch/index.php?title=SSH_connection_without_password&amp;diff=427&amp;oldid=prev"/>
		<updated>2015-03-18T07:49:28Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:49, 18 March 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Lhep</name></author>
	</entry>
	<entry>
		<id>https://wiki.lhep.unibe.ch/index.php?title=SSH_connection_without_password&amp;diff=426&amp;oldid=prev</id>
		<title>Lhep at 20:15, 14 September 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.lhep.unibe.ch/index.php?title=SSH_connection_without_password&amp;diff=426&amp;oldid=prev"/>
		<updated>2008-09-14T20:15:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Title is a little bit wrong, the password must entered once per session==&lt;br /&gt;
&lt;br /&gt;
Procedure found here : [http://www.labo-linux.org/articles-fr/mise-en-place-d-un-serveur-ssh/configurer-le-serveur-ssh ssh configuration (in french)]&lt;br /&gt;
&lt;br /&gt;
1)  On lheppc56 :     &lt;br /&gt;
 ssh-keygen -t dsa -b 1024           (enter a password)&lt;br /&gt;
&lt;br /&gt;
 chmod 600 ~/.ssh/id_dsa.pub ~/.ssh/id_dsa&lt;br /&gt;
&lt;br /&gt;
 scp ~/.ssh/id_dsa.pub scanner@lheppc57:~/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
2)  On lheppc57 :&lt;br /&gt;
&lt;br /&gt;
 chmod 400 ~/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;home directory (/home/scanner on lheppc57) must have permission 755 otherwise does not work !&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
3)  On lheppc56 :&lt;br /&gt;
&lt;br /&gt;
 ssh-agent /bin/bash&lt;br /&gt;
 ssh-add    (enter password given in part 1)&lt;br /&gt;
&lt;br /&gt;
4) No more password is needed to connect on lheppc57 till ssh-agent is running&lt;/div&gt;</summary>
		<author><name>Lhep</name></author>
	</entry>
</feed>