<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://bugs.maemo.com/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>maemo.org wiki - User contributions [en]</title>
		<link>http://bugs.maemo.com/Special:Contributions/78.53.218.203</link>
		<description>From maemo.org wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5-7</generator>
		<lastBuildDate>Sat, 18 Apr 2026 06:55:46 GMT</lastBuildDate>
		<item>
			<title>N9/Networking</title>
			<link>http://bugs.maemo.com/N9/Networking</link>
			<guid>http://bugs.maemo.com/N9/Networking</guid>
			<description>&lt;p&gt;78.53.218.203:&amp;#32;/* 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'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;</description>
			<pubDate>Thu, 05 Sep 2013 07:54:28 GMT</pubDate>			<dc:creator>78.53.218.203</dc:creator>			<comments>http://bugs.maemo.com/Talk:N9/Networking</comments>		</item>
	</channel>
</rss>