<?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 TechniTip.Net</title> <atom:link href="http://technitip.net/comments/feed" rel="self" type="application/rss+xml" /><link>http://technitip.net</link> <description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description> <lastBuildDate>Wed, 14 Mar 2012 00:30:15 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Comment on Ring Tone doesn&#8217;t appear on iPhone after Sync? by Naka7a</title><link>http://technitip.net/ring-tone-doesnt-appear-on-iphone-after-sync/comment-page-1#comment-1375</link> <dc:creator>Naka7a</dc:creator> <pubDate>Wed, 14 Mar 2012 00:30:15 +0000</pubDate> <guid
isPermaLink="false">http://planlos.org/~harry/php/?p=14#comment-1375</guid> <description>Hey if is not working for you after all this steps. IS ONE MORE THING. GO TO ITUNES (make sure your iPhone is conected to you pc/mac) ON THE LEFT CLICK ON YOUR PHONE-&gt; THEN CLICK ON TONES AND ENABLE- &quot;SYNC TONES&quot; THEN FINALLY SYNCCCCCCC</description> <content:encoded><![CDATA[<p>Hey if is not working for you after all this steps. IS ONE MORE THING. GO TO ITUNES (make sure your iPhone is conected to you pc/mac) ON THE LEFT CLICK ON YOUR PHONE-&gt; THEN CLICK ON TONES AND ENABLE- &#8220;SYNC TONES&#8221; THEN FINALLY SYNCCCCCCC</p> ]]></content:encoded> </item> <item><title>Comment on PuTTY SSH Login Without Password Prompt by Daashee</title><link>http://technitip.net/putty-ssh-login-without-password-prompt/comment-page-1#comment-1366</link> <dc:creator>Daashee</dc:creator> <pubDate>Wed, 15 Feb 2012 21:49:06 +0000</pubDate> <guid
isPermaLink="false">http://technitip.net/?p=666#comment-1366</guid> <description>I use PuTTy to Log In to a Linux Server with no problem. I have Agent Forwarding enabled and get prompted for my passphrase to Log In. Everything good so far. Once I Log In to the Linux Server, I need to SSH to other Linux Servers without getting prompted for password. It does not work, always prompted for password. I have used ssh -A, copied over my public key to the remote server, ssh-add, etc. with no luck.
Here is the verbose output for ssh -Av
# ssh -Av tda01
OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8l 5 Nov 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to tda01 [10.128.115.241] port 22.
debug1: Connection established.
debug1: identity file /home/user1/.ssh/identity type -1
debug1: identity file /home/user1/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/user1/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2 Debian-9etch3
debug1: match: OpenSSH_4.3p2 Debian-9etch3 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-&gt;client aes128-cbc hmac-md5 none
debug1: kex: client-&gt;server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&lt;1024&lt;8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host &#039;machine1&#039; is known and matches the RSA host key.
debug1: Found key in /home/user1/.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/user1/.ssh/identity
debug1: Offering public key: /home/user1/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: Trying private key: /home/user1/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password:
Any ideas?</description> <content:encoded><![CDATA[<p>I use PuTTy to Log In to a Linux Server with no problem. I have Agent Forwarding enabled and get prompted for my passphrase to Log In. Everything good so far. Once I Log In to the Linux Server, I need to SSH to other Linux Servers without getting prompted for password. It does not work, always prompted for password. I have used ssh -A, copied over my public key to the remote server, ssh-add, etc. with no luck.</p><p>Here is the verbose output for ssh -Av<br
/> # ssh -Av tda01<br
/> OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8l 5 Nov 2009<br
/> debug1: Reading configuration data /etc/ssh/ssh_config<br
/> debug1: Connecting to tda01 [10.128.115.241] port 22.<br
/> debug1: Connection established.<br
/> debug1: identity file /home/user1/.ssh/identity type -1<br
/> debug1: identity file /home/user1/.ssh/id_rsa type 1<br
/> debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048<br
/> debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048<br
/> debug1: identity file /home/user1/.ssh/id_dsa type -1<br
/> debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2 Debian-9etch3<br
/> debug1: match: OpenSSH_4.3p2 Debian-9etch3 pat OpenSSH_4*<br
/> debug1: Enabling compatibility mode for protocol 2.0<br
/> debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5<br
/> debug1: SSH2_MSG_KEXINIT sent<br
/> debug1: SSH2_MSG_KEXINIT received<br
/> debug1: kex: server-&gt;client aes128-cbc hmac-md5 none<br
/> debug1: kex: client-&gt;server aes128-cbc hmac-md5 none<br
/> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&lt;1024&lt;8192) sent<br
/> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP<br
/> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent<br
/> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY<br
/> debug1: Host &#039;machine1&#039; is known and matches the RSA host key.<br
/> debug1: Found key in /home/user1/.ssh/known_hosts:2<br
/> debug1: ssh_rsa_verify: signature correct<br
/> debug1: SSH2_MSG_NEWKEYS sent<br
/> debug1: expecting SSH2_MSG_NEWKEYS<br
/> debug1: SSH2_MSG_NEWKEYS received<br
/> debug1: SSH2_MSG_SERVICE_REQUEST sent<br
/> debug1: SSH2_MSG_SERVICE_ACCEPT received<br
/> debug1: Authentications that can continue: publickey,keyboard-interactive<br
/> debug1: Next authentication method: publickey<br
/> debug1: Trying private key: /home/user1/.ssh/identity<br
/> debug1: Offering public key: /home/user1/.ssh/id_rsa<br
/> debug1: Server accepts key: pkalg ssh-rsa blen 277<br
/> debug1: Trying private key: /home/user1/.ssh/id_dsa<br
/> debug1: Next authentication method: keyboard-interactive<br
/> Password:</p><p>Any ideas?</p> ]]></content:encoded> </item> <item><title>Comment on Ring Tone doesn&#8217;t appear on iPhone after Sync? by JoeBx</title><link>http://technitip.net/ring-tone-doesnt-appear-on-iphone-after-sync/comment-page-1#comment-1363</link> <dc:creator>JoeBx</dc:creator> <pubDate>Thu, 02 Feb 2012 01:58:53 +0000</pubDate> <guid
isPermaLink="false">http://planlos.org/~harry/php/?p=14#comment-1363</guid> <description>Doesn&#039;t work. Solution sucks.  Even changed the filename and rebooted the phone.  No dice.</description> <content:encoded><![CDATA[<p>Doesn&#8217;t work. Solution sucks.  Even changed the filename and rebooted the phone.  No dice.</p> ]]></content:encoded> </item> <item><title>Comment on Automatic Backup of your WordPress Site to Dropbox by Amit</title><link>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox/comment-page-1#comment-1362</link> <dc:creator>Amit</dc:creator> <pubDate>Sat, 21 Jan 2012 00:30:15 +0000</pubDate> <guid
isPermaLink="false">http://technitip.net/?p=1838#comment-1362</guid> <description>Wow ..This is really awesome post..Well you can use Amazon web services</description> <content:encoded><![CDATA[<p>Wow ..This is really awesome post..Well you can use Amazon web services</p> ]]></content:encoded> </item> <item><title>Comment on Enable WordPress Auto-Login by charly</title><link>http://technitip.net/enable-wordpress-auto-login/comment-page-1#comment-1342</link> <dc:creator>charly</dc:creator> <pubDate>Wed, 27 Jul 2011 14:45:34 +0000</pubDate> <guid
isPermaLink="false">http://technitip.net/?p=1675#comment-1342</guid> <description>hi
did you test this code?
this is a code from 2007
i test it on wp 3
do not work
it work for you?</description> <content:encoded><![CDATA[<p>hi<br
/> did you test this code?<br
/> this is a code from 2007<br
/> i test it on wp 3<br
/> do not work</p><p>it work for you?</p> ]]></content:encoded> </item> <item><title>Comment on Ring Tone doesn&#8217;t appear on iPhone after Sync? by vikky</title><link>http://technitip.net/ring-tone-doesnt-appear-on-iphone-after-sync/comment-page-1#comment-1338</link> <dc:creator>vikky</dc:creator> <pubDate>Sat, 11 Jun 2011 07:23:47 +0000</pubDate> <guid
isPermaLink="false">http://planlos.org/~harry/php/?p=14#comment-1338</guid> <description>hay sam..! even thn its not working year..!! wat to do??</description> <content:encoded><![CDATA[<p>hay sam..! even thn its not working year..!! wat to do??</p> ]]></content:encoded> </item> <item><title>Comment on Ring Tone doesn&#8217;t appear on iPhone after Sync? by L</title><link>http://technitip.net/ring-tone-doesnt-appear-on-iphone-after-sync/comment-page-1#comment-1332</link> <dc:creator>L</dc:creator> <pubDate>Fri, 20 May 2011 21:39:38 +0000</pubDate> <guid
isPermaLink="false">http://planlos.org/~harry/php/?p=14#comment-1332</guid> <description>Finally a solution that worked. Ive been at this forever.</description> <content:encoded><![CDATA[<p>Finally a solution that worked. Ive been at this forever.</p> ]]></content:encoded> </item> <item><title>Comment on How do you protect your Blog from Hackers? by Mark</title><link>http://technitip.net/how-do-you-protect-your-blog-from-hackers/comment-page-1#comment-1240</link> <dc:creator>Mark</dc:creator> <pubDate>Mon, 28 Mar 2011 19:25:09 +0000</pubDate> <guid
isPermaLink="false">http://technitip.net/?p=1511#comment-1240</guid> <description>I actually modify WordPress via my home computer, iPhone, IPad, and work computer. So to secure my wp-admin folder with dynamic IP&#039;s, I created a php script that simply re-creates the .htaccess file with your current static or dynamic IP.
Basically, the php file name is something odd like Gr7281sjRp4.php
You can name it anything you want, make sure its something no one could guess nor you could remember. Then simply bookmark it to your home, work, or mobile computer. When you visit the page, it&#039;ll just ask you for a password. You enter your password (something you can remember), hit submit, and within a second it creates an htaccess with your current IP.
So not only does the hacker have to guess the php page, then guess your password, but then has to guess your wordpress login password which should be protected by login-lockdown. So there&#039;s multiple levels of protection in place.</description> <content:encoded><![CDATA[<p>I actually modify WordPress via my home computer, iPhone, IPad, and work computer. So to secure my wp-admin folder with dynamic IP&#8217;s, I created a php script that simply re-creates the .htaccess file with your current static or dynamic IP.</p><p>Basically, the php file name is something odd like Gr7281sjRp4.php</p><p>You can name it anything you want, make sure its something no one could guess nor you could remember. Then simply bookmark it to your home, work, or mobile computer. When you visit the page, it&#8217;ll just ask you for a password. You enter your password (something you can remember), hit submit, and within a second it creates an htaccess with your current IP.</p><p>So not only does the hacker have to guess the php page, then guess your password, but then has to guess your wordpress login password which should be protected by login-lockdown. So there&#8217;s multiple levels of protection in place.</p> ]]></content:encoded> </item> <item><title>Comment on PuTTY SSH Login Without Password Prompt by Chris MacLeod</title><link>http://technitip.net/putty-ssh-login-without-password-prompt/comment-page-1#comment-1238</link> <dc:creator>Chris MacLeod</dc:creator> <pubDate>Mon, 21 Mar 2011 18:20:40 +0000</pubDate> <guid
isPermaLink="false">http://technitip.net/?p=666#comment-1238</guid> <description>Thanks for this tip, I couldn&#039;t remember how to do this at work and you helped me out :)</description> <content:encoded><![CDATA[<p>Thanks for this tip, I couldn&#8217;t remember how to do this at work and you helped me out <img
src='http://technitip.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on WPtouch: Mobile Plugin&amp;Theme for WordPress by Wygląd stronek na telefoniku komórkowym &#171; Wychodźstwo</title><link>http://technitip.net/wptouch-mobile-plugintheme-for-wordpress/comment-page-1#comment-1207</link> <dc:creator>Wygląd stronek na telefoniku komórkowym &#171; Wychodźstwo</dc:creator> <pubDate>Sun, 20 Feb 2011 21:42:56 +0000</pubDate> <guid
isPermaLink="false">http://technitip.net/?p=1090#comment-1207</guid> <description>[...] WPtouch: Mobile Plugin&amp;Theme for WordPress &#124; TechniTip.Net  via technitip.net on 2/20/11 [...]</description> <content:encoded><![CDATA[<p>[...] WPtouch: Mobile Plugin&amp;Theme for WordPress | TechniTip.Net  via technitip.net on 2/20/11 [...]</p> ]]></content:encoded> </item> </channel> </rss>
