<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://bugs.maemo.com/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://bugs.maemo.com/index.php?feed=atom&amp;target=78.53.218.203&amp;title=Special%3AContributions</id>
		<title>maemo.org wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://bugs.maemo.com/index.php?feed=atom&amp;target=78.53.218.203&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://bugs.maemo.com/Special:Contributions/78.53.218.203"/>
		<updated>2026-04-25T05:37:10Z</updated>
		<subtitle>From maemo.org wiki</subtitle>
		<generator>MediaWiki 1.15.5-7</generator>

	<entry>
		<id>http://bugs.maemo.com/N9/Networking</id>
		<title>N9/Networking</title>
		<link rel="alternate" type="text/html" href="http://bugs.maemo.com/N9/Networking"/>
				<updated>2013-09-05T07:54:28Z</updated>
		
		<summary type="html">&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;</summary>
		<author><name>78.53.218.203</name></author>	</entry>

	</feed>