<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #779: Annesley locked out of puffin?</title>
    <link>http://localhost:8080/trac/ticket/779</link>
    <description>&lt;p&gt;
Looks like Annesley's IP has been blocked on &lt;a class="wiki" href="http://localhost:8080/trac/wiki/PuffinServer"&gt;wiki:PuffinServer&lt;/a&gt;.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/779</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 27 Aug 2014 14:46:17 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/779#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
This is what we have in the auth.log:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Aug 27 14:50:09 puffin sshd[31545]: Did not receive identification string from XX.XX.XX.XX
Aug 27 14:50:10 puffin sshd[31549]: Did not receive identification string from XX.XX.XX.XX
Aug 27 14:50:10 puffin sshd[31513]: Invalid user an from XX.XX.XX.XX
Aug 27 14:50:10 puffin sshd[31512]: Invalid user ann from XX.XX.XX.XX
Aug 27 14:50:10 puffin sshd[31512]: Received disconnect from XX.XX.XX.XX: 11: Bye Bye [preauth]
Aug 27 14:50:10 puffin sshd[31513]: Received disconnect from XX.XX.XX.XX: 11: Bye Bye [preauth]
Aug 27 14:50:10 puffin sshd[31577]: Invalid user annesley from XX.XX.XX.XX
Aug 27 14:50:10 puffin sshd[31566]: Invalid user annesl from XX.XX.XX.XX
Aug 27 14:50:10 puffin sshd[31577]: Received disconnect from XX.XX.XX.XX: 11: Bye Bye [preauth]
Aug 27 14:50:11 puffin sshd[31566]: Received disconnect from XX.XX.XX.XX: 11: Bye Bye [preauth]
&lt;/pre&gt;&lt;p&gt;
Where XX.XX.XX.XX is the same IP address as Annesley has used to connect today to &lt;a class="wiki" href="http://localhost:8080/trac/wiki/ParrotServer"&gt;wiki:ParrotServer&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
It looks to me that you could do with coding usernames into your ~/.ssh/config file, eg:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Host puffin
  Hostname puffin.transitionnetwork.org
  User anewholm
Host parrot
  Hostname parrot.transitionnetwork.org
  User annesley
&lt;/pre&gt;&lt;p&gt;
Then you could simple do &lt;tt&gt;sftp parrot&lt;/tt&gt; and &lt;tt&gt;sftp puffin&lt;/tt&gt; on the command line and you wouldn't need to remember the usernames and would have less to type.
&lt;/p&gt;
&lt;p&gt;
I have unblocked the IP address following &lt;a class="wiki" href="http://localhost:8080/trac/wiki/PuffinServer#Falsepositives"&gt;PuffinServer#Falsepositives&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Wed, 27 Aug 2014 14:51:06 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:2</guid>
      <description>
        &lt;p&gt;
my usernames are already coded in to the .ssh/config file
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Wed, 27 Aug 2014 14:52:03 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:3</guid>
      <description>
        &lt;p&gt;
The following:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Host puffin puffin.transitionnetwork.org
        Hostname puffin.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User annesley
Host parrot parrot.transitionnetwork.org
        Hostname parrot.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User annesley
&lt;/pre&gt;&lt;p&gt;
Should be changed to:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Host puffin
        Hostname puffin.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User anewholm
Host parrot
        Hostname parrot.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User annesley
&lt;/pre&gt;&lt;p&gt;
The you should be able to do:
&lt;/p&gt;
&lt;pre class="wiki"&gt;sftp puffin
&lt;/pre&gt;&lt;p&gt;
And:
&lt;/p&gt;
&lt;pre class="wiki"&gt;sftp parrot
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 27 Aug 2014 14:54:18 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:4</guid>
      <description>
        &lt;p&gt;
I don't understand why did you try connecting as "an", "ann" and "annesley" to Puffin where your username is "anewholm"?
&lt;/p&gt;
&lt;p&gt;
Your username on Parrot is "annesley".
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Wed, 27 Aug 2014 14:58:18 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:5</guid>
      <description>
        &lt;p&gt;
i don't understand either. i never typed "an", "ann" obviously. the puffin entry in config does not get used.
&lt;/p&gt;
&lt;p&gt;
but for now i need to connect to Parrot. why is that onyl periodically working?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 27 Aug 2014 18:01:03 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/779#comment:6</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:6</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.25&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/779#comment:5" title="Comment 5 for Ticket #779"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
i don't understand either. i never typed "an", "ann" obviously.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
That is very strange because there were login attempts to the &lt;a class="wiki" href="http://localhost:8080/trac/wiki/PuffinServer"&gt;PuffinServer&lt;/a&gt; using those usernames which resulted in your IP address being blocked.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
but for now i need to connect to Parrot. why is that onyl periodically working?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Because you are only periodically trying with the correct details?
&lt;/p&gt;
&lt;p&gt;
You twice tried using 'anewholm' rather than 'annesley', you tried 34 time using the username "Passphrase", 41 attempts failed because of an invalid password when using keys you shouldn't even be entering a password. The last failed attempts from your IP were ones using 'Passphrase' as the username.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 27 Aug 2014 18:04:25 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:7</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:7</guid>
      <description>
        &lt;p&gt;
Perhaps if you use a ssh agent so you only need to type your passphrase once per session it would help?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Wed, 27 Aug 2014 18:11:05 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:8</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:8</guid>
      <description>
        &lt;p&gt;
my command line sftp seems stable.
&lt;/p&gt;
&lt;p&gt;
Dolphin keeps asking for authentication: the username is always 'Passphrase' and password is for decrypting the ssh key. i have no idea why it is only sending a partial username.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 27 Aug 2014 18:21:53 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:9</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:9</guid>
      <description>
        &lt;p&gt;
Oh crap, I edited a comment 3 above rather than posting a follow up, sorry.
&lt;/p&gt;
&lt;p&gt;
Are you using the command line for sftp or a GUI?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 27 Aug 2014 18:23:57 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:10</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:10</guid>
      <description>
        &lt;p&gt;
what does your ~/.ssh.config have in it, can you update it to match comment 3 above and let me know if there is anything else in it.
&lt;/p&gt;
&lt;p&gt;
With ssh passphrase authentication you can use a ssh agent so you only need to decrypt your ssh private key once per session (session on your local machine), are you using OSX?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Thu, 28 Aug 2014 09:00:36 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:11</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:11</guid>
      <description>
        &lt;p&gt;
here is my current .ssh/config now
&lt;/p&gt;
&lt;pre class="wiki"&gt;Host puffin puffin.transitionnetwork.org
        Hostname puffin.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User anewholm
Host parrot parrot.transitionnetwork.org
        Hostname parrot.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User annesley
&lt;/pre&gt;&lt;p&gt;
(User annesley changed to User anewholm now)
&lt;/p&gt;
&lt;p&gt;
i think that the instability is only happening through Dolphin though. command line does seem much more stable.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Thu, 28 Aug 2014 09:01:17 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:12</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:12</guid>
      <description>
        &lt;p&gt;
and I am on Ubuntu
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Thu, 28 Aug 2014 10:08:22 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:13</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:13</guid>
      <description>
        &lt;p&gt;
ok, so i think this is probably a problem within Dolphin at my end. potential duplicate issues here:
&lt;a class="ext-link" href="http://ubuntuforums.org/showthread.php?t=1406703"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://ubuntuforums.org/showthread.php?t=1406703&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 28 Aug 2014 11:22:21 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:14</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:14</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/779#comment:11" title="Comment 11 for Ticket #779"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
here is my current .ssh/config now
&lt;/p&gt;
&lt;pre class="wiki"&gt;Host puffin puffin.transitionnetwork.org
        Hostname puffin.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User anewholm
Host parrot parrot.transitionnetwork.org
        Hostname parrot.transitionnetwork.org
        IdentityFile ~/.ssh/id_rsa_tn
        User annesley
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;p&gt;
The Host lines are still wrong, they should be:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Host puffin
...
Host parrot
&lt;/pre&gt;&lt;p&gt;
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
i think that the instability is only happening through Dolphin though. command line does seem much more stable.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
What is Dolphin?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 28 Aug 2014 11:28:03 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/779#comment:15</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:15</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.5&lt;/em&gt; to &lt;em&gt;0.75&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
You might be best off using fuse to mount the remote filesystems, eg:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="ext-link" href="http://manpages.ubuntu.com/manpages/lucid/man1/sshfs.1.html"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://manpages.ubuntu.com/manpages/lucid/man1/sshfs.1.html&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://blog.damontimm.com/how-to-mount-a-sftp-folder-ssh-ftp-on-ubuntu-linux-using-sshfs-fuse/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://blog.damontimm.com/how-to-mount-a-sftp-folder-ssh-ftp-on-ubuntu-linux-using-sshfs-fuse/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 28 Aug 2014 11:32:20 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:16</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:16</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/779#comment:14" title="Comment 14 for Ticket #779"&gt;chris&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
The Host lines are still wrong
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Actually Host can take multiple patterns, see &lt;tt&gt;man ssh_config&lt;/tt&gt;, so that shouldn't be an issue.
&lt;/p&gt;
&lt;p&gt;
Using fuse is probably the best though as then the remote filesystems will simply appear as local ones.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Thu, 28 Aug 2014 12:02:04 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:17</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:17</guid>
      <description>
        &lt;p&gt;
ok, thanks for the help.
&lt;/p&gt;
&lt;p&gt;
Dolphin is the KUbuntu (KDE Ubuntu) default file manager. it's been pretty impressive up until now. it may be an un-related issue of course. i haven't done a major release complete re-install for a while...
&lt;/p&gt;
&lt;p&gt;
yep, the fuse option sounds best. i used it a while ago for another server so will try to remember how-to!
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 08 Sep 2014 12:47:10 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/779#comment:18</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:18</guid>
      <description>
        &lt;p&gt;
Thank you Chris - hope this is sorted now Annesley
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 08 Sep 2014 13:17:46 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/779#comment:19</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/779#comment:19</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
it looks like the problem is at my end, the Ubuntu Dolphin File manager with password encrypted key management. i will install a different file management client at some point and report back. thanks for help so far! :)
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>