<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=78.53.218.203</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=78.53.218.203"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/78.53.218.203"/>
	<updated>2026-04-22T17:56:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=N9/Networking&amp;diff=27164</id>
		<title>N9/Networking</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=N9/Networking&amp;diff=27164"/>
		<updated>2013-09-05T07:54:28Z</updated>

		<summary type="html">&lt;p&gt;78.53.218.203: /* Using public key authentification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Networking ==&lt;br /&gt;
&lt;br /&gt;
=== How to use SSH with N9 ===&lt;br /&gt;
* Go into developer mode&lt;br /&gt;
* Install OpenSSH Client+Server&lt;br /&gt;
* establish an WLAN connection - the N9 gets an IP, e.g. 192.168.1.120&lt;br /&gt;
* Open SDK/Connection App -&amp;gt; WLAN, Now you can ssh into your N9&lt;br /&gt;
 ssh developer@192.168.1.120&lt;br /&gt;
&lt;br /&gt;
==== ssh to the user account ====&lt;br /&gt;
* You need to set up a password on the N9, e.g. using the terminal typing&lt;br /&gt;
 ~ $ passwd&lt;br /&gt;
&lt;br /&gt;
=== Using public key authentification ===&lt;br /&gt;
The usual preconditions for using public key authentication apply [http://talk.maemo.org/showthread.php?t=75180]: &lt;br /&gt;
* Creating and setting permissions for the directory /home/user/.ssh and copying the public key of your incoming PC into the file authorized_keys (permissions: 600)&lt;br /&gt;
 ~ $ mkdir .ssh&lt;br /&gt;
 ~ $ chmod 700&lt;br /&gt;
 tobias@einstein:~$ ssh-copy-id -i .ssh/id_dsa.pub user@192.168.1.120:&lt;br /&gt;
&lt;br /&gt;
It seems, the uncommon thing about the N9 is, that the home-directory /home/user is world and group writeable [http://talk.maemo.org/showthread.php?t=82920] , thus public-key authentication fails.&lt;br /&gt;
&lt;br /&gt;
Two workarounds:&lt;br /&gt;
* use the &amp;quot;developer&amp;quot; account instead of the &amp;quot;user&amp;quot; account&lt;br /&gt;
* make /home/user only world and group readable, e.g.&lt;br /&gt;
 ~ $ chmod 755 /home/user &lt;br /&gt;
&lt;br /&gt;
The latter is risky, we don&#039;t know why Nokia decided to have it world/group writeable, there must be a reason for it. Probably because the users aegisfs, calendar have to create files/dirs in there.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
 * http://talk.maemo.org/showthread.php?t=82920&lt;br /&gt;
 * http://talk.maemo.org/showthread.php?t=75180&lt;br /&gt;
&lt;br /&gt;
[[Category:N9]]&lt;/div&gt;</summary>
		<author><name>78.53.218.203</name></author>
	</entry>
</feed>