<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for n0on3.net</title>
	<atom:link href="http://www.n0on3.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n0on3.net</link>
	<description>Keystrokes :.</description>
	<lastBuildDate>Wed, 25 Apr 2012 15:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The not-so-nice story of a VPS.net outage by Glenn Kilpatrick</title>
		<link>http://www.n0on3.net/on-vps-net-san-outage/comment-page-1/#comment-5793</link>
		<dc:creator>Glenn Kilpatrick</dc:creator>
		<pubDate>Wed, 25 Apr 2012 15:44:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=266#comment-5793</guid>
		<description>Glad I found this as I was on the verge oif signing up to vps.net after Yoast recommendations. Given Yoasts authority in the wordpress world I trusted his judgment. Im currently with ukfast but Am unhappy, not for the first time, with their service. I am looking for a new host. Linode is on my list. Im looking for something around the £80 - £90 a month level. Any recommendations would be greatfully recieved.</description>
		<content:encoded><![CDATA[<p>Glad I found this as I was on the verge oif signing up to vps.net after Yoast recommendations. Given Yoasts authority in the wordpress world I trusted his judgment. Im currently with ukfast but Am unhappy, not for the first time, with their service. I am looking for a new host. Linode is on my list. Im looking for something around the £80 &#8211; £90 a month level. Any recommendations would be greatfully recieved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The not-so-nice story of a VPS.net outage by Ash</title>
		<link>http://www.n0on3.net/on-vps-net-san-outage/comment-page-1/#comment-4713</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Tue, 03 Jan 2012 09:59:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=266#comment-4713</guid>
		<description>Like many here I went to VPS based on the reco from Yoast.  

I wish i could take a contrary view and talk about how great VPS has been. Sadly no, Poor performance, poor support, poor everything. 

Another dissatisfied VPS customer. I would love to find a good webhost but I don&#039;t think there is such a thing, so I&#039;ll settle for decent if anyone can find them.</description>
		<content:encoded><![CDATA[<p>Like many here I went to VPS based on the reco from Yoast.  </p>
<p>I wish i could take a contrary view and talk about how great VPS has been. Sadly no, Poor performance, poor support, poor everything. </p>
<p>Another dissatisfied VPS customer. I would love to find a good webhost but I don&#8217;t think there is such a thing, so I&#8217;ll settle for decent if anyone can find them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netkit BGP-RIP Labs Generator by Marc</title>
		<link>http://www.n0on3.net/netkit-bgp-rip-labs-generator/comment-page-1/#comment-4657</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 21 Dec 2011 17:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://172.16.124.132/wordpress/?p=51#comment-4657</guid>
		<description>absolutely epic piece of code, it&#039;s helped me so much in my coursework for secure web systems!!!!</description>
		<content:encoded><![CDATA[<p>absolutely epic piece of code, it&#8217;s helped me so much in my coursework for secure web systems!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The not-so-nice story of a VPS.net outage by Tom</title>
		<link>http://www.n0on3.net/on-vps-net-san-outage/comment-page-1/#comment-4563</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 09 Dec 2011 01:04:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=266#comment-4563</guid>
		<description>Something similar is happening to me over the last few days.  My disk has been mounting in read-only mode, and I now have to reboot the VPS every day to keep Apache going.

Basically instead of wasting time dealing with their tech support, I&#039;ve already signed up for hosting elsewhere.</description>
		<content:encoded><![CDATA[<p>Something similar is happening to me over the last few days.  My disk has been mounting in read-only mode, and I now have to reboot the VPS every day to keep Apache going.</p>
<p>Basically instead of wasting time dealing with their tech support, I&#8217;ve already signed up for hosting elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iphone backup via ssh by n0on3</title>
		<link>http://www.n0on3.net/iphone-backup-via-ssh/comment-page-1/#comment-4349</link>
		<dc:creator>n0on3</dc:creator>
		<pubDate>Sun, 13 Nov 2011 11:01:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=231#comment-4349</guid>
		<description>&lt;a href=&quot;#comment-4344&quot; rel=&quot;nofollow&quot;&gt;@Daniel&lt;/a&gt; 

First of all, what you should copy to your phone is your id_rsa.pub (i.e., PUBLIC key), so anything you get is not related to the passphrase to unlock the private key encryption. You probably just copied the command from the web with some escaped char in it, is that possibile?

Anyway, you can use whatever way you want to put your public key on your phone, e.g.:

1) just ssh into your phone
2) make sure that ~/.ssh/ dir exists
4) vim into the authorized_keys file
5) directly paste the content of your ~/.ssh/id_rsa.pub

This should keep you from having to insert the password.

As far as concern inserting the passphrase, the purpose of having a passphrase is that you have to enter it in order to use the private key each time. You cannot avoid that. If that really bothers you, you might instead consider a different strategy: rather than locking your id_rsa with a passphrase, just encrypt it manually (use something strong like ccrypt which uses something as strong as AES).

In this way, once you decrypt it, you can use it as long as you want without entering the passphrase.
However, this has still a number of disadvantages:

- first of all, you have to decrypt/re-encrypt the file yourself manually (and there&#039;s a fair chance that you forget to do that sometimes)
- unlike passphrase-lock, during the time the file is decrypted, anyone with access to the file will be able to read it

Unfortunately, security has always its price: choose your poison :-)

cheers</description>
		<content:encoded><![CDATA[<p><a href="#comment-4344" rel="nofollow">@Daniel</a> </p>
<p>First of all, what you should copy to your phone is your id_rsa.pub (i.e., PUBLIC key), so anything you get is not related to the passphrase to unlock the private key encryption. You probably just copied the command from the web with some escaped char in it, is that possibile?</p>
<p>Anyway, you can use whatever way you want to put your public key on your phone, e.g.:</p>
<p>1) just ssh into your phone<br />
2) make sure that ~/.ssh/ dir exists<br />
4) vim into the authorized_keys file<br />
5) directly paste the content of your ~/.ssh/id_rsa.pub</p>
<p>This should keep you from having to insert the password.</p>
<p>As far as concern inserting the passphrase, the purpose of having a passphrase is that you have to enter it in order to use the private key each time. You cannot avoid that. If that really bothers you, you might instead consider a different strategy: rather than locking your id_rsa with a passphrase, just encrypt it manually (use something strong like ccrypt which uses something as strong as AES).</p>
<p>In this way, once you decrypt it, you can use it as long as you want without entering the passphrase.<br />
However, this has still a number of disadvantages:</p>
<p>- first of all, you have to decrypt/re-encrypt the file yourself manually (and there&#8217;s a fair chance that you forget to do that sometimes)<br />
- unlike passphrase-lock, during the time the file is decrypted, anyone with access to the file will be able to read it</p>
<p>Unfortunately, security has always its price: choose your poison <img src='http://www.n0on3.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iphone backup via ssh by n0on3</title>
		<link>http://www.n0on3.net/iphone-backup-via-ssh/comment-page-1/#comment-4348</link>
		<dc:creator>n0on3</dc:creator>
		<pubDate>Sun, 13 Nov 2011 10:46:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=231#comment-4348</guid>
		<description>&lt;a href=&quot;#comment-2956&quot; rel=&quot;nofollow&quot;&gt;@Chris&lt;/a&gt; you&#039;re welcome :-) 
I&#039;m actually thinking of making another version of this, as soon as I&#039;ll be able to get my hands on another jb iphone :-)</description>
		<content:encoded><![CDATA[<p><a href="#comment-2956" rel="nofollow">@Chris</a> you&#8217;re welcome <img src='http://www.n0on3.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I&#8217;m actually thinking of making another version of this, as soon as I&#8217;ll be able to get my hands on another jb iphone <img src='http://www.n0on3.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iphone backup via ssh by n0on3</title>
		<link>http://www.n0on3.net/iphone-backup-via-ssh/comment-page-1/#comment-4347</link>
		<dc:creator>n0on3</dc:creator>
		<pubDate>Sun, 13 Nov 2011 10:45:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=231#comment-4347</guid>
		<description>&lt;a href=&quot;#comment-1055&quot; rel=&quot;nofollow&quot;&gt;@Anonymous&lt;/a&gt; &lt;a href=&quot;http://twitter.com/#!/n0on3&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;@n0on3&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-1055" rel="nofollow">@Anonymous</a> <a href="http://twitter.com/#!/n0on3" target="_blank" rel="nofollow">@n0on3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iphone backup via ssh by Daniel</title>
		<link>http://www.n0on3.net/iphone-backup-via-ssh/comment-page-1/#comment-4344</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 12 Nov 2011 22:05:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=231#comment-4344</guid>
		<description>Trying to use this bash script within Ubuntu 10.04. I am trying to perform your suggestion first of all by issuing the 2 following commands:
#ssh root@iphone &#039;if [ ! -d ~/.ssh ];then mkdir ~/.ssh; fi&#039;			#
# cat ~/.ssh/id_rsa.pub &#124; ssh root@iphone &#039;cat &gt;&gt; ~/.ssh/authorized_keys&#039;
BUT, upon entering the second one I get the following errors in my terminal
sh: -c: line 0: syntax error near unexpected token `;&amp;&#039;
sh: -c: line 0: `cat &gt;&gt; ~/.ssh/authorized_keys&#039;
So I am not sure why this is. Currently my user has an id_rsa which requires me to enter a passphrase, so I enter that when prompted and then I enter the root password to ssh into the iphone. I can get on to the iPhone just fine.

The problem is that when the script runs it&#039;s first asking me for my passphrase for key &#039;/home/daniel/.ssh/id_rsa AND then it&#039;s asking me the root password to login. Now it sucks having to do that 10 times because my passphrase is very complex. ANyway to solve that?</description>
		<content:encoded><![CDATA[<p>Trying to use this bash script within Ubuntu 10.04. I am trying to perform your suggestion first of all by issuing the 2 following commands:<br />
#ssh root@iphone &#8216;if [ ! -d ~/.ssh ];then mkdir ~/.ssh; fi&#8217;			#<br />
# cat ~/.ssh/id_rsa.pub | ssh root@iphone &#8216;cat &gt;&gt; ~/.ssh/authorized_keys&#8217;<br />
BUT, upon entering the second one I get the following errors in my terminal<br />
sh: -c: line 0: syntax error near unexpected token `;&amp;&#8217;<br />
sh: -c: line 0: `cat &gt;&gt; ~/.ssh/authorized_keys&#8217;<br />
So I am not sure why this is. Currently my user has an id_rsa which requires me to enter a passphrase, so I enter that when prompted and then I enter the root password to ssh into the iphone. I can get on to the iPhone just fine.</p>
<p>The problem is that when the script runs it&#8217;s first asking me for my passphrase for key &#8216;/home/daniel/.ssh/id_rsa AND then it&#8217;s asking me the root password to login. Now it sucks having to do that 10 times because my passphrase is very complex. ANyway to solve that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Gianni</title>
		<link>http://www.n0on3.net/about/comment-page-1/#comment-4332</link>
		<dc:creator>Gianni</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.n0on3.net/?page_id=164#comment-4332</guid>
		<description>bella Ale!!
ho finalmente messo mano al tuo bellissimo template latex per scrivere la tesi.
lì ho trovato l&#039;indirizzo di questo sito e non ho resistito a farmi un po di cazzi tuoi :)
Bel sito! Mi piace!
La nuvoletta di tag in 3D, poi, è veramente cafona!!
Bella!</description>
		<content:encoded><![CDATA[<p>bella Ale!!<br />
ho finalmente messo mano al tuo bellissimo template latex per scrivere la tesi.<br />
lì ho trovato l&#8217;indirizzo di questo sito e non ho resistito a farmi un po di cazzi tuoi <img src='http://www.n0on3.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Bel sito! Mi piace!<br />
La nuvoletta di tag in 3D, poi, è veramente cafona!!<br />
Bella!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Thesis by n0on3</title>
		<link>http://www.n0on3.net/master-thesis/comment-page-1/#comment-4308</link>
		<dc:creator>n0on3</dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:04:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.n0on3.net/?p=258#comment-4308</guid>
		<description>&lt;a href=&quot;#comment-4235&quot; rel=&quot;nofollow&quot;&gt;@manni316&lt;/a&gt; Thank you, it looks like a nice suggestion, I&#039;ll definitively consider it :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-4235" rel="nofollow">@manni316</a> Thank you, it looks like a nice suggestion, I&#8217;ll definitively consider it <img src='http://www.n0on3.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

