<?xml version="1.0" encoding="UTF-8"?>
<tickets type="array">
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-29T15:17:42+00:00</created-at>
    <creator-id type="integer">7072</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">143</number>
    <permalink>patch-capistranoroles-placeholder</permalink>
    <priority type="integer">100213</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>feature patch roles tiny</tag>
    <title>[Patch] $CAPISTRANO:ROLES$ placeholder</title>
    <updated-at type="datetime">2010-02-05T19:06:35+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Jesse Newland</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/143</url>
    <original-body>In several situations, we've seen a need for commands run via cap to be aware of the roles they've been assigned. This simple patch extends the placeholder support in cap ($CAPISTRANO:HOST$ in a command is replaced with the hostname cap knows for that server) to provide a $CAPISTRANO:ROLES$ placeholder, which is replaced with a comma-separated list of the roles assigned to that server.

With this code:

    role :localhost1, 'localhost'
    role :localhost2, '127.0.0.1', 'localhost'
 
    task :show_roles do
      run 'echo $CAPISTRANO:ROLES$'
    end

You get this:

    $ cap show_roles
      * executing `show_roles'
      * executing &quot;echo $CAPISTRANO:ROLES$&quot;
        servers: [&quot;localhost&quot;, &quot;127.0.0.1&quot;]
        [localhost] executing command
        [127.0.0.1] executing command
     ** [out :: localhost] localhost1,localhost2
     ** [out :: 127.0.0.1] localhost2
        command finished

Commit on my fork:

http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a717615c4865d0748632

Patch here:

http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a717615c4865d0748632.diff

Please let me know if you have any questions about the patch or the possible uses of this!</original-body>
    <latest-body>In several situations, we've seen a need for commands run via cap to be aware of the roles they've been assigned. This simple patch extends the placeholder support in cap ($CAPISTRANO:HOST$ in a command is replaced with the hostname cap knows for that server) to provide a $CAPISTRANO:ROLES$ placeholder, which is replaced with a comma-separated list of the roles assigned to that server.

With this code:

    role :localhost1, 'localhost'
    role :localhost2, '127.0.0.1', 'localhost'
 
    task :show_roles do
      run 'echo $CAPISTRANO:ROLES$'
    end

You get this:

    $ cap show_roles
      * executing `show_roles'
      * executing &quot;echo $CAPISTRANO:ROLES$&quot;
        servers: [&quot;localhost&quot;, &quot;127.0.0.1&quot;]
        [localhost] executing command
        [127.0.0.1] executing command
     ** [out :: localhost] localhost1,localhost2
     ** [out :: 127.0.0.1] localhost2
        command finished

Commit on my fork:

http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a717615c4865d0748632

Patch here:

http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a717615c4865d0748632.diff

Please let me know if you have any questions about the patch or the possible uses of this!</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;In several situations, we've seen a need for commands run via
cap to be aware of the roles they've been assigned. This simple
patch extends the placeholder support in cap ($CAPISTRANO:HOST$ in
a command is replaced with the hostname cap knows for that server)
to provide a $CAPISTRANO:ROLES$ placeholder, which is replaced with
a comma-separated list of the roles assigned to that server.&lt;/p&gt;
&lt;p&gt;With this code:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;role :localhost1, 'localhost'
role :localhost2, '127.0.0.1', 'localhost'

task :show_roles do
  run 'echo $CAPISTRANO:ROLES$'
end&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;You get this:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;$ cap show_roles
  * executing `show_roles'
  * executing &quot;echo $CAPISTRANO:ROLES$&quot;
    servers: [&quot;localhost&quot;, &quot;127.0.0.1&quot;]
    [localhost] executing command
    [127.0.0.1] executing command
 ** [out :: localhost] localhost1,localhost2
 ** [out :: 127.0.0.1] localhost2
    command finished&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;Commit on my fork:&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a717615c4865d0748632&quot;&gt;
http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a7...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Patch here:&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a717615c4865d0748632.diff&quot;&gt;
http://github.com/jnewland/capistrano/commit/953e8e16bfe20a6a9306a7...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please let me know if you have any questions about the patch or
the possible uses of this!&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-02-04T13:54:04+00:00</created-at>
    <creator-id type="integer">1379</creator-id>
    <milestone-due-on type="datetime">2010-02-04T00:00:00+00:00</milestone-due-on>
    <milestone-id type="integer">62605</milestone-id>
    <number type="integer">147</number>
    <permalink>configuration-interface</permalink>
    <priority type="integer">2</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Configuration Interface</title>
    <updated-at type="datetime">2010-02-04T13:54:05+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Lee Hambley</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/147</url>
    <milestone-title>Rails 3 Release</milestone-title>
    <original-body>A number of problems originated from the implementation of our configuration system the set() method whilst useful, is too simple.

I have had in mind for a while an interface a little like this https://gist.github.com/0622b9d20100fbb297cb - inspired by ThoughtBot's recent post maybe a handful more people have smart ideas we can integrate: http://robots.thoughtbot.com/post/344833329/mygem-configure-block</original-body>
    <latest-body>A number of problems originated from the implementation of our configuration system the set() method whilst useful, is too simple.

I have had in mind for a while an interface a little like this https://gist.github.com/0622b9d20100fbb297cb - inspired by ThoughtBot's recent post maybe a handful more people have smart ideas we can integrate: http://robots.thoughtbot.com/post/344833329/mygem-configure-block</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;A number of problems originated from the implementation of our
configuration system the set() method whilst useful, is too
simple.&lt;/p&gt;
&lt;p&gt;I have had in mind for a while an interface a little like this
&lt;a href=
&quot;https://gist.github.com/0622b9d20100fbb297cb&quot;&gt;https://gist.github.com/0622b9d20100fbb297cb&lt;/a&gt;
- inspired by ThoughtBot's recent post maybe a handful more people
have smart ideas we can integrate: &lt;a href=
&quot;http://robots.thoughtbot.com/post/344833329/mygem-configure-block&quot;&gt;
http://robots.thoughtbot.com/post/344833329/mygem-configure-block&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-02-04T13:42:49+00:00</created-at>
    <creator-id type="integer">1379</creator-id>
    <milestone-due-on type="datetime">2010-02-04T00:00:00+00:00</milestone-due-on>
    <milestone-id type="integer">62605</milestone-id>
    <number type="integer">146</number>
    <permalink>rake-integration</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Rake Integration</title>
    <updated-at type="datetime">2010-02-04T13:44:07+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Lee Hambley</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/146</url>
    <milestone-title>Rails 3 Release</milestone-title>
    <original-body>How should we better integrate Rake, how would you expect this to work?</original-body>
    <latest-body>How should we better integrate Rake, how would you expect this to work?</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;How should we better integrate Rake, how would you expect this
to work?&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-02-04T13:41:31+00:00</created-at>
    <creator-id type="integer">1379</creator-id>
    <milestone-due-on type="datetime">2010-02-04T00:00:00+00:00</milestone-due-on>
    <milestone-id type="integer">62605</milestone-id>
    <number type="integer">145</number>
    <permalink>bundler-support</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Bundler Support</title>
    <updated-at type="datetime">2010-02-04T13:41:43+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Lee Hambley</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/145</url>
    <milestone-title>Rails 3 Release</milestone-title>
    <original-body>Support for bundler, how would you like to see it work, how should we handle the ./bin/rake situation, should we support the system install forthcoming in bundler 1.0?</original-body>
    <latest-body>Support for bundler, how would you like to see it work, how should we handle the ./bin/rake situation, should we support the system install forthcoming in bundler 1.0?</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Support for bundler, how would you like to see it work, how
should we handle the ./bin/rake situation, should we support the
system install forthcoming in bundler 1.0?&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-02-03T16:47:05+00:00</created-at>
    <creator-id type="integer">85116</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">144</number>
    <permalink>error-during-update_code-with-old-git-version</permalink>
    <priority type="integer">100214</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>error during update_code with old git version</title>
    <updated-at type="datetime">2010-02-03T16:47:06+00:00</updated-at>
    <user-id type="integer">85116</user-id>
    <user-name>larsmai</user-name>
    <creator-name>larsmai</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/144</url>
    <original-body>update_code with remote-cache fails when used with an old git version (verified: 1.4.4.4), because git-clean does not have a '-f' (force) option. this affects deployments on debian-etch, which ships this old git version. 

here's the commit that introduced this: http://github.com/capistrano/capistrano/commit/269b099c1c0e2e9185718484f0c40127a1d5e6bc

i'm not sure how this should be handled, as this probably only affects git versions that are ~3 years old. however, it seems to me that the '-f' option is not absolutely needed, and could be removed in order to keep old versions working.</original-body>
    <latest-body>update_code with remote-cache fails when used with an old git version (verified: 1.4.4.4), because git-clean does not have a '-f' (force) option. this affects deployments on debian-etch, which ships this old git version. 

here's the commit that introduced this: http://github.com/capistrano/capistrano/commit/269b099c1c0e2e9185718484f0c40127a1d5e6bc

i'm not sure how this should be handled, as this probably only affects git versions that are ~3 years old. however, it seems to me that the '-f' option is not absolutely needed, and could be removed in order to keep old versions working.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;update_code with remote-cache fails when used with an old git
version (verified: 1.4.4.4), because git-clean does not have a '-f'
(force) option. this affects deployments on debian-etch, which
ships this old git version.&lt;/p&gt;
&lt;p&gt;here's the commit that introduced this: &lt;a href=
&quot;http://github.com/capistrano/capistrano/commit/269b099c1c0e2e9185718484f0c40127a1d5e6bc&quot;&gt;
http://github.com/capistrano/capistrano/commit/269b099c1c0e2e918571...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;i'm not sure how this should be handled, as this probably only
affects git versions that are ~3 years old. however, it seems to me
that the '-f' option is not absolutely needed, and could be removed
in order to keep old versions working.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">1</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-11-13T11:24:33+00:00</created-at>
    <creator-id type="integer">32129</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">54692</milestone-id>
    <number type="integer">125</number>
    <permalink>a-server-must-apply-to-_all_-given-roles</permalink>
    <priority type="integer">5</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>all capistrano option roles</tag>
    <title>a server must apply to _all_ given roles</title>
    <updated-at type="datetime">2010-01-25T09:52:45+00:00</updated-at>
    <user-id type="integer">32129</user-id>
    <user-name>beanie</user-name>
    <creator-name>beanie</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/125</url>
    <milestone-title>2.6.0</milestone-title>
    <original-body>Hi

i move the short conversation from the mailinglist into this ticket. (http://groups.google.com/group/capistrano/browse_thread/thread/6190b0f7e6cce972)

i use capistrano primary for server management and not for deploying
my code so i want to implement a new commandline option, with this option a server must apply to _all_ roles that are given.

i added to options.rb

opts.on(&quot;-A&quot;, &quot;--match-all&quot;,
        &quot;a Server must match ALL roles&quot;
       ) { |value| options[:match_all] = true }

but i can't access the options down in capistrano/configuration/
server.rb
is there a smart way to access the options?

Lee pointed my out, to set a variable an reading it later (in server.rb). i don't get your architecure.
working in server.rb i have the &quot;self&quot; object, but i didn't found a way to pass my variable in there from options.rb and reading it in server.rb

i can't assign the ticket to myself :(</original-body>
    <latest-body>Hi

i move the short conversation from the mailinglist into this ticket. (http://groups.google.com/group/capistrano/browse_thread/thread/6190b0f7e6cce972)

i use capistrano primary for server management and not for deploying
my code so i want to implement a new commandline option, with this option a server must apply to _all_ roles that are given.

i added to options.rb

opts.on(&quot;-A&quot;, &quot;--match-all&quot;,
        &quot;a Server must match ALL roles&quot;
       ) { |value| options[:match_all] = true }

but i can't access the options down in capistrano/configuration/
server.rb
is there a smart way to access the options?

Lee pointed my out, to set a variable an reading it later (in server.rb). i don't get your architecure.
working in server.rb i have the &quot;self&quot; object, but i didn't found a way to pass my variable in there from options.rb and reading it in server.rb

i can't assign the ticket to myself :(</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;i move the short conversation from the mailinglist into this
ticket. (&lt;a href=
&quot;http://groups.google.com/group/capistrano/browse_thread/thread/6190b0f7e6cce972&quot;&gt;http://groups.google.com/group/capistrano/browse_thread/thread/6190...&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;i use capistrano primary for server management and not for
deploying&lt;br&gt;
my code so i want to implement a new commandline option, with this
option a server must apply to &lt;em&gt;all&lt;/em&gt; roles that are
given.&lt;/p&gt;
&lt;p&gt;i added to options.rb&lt;/p&gt;
&lt;p&gt;opts.on(&quot;-A&quot;, &quot;--match-all&quot;,&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;    &quot;a Server must match ALL roles&quot;
   ) { |value| options[:match_all] = true }&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;but i can't access the options down in
capistrano/configuration/&lt;br&gt;
server.rb&lt;br&gt;
is there a smart way to access the options?&lt;/p&gt;
&lt;p&gt;Lee pointed my out, to set a variable an reading it later (in
server.rb). i don't get your architecure.&lt;br&gt;
working in server.rb i have the &quot;self&quot; object, but i didn't found a
way to pass my variable in there from options.rb and reading it in
server.rb&lt;/p&gt;
&lt;p&gt;i can't assign the ticket to myself :(&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-25T02:23:52+00:00</created-at>
    <creator-id type="integer">1015</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">142</number>
    <permalink>patch-fix-deploymigrations-to-use-latest_release</permalink>
    <priority type="integer">100212</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>migrations</tag>
    <title>PATCH - Fix deploy:migrations to use latest_release</title>
    <updated-at type="datetime">2010-01-25T02:23:55+00:00</updated-at>
    <user-id type="integer">1015</user-id>
    <user-name>Mike Vincent</user-name>
    <creator-name>Mike Vincent</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/142</url>
    <original-body>It was always grabbing the release just prior to the one being deployed when doing a cap deploy:migrations, this resolves that issue. 

http://github.com/agile/capistrano/tree/fix_db_migrations_task_to_use_latest_release_dir</original-body>
    <latest-body>It was always grabbing the release just prior to the one being deployed when doing a cap deploy:migrations, this resolves that issue. 

http://github.com/agile/capistrano/tree/fix_db_migrations_task_to_use_latest_release_dir</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;It was always grabbing the release just prior to the one being
deployed when doing a cap deploy:migrations, this resolves that
issue.&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/agile/capistrano/tree/fix_db_migrations_task_to_use_latest_release_dir&quot;&gt;
http://github.com/agile/capistrano/tree/fix_db_migrations_task_to_u...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-08-06T21:59:07+01:00</created-at>
    <creator-id type="integer">20582</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">54692</milestone-id>
    <number type="integer">102</number>
    <permalink>using-sudo-for-deployments-shouldnt-be-the-default-anymore</permalink>
    <priority type="integer">8</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Using sudo for deployments shouldn't be the default anymore</title>
    <updated-at type="datetime">2010-01-24T21:42:39+00:00</updated-at>
    <user-id type="integer">24994</user-id>
    <user-name>Rafa G.</user-name>
    <creator-name>Mathias Meyer</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/102</url>
    <milestone-title>2.6.0</milestone-title>
    <original-body>I'm gonna put this up for discussion here. In my opinion sudo should just not be used for a standard deployment. If you need to use sudo, set the variable and you're good to go, but I think the default should be not to use it. Not using it fosters correctly separating deployment to use a different user, and to have a more secure deploy environment. Personally, I like to use something like a deploy user that has no other rights whatsoever, and no other use for that matter.

Thoughts?</original-body>
    <latest-body>I'm gonna put this up for discussion here. In my opinion sudo should just not be used for a standard deployment. If you need to use sudo, set the variable and you're good to go, but I think the default should be not to use it. Not using it fosters correctly separating deployment to use a different user, and to have a more secure deploy environment. Personally, I like to use something like a deploy user that has no other rights whatsoever, and no other use for that matter.

Thoughts?</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I'm gonna put this up for discussion here. In my opinion sudo
should just not be used for a standard deployment. If you need to
use sudo, set the variable and you're good to go, but I think the
default should be not to use it. Not using it fosters correctly
separating deployment to use a different user, and to have a more
secure deploy environment. Personally, I like to use something like
a deploy user that has no other rights whatsoever, and no other use
for that matter.&lt;/p&gt;
&lt;p&gt;Thoughts?&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2010-01-22T05:14:15+00:00</created-at>
    <creator-id type="integer">83574</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">141</number>
    <permalink>cant-open-file-svn-error</permalink>
    <priority type="integer">100211</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>invalid</state>
    <tag nil="true"></tag>
    <title>Can't open file - svn error</title>
    <updated-at type="datetime">2010-01-22T10:03:46+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Gigg</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/141</url>
    <original-body>I have created a new server with capistrano for the first time. I am able to create an app,  run capify, and if I change sudo to true i am able to create the deploy. But when I run the deploy:cold command I keep getting this error:


# cap deploy:cold
  * executing `deploy:cold'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
    executing locally: &quot;svn info git@github.com:grantg/odmaadmin.git  -rHEAD&quot;
svn: 'git@github.com:grantg' is not a working copy
svn: Can't open file 'git@github.com:grantg/.svn/entries': No such file or directory
*** [deploy:update_code] rolling back
  * executing &quot;rm -rf /var/www/odmaadmin/releases/20100122050758; true&quot;
    servers: [&quot;192.168.0.158&quot;]
Password:
    [192.168.0.158] executing command
    command finished
Command svn info git@github.com:grantg/odmaadmin.git  -rHEAD returned status code 256

I have googled it to death and tried all sorts of things until I thought to ask on here. Does anyone know how to resolve this issue?</original-body>
    <latest-body>I have created a new server with capistrano for the first time. I am able to create an app,  run capify, and if I change sudo to true i am able to create the deploy. But when I run the deploy:cold command I keep getting this error:


# cap deploy:cold
  * executing `deploy:cold'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
    executing locally: &quot;svn info git@github.com:grantg/odmaadmin.git  -rHEAD&quot;
svn: 'git@github.com:grantg' is not a working copy
svn: Can't open file 'git@github.com:grantg/.svn/entries': No such file or directory
*** [deploy:update_code] rolling back
  * executing &quot;rm -rf /var/www/odmaadmin/releases/20100122050758; true&quot;
    servers: [&quot;192.168.0.158&quot;]
Password:
    [192.168.0.158] executing command
    command finished
Command svn info git@github.com:grantg/odmaadmin.git  -rHEAD returned status code 256

I have googled it to death and tried all sorts of things until I thought to ask on here. Does anyone know how to resolve this issue?</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I have created a new server with capistrano for the first time.
I am able to create an app, run capify, and if I change sudo to
true i am able to create the deploy. But when I run the deploy:cold
command I keep getting this error:&lt;/p&gt;
&lt;h1&gt;cap deploy:cold&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;executing &lt;code&gt;deploy:cold'&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;executing &lt;code&gt;deploy:update' ** transaction:
start&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;executing &lt;code&gt;deploy:update_code' updating the cached
checkout on all servers executing locally: &quot;svn info
git@github.com:grantg/odmaadmin.git -rHEAD&quot; svn:
'git@github.com:grantg' is not a working copy&amp;lt;br/&amp;gt; svn: Can't
open file 'git@github.com:grantg/.svn/entries': No such file or
directory&amp;lt;br/&amp;gt; *** [deploy:update_code] rolling
back&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;executing &quot;rm -rf /var/www/odmaadmin/releases/20100122050758;
true&quot; servers: [&quot;192.168.0.158&quot;] Password:&lt;br&gt;
[192.168.0.158] executing command command finished Command svn info
&lt;a href=
&quot;mailto:git@github.com&quot;&gt;git@github.com&lt;/a&gt;:grantg/odmaadmin.git
-rHEAD returned status code 256&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I have googled it to death and tried all sorts of things until I
thought to ask on here. Does anyone know how to resolve this
issue?&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-14T23:17:37+00:00</created-at>
    <creator-id type="integer">82704</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">140</number>
    <permalink>rsync-globbing-causes-hidden-files-to-be-skipped</permalink>
    <priority type="integer">100210</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>capistrano &quot;hidden files&quot; remote_cache rsync</tag>
    <title>Rsync Globbing causes hidden files to be skipped</title>
    <updated-at type="datetime">2010-01-20T16:51:03+00:00</updated-at>
    <user-id type="integer">82704</user-id>
    <user-name>Arthur Ketcham</user-name>
    <creator-name>Arthur Ketcham</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/140</url>
    <original-body>I noticed that in lib/capistrano/recipes/deploy/strategy/remote_cache.rb, on line 46, the rsync command, which rsyncs the remote cache to the latest release directory uses the &quot;*&quot; glob, which causes all hidden files to be ignored.

Example case:
/var/www/dev/app/shared/cached-copy/ contains an .htaccess file. (The git repository this came from had such a file)
Capistrano runs the command:
rsync -lrpt --exclude=\&quot;.git\&quot; --exclude=\&quot;.DS_Store\&quot; --exclude=\&quot;capfile\&quot; --exclude=\&quot;Capfile\&quot; /var/www/dev/app/shared/cached-copy/* /var/www/dev/app/releases/20100113220925

This causes /var/www/dev/app/releases/20100113220925 to be lacking the required .htacces file and any other hidden files.

The rsync command at lib/capistrano/recipes/deploy/strategy/remote_cache.rb, on line 4 uses the * glob character, which seems to be causing this problem.</original-body>
    <latest-body>I noticed that in lib/capistrano/recipes/deploy/strategy/remote_cache.rb, on line 46, the rsync command, which rsyncs the remote cache to the latest release directory uses the &quot;*&quot; glob, which causes all hidden files to be ignored.

Example case:
/var/www/dev/app/shared/cached-copy/ contains an .htaccess file. (The git repository this came from had such a file)
Capistrano runs the command:
rsync -lrpt --exclude=\&quot;.git\&quot; --exclude=\&quot;.DS_Store\&quot; --exclude=\&quot;capfile\&quot; --exclude=\&quot;Capfile\&quot; /var/www/dev/app/shared/cached-copy/* /var/www/dev/app/releases/20100113220925

This causes /var/www/dev/app/releases/20100113220925 to be lacking the required .htacces file and any other hidden files.

The rsync command at lib/capistrano/recipes/deploy/strategy/remote_cache.rb, on line 4 uses the * glob character, which seems to be causing this problem.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I noticed that in
lib/capistrano/recipes/deploy/strategy/remote_cache.rb, on line 46,
the rsync command, which rsyncs the remote cache to the latest
release directory uses the &quot;*&quot; glob, which causes all hidden files
to be ignored.&lt;/p&gt;
&lt;p&gt;Example case:&lt;br&gt;
/var/www/dev/app/shared/cached-copy/ contains an .htaccess file.
(The git repository this came from had such a file) Capistrano runs
the command:&lt;br&gt;
rsync -lrpt --exclude=&quot;.git&quot; --exclude=&quot;.DS_Store&quot;
--exclude=&quot;capfile&quot; --exclude=&quot;Capfile&quot;
/var/www/dev/app/shared/cached-copy/*
/var/www/dev/app/releases/20100113220925&lt;/p&gt;
&lt;p&gt;This causes /var/www/dev/app/releases/20100113220925 to be
lacking the required .htacces file and any other hidden files.&lt;/p&gt;
&lt;p&gt;The rsync command at
lib/capistrano/recipes/deploy/strategy/remote_cache.rb, on line 4
uses the * glob character, which seems to be causing this
problem.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">1</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-12-30T11:20:03+00:00</created-at>
    <creator-id type="integer">81022</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">54692</milestone-id>
    <number type="integer">133</number>
    <permalink>different-passwords</permalink>
    <priority type="integer">9</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>hold</state>
    <tag>legacy password security</tag>
    <title>Different passwords</title>
    <updated-at type="datetime">2010-01-19T22:44:39+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>valodzka</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/133</url>
    <milestone-title>2.6.0</milestone-title>
    <original-body>Capistrano allow to specify for different servers different users, ports, options but not passwords. Attached patch adds that feature.

PS: I know that this generaly bad idea, but in some situation like legacy infrastructure it can be acceptable and only possible approach.</original-body>
    <latest-body>Capistrano allow to specify for different servers different users, ports, options but not passwords. Attached patch adds that feature.

PS: I know that this generaly bad idea, but in some situation like legacy infrastructure it can be acceptable and only possible approach.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Capistrano allow to specify for different servers different
users, ports, options but not passwords. Attached patch adds that
feature.&lt;/p&gt;
&lt;p&gt;PS: I know that this generaly bad idea, but in some situation
like legacy infrastructure it can be acceptable and only possible
approach.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-12-30T18:00:40+00:00</created-at>
    <creator-id type="integer">50628</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">134</number>
    <permalink>error-updating-gem-from-2510</permalink>
    <priority type="integer">0</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>hold</state>
    <tag nil="true"></tag>
    <title>Error updating gem from 2.5.10</title>
    <updated-at type="datetime">2010-01-19T21:46:27+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>stringify_keys</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/134</url>
    <original-body>Got this error while updating the gem from 2.5.10. This is on Windows 7.

    Updating installed gems
    Updating capistrano
    ERROR:  While executing gem ... (Errno::EEXIST)
        File exists - C:</original-body>
    <latest-body>Got this error while updating the gem from 2.5.10. This is on Windows 7.

    Updating installed gems
    Updating capistrano
    ERROR:  While executing gem ... (Errno::EEXIST)
        File exists - C:</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Got this error while updating the gem from 2.5.10. This is on
Windows 7.&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;Updating installed gems
Updating capistrano
ERROR:  While executing gem ... (Errno::EEXIST)
    File exists - C:&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2010-01-12T16:31:28+00:00</created-at>
    <creator-id type="integer">2970</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">57342</milestone-id>
    <number type="integer">139</number>
    <permalink>use-variable-method-consistently-in-scm-classes</permalink>
    <priority type="integer">4</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag>patch scm</tag>
    <title>Use variable method consistently in SCM classes</title>
    <updated-at type="datetime">2010-01-19T21:26:59+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Chris Griego</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/139</url>
    <milestone-title>Immediate Bugfix</milestone-title>
    <original-body>The SCM base class provides a variable() method wrapper for looking up configuration variables. It adds the functionality for when you're using a source.local proxy to act against the local checkout vs the remote checkout, it will first check for variables prefixed with local_. Not all SCM classes were using this method consistently so this patch corrects that.

http://github.com/cgriego/capistrano/commit/dd18ebd8bece92cc7aca86d75de5550e85639e56</original-body>
    <latest-body>The SCM base class provides a variable() method wrapper for looking up configuration variables. It adds the functionality for when you're using a source.local proxy to act against the local checkout vs the remote checkout, it will first check for variables prefixed with local_. Not all SCM classes were using this method consistently so this patch corrects that.

http://github.com/cgriego/capistrano/commit/dd18ebd8bece92cc7aca86d75de5550e85639e56</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;The SCM base class provides a variable() method wrapper for
looking up configuration variables. It adds the functionality for
when you're using a source.local proxy to act against the local
checkout vs the remote checkout, it will first check for variables
prefixed with local_. Not all SCM classes were using this method
consistently so this patch corrects that.&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/cgriego/capistrano/commit/dd18ebd8bece92cc7aca86d75de5550e85639e56&quot;&gt;
http://github.com/cgriego/capistrano/commit/dd18ebd8bece92cc7aca86d...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-19T21:15:08+00:00</created-at>
    <creator-id type="integer">1379</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">54692</milestone-id>
    <number type="integer">99</number>
    <permalink>update-deployrestart-to-work-with-passenger-and-formally-deprecate-deploystop-and-deploystart</permalink>
    <priority type="integer">0</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>open</state>
    <tag nil="true"></tag>
    <title>Update deploy:restart to work with passenger and formally deprecate deploy:stop and deploy:start</title>
    <updated-at type="datetime">2010-01-19T21:15:37+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Lee Hambley</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/99</url>
    <milestone-title>2.6.0</milestone-title>
    <original-body>Update `deploy:restart` to work with passenger and formally deprecate `deploy:stop` and `deploy:start` -- they're old ideas, and I feel certain that the Rails hosting world is moving towards Passenger mod_rails. Thoughts welcome</original-body>
    <latest-body>Update `deploy:restart` to work with passenger and formally deprecate `deploy:stop` and `deploy:start` -- they're old ideas, and I feel certain that the Rails hosting world is moving towards Passenger mod_rails. Thoughts welcome</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Update &lt;code&gt;deploy:restart&lt;/code&gt; to work with passenger and
formally deprecate &lt;code&gt;deploy:stop&lt;/code&gt; and
&lt;code&gt;deploy:start&lt;/code&gt; -- they're old ideas, and I feel certain
that the Rails hosting world is moving towards Passenger mod_rails.
Thoughts welcome&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-08T01:53:30+00:00</created-at>
    <creator-id type="integer">79873</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">136</number>
    <permalink>patch-create-and-link-all-shared_children-upon-deploy</permalink>
    <priority type="integer">100206</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>shared_children</tag>
    <title>Patch: create and link all shared_children upon deploy</title>
    <updated-at type="datetime">2010-01-13T00:01:14+00:00</updated-at>
    <user-id type="integer">2970</user-id>
    <user-name>Chris Griego</user-name>
    <creator-name>Adam Durity</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/136</url>
    <original-body>I've submitted a patch as a pull request on Github.  The details of the patch are as follows:

This patch modifies deploy:finalize_update so that all shared_children are automatically linked into the current directory as opposed to just pids, system, and log. Now adding and additional shared directory is as simple as adding it to shared_children.</original-body>
    <latest-body>I've submitted a patch as a pull request on Github.  The details of the patch are as follows:

This patch modifies deploy:finalize_update so that all shared_children are automatically linked into the current directory as opposed to just pids, system, and log. Now adding and additional shared directory is as simple as adding it to shared_children.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I've submitted a patch as a pull request on Github. The details
of the patch are as follows:&lt;/p&gt;
&lt;p&gt;This patch modifies deploy:finalize_update so that all
shared_children are automatically linked into the current directory
as opposed to just pids, system, and log. Now adding and additional
shared directory is as simple as adding it to shared_children.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-12T16:27:47+00:00</created-at>
    <creator-id type="integer">2970</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">138</number>
    <permalink>add-command-level-elapsed-time-to-logging</permalink>
    <priority type="integer">0</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>logger patch</tag>
    <title>Add command-level elapsed time to logging</title>
    <updated-at type="datetime">2010-01-12T17:06:57+00:00</updated-at>
    <user-id type="integer">2970</user-id>
    <user-name>Chris Griego</user-name>
    <creator-name>Chris Griego</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/138</url>
    <original-body>Use case: Our business is very sensitive to downtime so it's critical that we keep our deployments quick. We need logging during deployments of how long each command takes so we can identify parts that are slow and find alternatives. I was using a monkey patch that added task-level benchmarks but by doing that it included the debug prompt wait time and the time of any callback tasks. This patch adds the ms elapsed time for remote and local commands to the normal 'command finished' logging output.

http://github.com/cgriego/capistrano/commit/e148b6a7eb03e6cad0231e0b7b5a8a27c38a3da0</original-body>
    <latest-body>Use case: Our business is very sensitive to downtime so it's critical that we keep our deployments quick. We need logging during deployments of how long each command takes so we can identify parts that are slow and find alternatives. I was using a monkey patch that added task-level benchmarks but by doing that it included the debug prompt wait time and the time of any callback tasks. This patch adds the ms elapsed time for remote and local commands to the normal 'command finished' logging output.

http://github.com/cgriego/capistrano/commit/e148b6a7eb03e6cad0231e0b7b5a8a27c38a3da0</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Use case: Our business is very sensitive to downtime so it's
critical that we keep our deployments quick. We need logging during
deployments of how long each command takes so we can identify parts
that are slow and find alternatives. I was using a monkey patch
that added task-level benchmarks but by doing that it included the
debug prompt wait time and the time of any callback tasks. This
patch adds the ms elapsed time for remote and local commands to the
normal 'command finished' logging output.&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/cgriego/capistrano/commit/e148b6a7eb03e6cad0231e0b7b5a8a27c38a3da0&quot;&gt;
http://github.com/cgriego/capistrano/commit/e148b6a7eb03e6cad0231e0...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-01-12T16:18:17+00:00</created-at>
    <creator-id type="integer">2970</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">137</number>
    <permalink>parameterize-the-asset-paths</permalink>
    <priority type="integer">100207</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>patch</tag>
    <title>Parameterize the asset paths</title>
    <updated-at type="datetime">2010-01-12T16:18:19+00:00</updated-at>
    <user-id type="integer">2970</user-id>
    <user-name>Chris Griego</user-name>
    <creator-name>Chris Griego</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/137</url>
    <original-body>Use case: We use directories outside of Rails' normal images, stylesheets, javascripts directories for public assets but we also need these timestamps normalized during deployments. We've had to create a custom task for this in the past, but this patch parametrizes this directory list as :public_children so we can hook into the default task.

http://github.com/cgriego/capistrano/commit/0c2014579d8f9e0ecc42b37ae5f83fc9c9787698</original-body>
    <latest-body>Use case: We use directories outside of Rails' normal images, stylesheets, javascripts directories for public assets but we also need these timestamps normalized during deployments. We've had to create a custom task for this in the past, but this patch parametrizes this directory list as :public_children so we can hook into the default task.

http://github.com/cgriego/capistrano/commit/0c2014579d8f9e0ecc42b37ae5f83fc9c9787698</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Use case: We use directories outside of Rails' normal images,
stylesheets, javascripts directories for public assets but we also
need these timestamps normalized during deployments. We've had to
create a custom task for this in the past, but this patch
parametrizes this directory list as :public_children so we can hook
into the default task.&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/cgriego/capistrano/commit/0c2014579d8f9e0ecc42b37ae5f83fc9c9787698&quot;&gt;
http://github.com/cgriego/capistrano/commit/0c2014579d8f9e0ecc42b37...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-10-14T18:15:36+01:00</created-at>
    <creator-id type="integer">28626</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">57343</milestone-id>
    <number type="integer">118</number>
    <permalink>capistrano-tests-fail-with-caprc-customizations</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>closed</state>
    <tag>testing</tag>
    <title>Capistrano tests fail with .caprc customizations</title>
    <updated-at type="datetime">2010-01-06T10:52:04+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Emily</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/118</url>
    <milestone-title>Wishlist</milestone-title>
    <original-body>After installing the capistrano_colors gem and requiring it in my `~/.caprc` file, some of the logging-related tests fail. The whole point of the gem is to alter the output of Capistrano, but it seems to me that the tests probably shouldn't load the user's `.caprc` since they should be testing the default behavior.

I've included the specific failure messages I got after running `rake test`.

@@@
  1) Failure:
test_log_with_level_0_should_have_strong_indent(LoggerTest)
    [./test/logger_test.rb:77:in `test_log_with_level_0_should_have_strong_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  2) Failure:
test_log_with_level_1_should_have_weaker_indent(LoggerTest)
    [./test/logger_test.rb:83:in `test_log_with_level_1_should_have_weaker_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  3) Failure:
test_log_with_level_2_should_have_weaker_indent(LoggerTest)
    [./test/logger_test.rb:89:in `test_log_with_level_2_should_have_weaker_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  4) Failure:
test_log_with_level_3_should_have_weakest_indent(LoggerTest)
    [./test/logger_test.rb:95:in `test_log_with_level_3_should_have_weakest_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  5) Failure:
test_log_with_line_prefix_should_insert_line_prefix_before_message(LoggerTest)
    [./test/logger_test.rb:72:in `test_log_with_line_prefix_should_insert_line_prefix_before_message'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;false&gt; is not true.

  6) Failure:
test_log_with_multiline_message_should_log_each_line_separately(LoggerTest)
    [./test/logger_test.rb:66:in `test_log_with_multiline_message_should_log_each_line_separately'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;false&gt; is not true.
@@@</original-body>
    <latest-body>After installing the capistrano_colors gem and requiring it in my `~/.caprc` file, some of the logging-related tests fail. The whole point of the gem is to alter the output of Capistrano, but it seems to me that the tests probably shouldn't load the user's `.caprc` since they should be testing the default behavior.

I've included the specific failure messages I got after running `rake test`.

@@@
  1) Failure:
test_log_with_level_0_should_have_strong_indent(LoggerTest)
    [./test/logger_test.rb:77:in `test_log_with_level_0_should_have_strong_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  2) Failure:
test_log_with_level_1_should_have_weaker_indent(LoggerTest)
    [./test/logger_test.rb:83:in `test_log_with_level_1_should_have_weaker_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  3) Failure:
test_log_with_level_2_should_have_weaker_indent(LoggerTest)
    [./test/logger_test.rb:89:in `test_log_with_level_2_should_have_weaker_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  4) Failure:
test_log_with_level_3_should_have_weakest_indent(LoggerTest)
    [./test/logger_test.rb:95:in `test_log_with_level_3_should_have_weakest_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;nil&gt; is not true.

  5) Failure:
test_log_with_line_prefix_should_insert_line_prefix_before_message(LoggerTest)
    [./test/logger_test.rb:72:in `test_log_with_line_prefix_should_insert_line_prefix_before_message'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;false&gt; is not true.

  6) Failure:
test_log_with_multiline_message_should_log_each_line_separately(LoggerTest)
    [./test/logger_test.rb:66:in `test_log_with_multiline_message_should_log_each_line_separately'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&lt;false&gt; is not true.
@@@</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;After installing the capistrano_colors gem and requiring it in
my &lt;code&gt;~/.caprc&lt;/code&gt; file, some of the logging-related tests
fail. The whole point of the gem is to alter the output of
Capistrano, but it seems to me that the tests probably shouldn't
load the user's &lt;code&gt;.caprc&lt;/code&gt; since they should be testing
the default behavior.&lt;/p&gt;
&lt;p&gt;I've included the specific failure messages I got after running
&lt;code&gt;rake test&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;  1) Failure:
test_log_with_level_0_should_have_strong_indent(LoggerTest)
    [./test/logger_test.rb:77:in `test_log_with_level_0_should_have_strong_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&amp;lt;nil&amp;gt; is not true.

  2) Failure:
test_log_with_level_1_should_have_weaker_indent(LoggerTest)
    [./test/logger_test.rb:83:in `test_log_with_level_1_should_have_weaker_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&amp;lt;nil&amp;gt; is not true.

  3) Failure:
test_log_with_level_2_should_have_weaker_indent(LoggerTest)
    [./test/logger_test.rb:89:in `test_log_with_level_2_should_have_weaker_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&amp;lt;nil&amp;gt; is not true.

  4) Failure:
test_log_with_level_3_should_have_weakest_indent(LoggerTest)
    [./test/logger_test.rb:95:in `test_log_with_level_3_should_have_weakest_indent'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&amp;lt;nil&amp;gt; is not true.

  5) Failure:
test_log_with_line_prefix_should_insert_line_prefix_before_message(LoggerTest)
    [./test/logger_test.rb:72:in `test_log_with_line_prefix_should_insert_line_prefix_before_message'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&amp;lt;false&amp;gt; is not true.

  6) Failure:
test_log_with_multiline_message_should_log_each_line_separately(LoggerTest)
    [./test/logger_test.rb:66:in `test_log_with_multiline_message_should_log_each_line_separately'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'
     /Library/Ruby/Gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']:
&amp;lt;false&amp;gt; is not true.&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2010-01-04T22:18:55+00:00</created-at>
    <creator-id type="integer">28626</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">135</number>
    <permalink>cap-is-reporting-incorrect-version-number</permalink>
    <priority type="integer">100205</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>closed</state>
    <tag nil="true"></tag>
    <title>`cap` is reporting incorrect version number</title>
    <updated-at type="datetime">2010-01-05T18:51:04+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Emily</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/135</url>
    <original-body>When running the `cap` executable, it's still reporting version 2.5.10 even though I have 2.5.11 (and not 2.5.10) installed.

@@@
~ $ cap -V
Capistrano v2.5.10
~ $ gem list capistrano

*** LOCAL GEMS ***

capistrano (2.5.11, 2.5.9, 2.0.0)
@@@

Looks like the problem is that the `lib/capistrano/version.rb` file didn't get updated with the latest version bump.</original-body>
    <latest-body>When running the `cap` executable, it's still reporting version 2.5.10 even though I have 2.5.11 (and not 2.5.10) installed.

@@@
~ $ cap -V
Capistrano v2.5.10
~ $ gem list capistrano

*** LOCAL GEMS ***

capistrano (2.5.11, 2.5.9, 2.0.0)
@@@

Looks like the problem is that the `lib/capistrano/version.rb` file didn't get updated with the latest version bump.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;When running the &lt;code&gt;cap&lt;/code&gt; executable, it's still
reporting version 2.5.10 even though I have 2.5.11 (and not 2.5.10)
installed.&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;~ $ cap -V
Capistrano v2.5.10
~ $ gem list capistrano

*** LOCAL GEMS ***

capistrano (2.5.11, 2.5.9, 2.0.0)&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;Looks like the problem is that the
&lt;code&gt;lib/capistrano/version.rb&lt;/code&gt; file didn't get updated with
the latest version bump.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-12-17T15:58:39+00:00</created-at>
    <creator-id type="integer">61967</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">57342</milestone-id>
    <number type="integer">88</number>
    <permalink>getting-the-newest-directory</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>closed</state>
    <tag nil="true"></tag>
    <title>Getting the newest directory </title>
    <updated-at type="datetime">2010-01-05T18:46:05+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>BrianD</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/88</url>
    <milestone-title>Immediate Bugfix</milestone-title>
    <original-body>I've discovered a bug in Rails 2.2.2 when using the file cache store.  It will actually update the versioned directory that is created by Capistrano when the file cache is updated.   So in a typical directory structure you have something like: 

/opt/www/&lt;app_name&gt;/releases/20090701000117

Rails seems to be updating the timestamp of the 20090701000117 directory quite frequently and it causing problems with the way that Capistrano uses to get a directory listing from the releases directory.   The command capistrano uses is, ls -xt, which is ordered by time and would normally work just fine, but not in the case.  I think I less fragile way to get an ordered list of subdirectories is, ls -xv, which orders by name and not by timestamp.   Since the directory are named appropriately by, Time.now.utc.strftime(&quot;%Y%m%d%H%M%S&quot;) this is less fragile.</original-body>
    <latest-body>I've discovered a bug in Rails 2.2.2 when using the file cache store.  It will actually update the versioned directory that is created by Capistrano when the file cache is updated.   So in a typical directory structure you have something like: 

/opt/www/&lt;app_name&gt;/releases/20090701000117

Rails seems to be updating the timestamp of the 20090701000117 directory quite frequently and it causing problems with the way that Capistrano uses to get a directory listing from the releases directory.   The command capistrano uses is, ls -xt, which is ordered by time and would normally work just fine, but not in the case.  I think I less fragile way to get an ordered list of subdirectories is, ls -xv, which orders by name and not by timestamp.   Since the directory are named appropriately by, Time.now.utc.strftime(&quot;%Y%m%d%H%M%S&quot;) this is less fragile.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I've discovered a bug in Rails 2.2.2 when using the file cache
store. It will actually update the versioned directory that is
created by Capistrano when the file cache is updated. So in a
typical directory structure you have something like:&lt;/p&gt;
&lt;p&gt;/opt/www//releases/20090701000117&lt;/p&gt;
&lt;p&gt;Rails seems to be updating the timestamp of the 20090701000117
directory quite frequently and it causing problems with the way
that Capistrano uses to get a directory listing from the releases
directory. The command capistrano uses is, ls -xt, which is ordered
by time and would normally work just fine, but not in the case. I
think I less fragile way to get an ordered list of subdirectories
is, ls -xv, which orders by name and not by timestamp. Since the
directory are named appropriately by,
Time.now.utc.strftime(&quot;%Y%m%d%H%M%S&quot;) this is less fragile.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-12-23T07:07:55+00:00</created-at>
    <creator-id type="integer">1015</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">132</number>
    <permalink>patch-ability-to-override-deployed-branch-name</permalink>
    <priority type="integer">100204</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>PATCH - Ability to override deployed branch name</title>
    <updated-at type="datetime">2009-12-23T09:24:55+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Mike Vincent</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/132</url>
    <original-body>As a matter of convenience I made the branch name created by the deployments configurable. This allows me to keep several databases or a db in several states for different branches in my QA environment and use the db_branch plugin[1] to have the app use the correct db for the deployed branch of code. 

Commits for this are in http://github.com/agile/capistrano/tree/configurable_deploy_branch_name

1. http://github.com/agile/db_branch</original-body>
    <latest-body>As a matter of convenience I made the branch name created by the deployments configurable. This allows me to keep several databases or a db in several states for different branches in my QA environment and use the db_branch plugin[1] to have the app use the correct db for the deployed branch of code. 

Commits for this are in http://github.com/agile/capistrano/tree/configurable_deploy_branch_name

1. http://github.com/agile/db_branch</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;As a matter of convenience I made the branch name created by the
deployments configurable. This allows me to keep several databases
or a db in several states for different branches in my QA
environment and use the db_branch plugin[1] to have the app use the
correct db for the deployed branch of code.&lt;/p&gt;
&lt;p&gt;Commits for this are in &lt;a href=
&quot;http://github.com/agile/capistrano/tree/configurable_deploy_branch_name&quot;&gt;
http://github.com/agile/capistrano/tree/configurable_deploy_branch_...&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=
&quot;http://github.com/agile/db_branch&quot;&gt;http://github.com/agile/db_branch&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">1</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-11-13T16:20:32+00:00</created-at>
    <creator-id type="integer">32129</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">57342</milestone-id>
    <number type="integer">126</number>
    <permalink>not-overwriting-roles</permalink>
    <priority type="integer">3</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>capistrano not overwriting roles</tag>
    <title>not overwriting ROLES</title>
    <updated-at type="datetime">2009-12-20T19:07:05+00:00</updated-at>
    <user-id type="integer">24994</user-id>
    <user-name>Rafa G.</user-name>
    <creator-name>beanie</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/126</url>
    <milestone-title>Immediate Bugfix</milestone-title>
    <original-body>Hey,

i want to add the option to not overwriting the roles which are defined in the task definition.
should i introduce a new cli switch?

is there a need for this? should i commit this stuff?

any recommendations?</original-body>
    <latest-body>Hey,

i want to add the option to not overwriting the roles which are defined in the task definition.
should i introduce a new cli switch?

is there a need for this? should i commit this stuff?

any recommendations?</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;i want to add the option to not overwriting the roles which are
defined in the task definition.&lt;br&gt;
should i introduce a new cli switch?&lt;/p&gt;
&lt;p&gt;is there a need for this? should i commit this stuff?&lt;/p&gt;
&lt;p&gt;any recommendations?&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-12-12T13:15:45+00:00</created-at>
    <creator-id type="integer">79501</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">57342</milestone-id>
    <number type="integer">130</number>
    <permalink>bzr-scm-head-revision-is-not-translated-into-real-revision-number</permalink>
    <priority type="integer">2</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag>bzr scm</tag>
    <title>Bzr scm, head revision is not translated into real revision number</title>
    <updated-at type="datetime">2009-12-17T14:14:37+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Quatauta</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/130</url>
    <milestone-title>Immediate Bugfix</milestone-title>
    <original-body>I'm new to capistrano and try to use it for a rails app which uses the bzr dvcs. I think I found an error in the `query_revision` method of `Capistrano::Deploy::SCM:Bzr`. The `:head` revision is never translated into a real bzr revision number. This causes `deploy:pending` to always display the whole log of changes, instead of only the changes since the last deployment.

Expected result:
`cap deploy:pending` should display only the changes since the last deployment.

Actual result:
`cap deploy:pending` displays all changes made

Steps to reproduce:
1. `rails test`, `cd test`
2. `bzr init`, `bzr add`, `bzr commit -m &quot;Testing rails, capistrano and bzr.&quot;`
3. `capify .`, `bzr add`, `bzr commit -m &quot;Capified app.&quot;`
4. Open `config/deploy.rb`, set `:scm` to `:bzr`, adjust `:application`, `:repository`,`:deploy_to` and roles
5. `bzr commit -m &quot;Adjusted deployment descriptor.&quot;`
6. `cap deploy:setup`, `cap deploy`
7. Change some files and commit: `bzr commit -m &quot;Some changes.&quot;`
8. `cap deploy:pending`

Changes to fix:
diff --git a/lib/capistrano/recipes/deploy/scm/bzr.rb b/lib/capistrano/recipes/deploy/scm/bzr.rb
index fe29e8b..ab677f6 100644
--- a/lib/capistrano/recipes/deploy/scm/bzr.rb
+++ b/lib/capistrano/recipes/deploy/scm/bzr.rb
@@ -59,7 +59,10 @@ module Capistrano
         # If the 'revision' argument, on the other hand, is not :head, it is
         # simply returned.
         def query_revision(revision)
-          revision
+          return revision unless :head == revision
+
+          command = scm('revno', repository)
+          result = yield(command)
         end
 
         # Increments the given revision number and returns it.

Fixed in `git://github.com/quatauta/capistrano.git`.</original-body>
    <latest-body>I'm new to capistrano and try to use it for a rails app which uses the bzr dvcs. I think I found an error in the `query_revision` method of `Capistrano::Deploy::SCM:Bzr`. The `:head` revision is never translated into a real bzr revision number. This causes `deploy:pending` to always display the whole log of changes, instead of only the changes since the last deployment.

Expected result:
`cap deploy:pending` should display only the changes since the last deployment.

Actual result:
`cap deploy:pending` displays all changes made

Steps to reproduce:
1. `rails test`, `cd test`
2. `bzr init`, `bzr add`, `bzr commit -m &quot;Testing rails, capistrano and bzr.&quot;`
3. `capify .`, `bzr add`, `bzr commit -m &quot;Capified app.&quot;`
4. Open `config/deploy.rb`, set `:scm` to `:bzr`, adjust `:application`, `:repository`,`:deploy_to` and roles
5. `bzr commit -m &quot;Adjusted deployment descriptor.&quot;`
6. `cap deploy:setup`, `cap deploy`
7. Change some files and commit: `bzr commit -m &quot;Some changes.&quot;`
8. `cap deploy:pending`

Changes to fix:
diff --git a/lib/capistrano/recipes/deploy/scm/bzr.rb b/lib/capistrano/recipes/deploy/scm/bzr.rb
index fe29e8b..ab677f6 100644
--- a/lib/capistrano/recipes/deploy/scm/bzr.rb
+++ b/lib/capistrano/recipes/deploy/scm/bzr.rb
@@ -59,7 +59,10 @@ module Capistrano
         # If the 'revision' argument, on the other hand, is not :head, it is
         # simply returned.
         def query_revision(revision)
-          revision
+          return revision unless :head == revision
+
+          command = scm('revno', repository)
+          result = yield(command)
         end
 
         # Increments the given revision number and returns it.

Fixed in `git://github.com/quatauta/capistrano.git`.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I'm new to capistrano and try to use it for a rails app which
uses the bzr dvcs. I think I found an error in the
&lt;code&gt;query_revision&lt;/code&gt; method of
&lt;code&gt;Capistrano::Deploy::SCM:Bzr&lt;/code&gt;. The &lt;code&gt;:head&lt;/code&gt;
revision is never translated into a real bzr revision number. This
causes &lt;code&gt;deploy:pending&lt;/code&gt; to always display the whole log
of changes, instead of only the changes since the last
deployment.&lt;/p&gt;
&lt;p&gt;Expected result:&lt;br&gt;
&lt;code&gt;cap deploy:pending&lt;/code&gt; should display only the changes
since the last deployment.&lt;/p&gt;
&lt;p&gt;Actual result:&lt;br&gt;
&lt;code&gt;cap deploy:pending&lt;/code&gt; displays all changes made&lt;/p&gt;
&lt;p&gt;Steps to reproduce:&lt;br&gt;
1. &lt;code&gt;rails test&lt;/code&gt;, &lt;code&gt;cd test&lt;/code&gt;&lt;br&gt;
2. &lt;code&gt;bzr init&lt;/code&gt;, &lt;code&gt;bzr add&lt;/code&gt;, &lt;code&gt;bzr commit -m
&quot;Testing rails, capistrano and bzr.&quot;&lt;/code&gt;&lt;br&gt;
3. &lt;code&gt;capify .&lt;/code&gt;, &lt;code&gt;bzr add&lt;/code&gt;, &lt;code&gt;bzr commit -m
&quot;Capified app.&quot;&lt;/code&gt;&lt;br&gt;
4. Open &lt;code&gt;config/deploy.rb&lt;/code&gt;, set &lt;code&gt;:scm&lt;/code&gt; to
&lt;code&gt;:bzr&lt;/code&gt;, adjust &lt;code&gt;:application&lt;/code&gt;,
&lt;code&gt;:repository&lt;/code&gt;,&lt;code&gt;:deploy_to&lt;/code&gt; and roles&lt;br&gt;
5. &lt;code&gt;bzr commit -m &quot;Adjusted deployment descriptor.&quot;&lt;/code&gt;&lt;br&gt;
6. &lt;code&gt;cap deploy:setup&lt;/code&gt;, &lt;code&gt;cap deploy&lt;/code&gt;&lt;br&gt;
7. Change some files and commit: &lt;code&gt;bzr commit -m &quot;Some
changes.&quot;&lt;/code&gt;&lt;br&gt;
8. &lt;code&gt;cap deploy:pending&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Changes to fix:&lt;br&gt;
diff --git a/lib/capistrano/recipes/deploy/scm/bzr.rb
b/lib/capistrano/recipes/deploy/scm/bzr.rb&lt;br&gt;
index fe29e8b..ab677f6 100644&lt;br&gt;
--- a/lib/capistrano/recipes/deploy/scm/bzr.rb +++
b/lib/capistrano/recipes/deploy/scm/bzr.rb @@ -59,7 +59,10 @@
module Capistrano&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;     # If the 'revision' argument, on the other hand, is not :head, it is
     # simply returned.
     def query_revision(revision)&lt;/code&gt;
&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;pre&gt;
&lt;code&gt;   revision&lt;/code&gt;
&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;pre&gt;
&lt;code&gt;   return revision unless :head == revision&lt;/code&gt;
&lt;/pre&gt;
+&lt;/li&gt;
&lt;li&gt;
&lt;pre&gt;
&lt;code&gt;   command = scm('revno', repository)&lt;/code&gt;
&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;pre&gt;
&lt;code&gt;   result = yield(command)
 end

 # Increments the given revision number and returns it.&lt;/code&gt;
&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Fixed in
&lt;code&gt;git://github.com/quatauta/capistrano.git&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-12-13T00:40:00+00:00</created-at>
    <creator-id type="integer">77705</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">131</number>
    <permalink>option-to-bypass-raising-an-error-when-the-server-list-is-empty</permalink>
    <priority type="integer">100203</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>empty roles servers</tag>
    <title>option to bypass raising an error when the server list is empty</title>
    <updated-at type="datetime">2009-12-13T00:40:01+00:00</updated-at>
    <user-id type="integer">77705</user-id>
    <user-name>Donovan Bray</user-name>
    <creator-name>Donovan Bray</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/131</url>
    <original-body>From : jmadtech	on capistrano group

&gt;Not every environment that I deploy to is guaranteed to have multiple
&gt;servers... some have 1, some have 2 and some have more than 2.  I'm
&gt;trying to have 1 deploy script that works for all my scenarios (using
&gt;multi-stage)... but for the single server setups, the original run
&gt;commands fail when there are no servers beyond the primary.

1. Some combinations of :only and :except could leave roles with no valid servers.
2. If the same scripts are used with multi-stage then some roles may not need to be filled on some stages

This patch allows the capistrano user to elect by :task or all tasks via default_run_options to bypass raising an error if the server list is empty.

http://github.com/donnoman/capistrano/commit/c7dbb2126547bcc877ccaf20735937916459d4ad</original-body>
    <latest-body>From : jmadtech	on capistrano group

&gt;Not every environment that I deploy to is guaranteed to have multiple
&gt;servers... some have 1, some have 2 and some have more than 2.  I'm
&gt;trying to have 1 deploy script that works for all my scenarios (using
&gt;multi-stage)... but for the single server setups, the original run
&gt;commands fail when there are no servers beyond the primary.

1. Some combinations of :only and :except could leave roles with no valid servers.
2. If the same scripts are used with multi-stage then some roles may not need to be filled on some stages

This patch allows the capistrano user to elect by :task or all tasks via default_run_options to bypass raising an error if the server list is empty.

http://github.com/donnoman/capistrano/commit/c7dbb2126547bcc877ccaf20735937916459d4ad</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;From : jmadtech on capistrano group&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Not every environment that I deploy to is guaranteed to have
multiple servers... some have 1, some have 2 and some have more
than 2. I'm trying to have 1 deploy script that works for all my
scenarios (using multi-stage)... but for the single server setups,
the original run commands fail when there are no servers beyond the
primary.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Some combinations of :only and :except could leave roles with
no valid servers.&lt;br&gt;&lt;/li&gt;
&lt;li&gt;If the same scripts are used with multi-stage then some roles
may not need to be filled on some stages&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This patch allows the capistrano user to elect by :task or all
tasks via default_run_options to bypass raising an error if the
server list is empty.&lt;/p&gt;
&lt;p&gt;&lt;a href=
&quot;http://github.com/donnoman/capistrano/commit/c7dbb2126547bcc877ccaf20735937916459d4ad&quot;&gt;
http://github.com/donnoman/capistrano/commit/c7dbb2126547bcc877ccaf...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-11-01T16:31:02+00:00</created-at>
    <creator-id type="integer">546</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">54692</milestone-id>
    <number type="integer">122</number>
    <permalink>server_list_from-returns-new-server-definition-instead-of-returning-already-defined-ones</permalink>
    <priority type="integer">3</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>server_list_from returns new server definition instead of returning already defined ones</title>
    <updated-at type="datetime">2009-12-08T00:22:00+00:00</updated-at>
    <user-id type="integer">24994</user-id>
    <user-name>Rafa G.</user-name>
    <creator-name>_Kevin</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/122</url>
    <milestone-title>2.6.0</milestone-title>
    <original-body>if you have a server definition that includes some attributes on it

server 'myserver.com', :example, :attribute =&gt; true

If you attempt to use this server by forcing HOSTS=myserver.com

If you then try to use

server.options[:attribute]

you get nothing.  Near as I can tell, the 'server_list_from(hosts)' method will create a new server definition when passed a string instead of returning any existing ones that match the server name.

This leads to corner cases where some tasks work fine when ROLES are specified, but which fail when HOSTS is.</original-body>
    <latest-body>if you have a server definition that includes some attributes on it

server 'myserver.com', :example, :attribute =&gt; true

If you attempt to use this server by forcing HOSTS=myserver.com

If you then try to use

server.options[:attribute]

you get nothing.  Near as I can tell, the 'server_list_from(hosts)' method will create a new server definition when passed a string instead of returning any existing ones that match the server name.

This leads to corner cases where some tasks work fine when ROLES are specified, but which fail when HOSTS is.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;if you have a server definition that includes some attributes on
it&lt;/p&gt;
&lt;p&gt;server 'myserver.com', :example, :attribute =&amp;gt; true&lt;/p&gt;
&lt;p&gt;If you attempt to use this server by forcing
HOSTS=myserver.com&lt;/p&gt;
&lt;p&gt;If you then try to use&lt;/p&gt;
&lt;p&gt;server.options[:attribute]&lt;/p&gt;
&lt;p&gt;you get nothing. Near as I can tell, the
'server_list_from(hosts)' method will create a new server
definition when passed a string instead of returning any existing
ones that match the server name.&lt;/p&gt;
&lt;p&gt;This leads to corner cases where some tasks work fine when ROLES
are specified, but which fail when HOSTS is.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">2</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-11-17T15:33:46+00:00</created-at>
    <creator-id type="integer">30887</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">127</number>
    <permalink>mkmflog-being-generated-when-checking-for-git</permalink>
    <priority type="integer">100201</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag nil="true"></tag>
    <title>mkmf.log being generated when checking for git</title>
    <updated-at type="datetime">2009-12-03T20:41:39+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Michael Guterl</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/127</url>
    <original-body>http://github.com/capistrano/capistrano/commit/003f453f3604f6d84f15f31842c1f7e79aca7af3 introduces the use of mkmf to determine if an executable is present.

Each time I run `cap deploy` there is an mkmf.log generated in my project folder.  Yes I know I can add it to .gitignore, but I don't think capistrano should be leaving these artifacts around.</original-body>
    <latest-body>http://github.com/capistrano/capistrano/commit/003f453f3604f6d84f15f31842c1f7e79aca7af3 introduces the use of mkmf to determine if an executable is present.

Each time I run `cap deploy` there is an mkmf.log generated in my project folder.  Yes I know I can add it to .gitignore, but I don't think capistrano should be leaving these artifacts around.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;&lt;a href=
&quot;http://github.com/capistrano/capistrano/commit/003f453f3604f6d84f15f31842c1f7e79aca7af3&quot;&gt;
http://github.com/capistrano/capistrano/commit/003f453f3604f6d84f15...&lt;/a&gt;
introduces the use of mkmf to determine if an executable is
present.&lt;/p&gt;
&lt;p&gt;Each time I run &lt;code&gt;cap deploy&lt;/code&gt; there is an mkmf.log
generated in my project folder. Yes I know I can add it to
.gitignore, but I don't think capistrano should be leaving these
artifacts around.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-11-28T01:08:50+00:00</created-at>
    <creator-id type="integer">41128</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">129</number>
    <permalink>undefined-method-find_executable-on-jruby</permalink>
    <priority type="integer">100202</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag nil="true"></tag>
    <title>Undefined method 'find_executable' on JRuby</title>
    <updated-at type="datetime">2009-12-03T20:01:23+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Jason Edwards</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/129</url>
    <original-body>The recent update a to use 'find_executable' has another side effect besides [mkmf.log being generated when checking for git](https://capistrano.lighthouseapp.com/projects/8716/tickets/127), it flat out doesn't work on JRuby.
@@@
WARNING: JRuby does not support native extensions or the `mkmf' library.
         Check wiki.jruby.org for alternatives.
  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
    executing locally: &quot;git ls-remote git@git.example.com:my_application.git HEAD&quot;
*** [deploy:update_code] rolling back
  * executing &quot;rm -rf /srv/tomcat/my_application/releases/20091128004931; true&quot;
    servers: [&quot;www.example.com&quot;]
    [tomcat@www.example.com] executing command
    command finished
/usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/capistrano-2.5.10/lib/capistrano/configuration/variables.rb:122:in `method_missing_with_variables': undefined method `find_executable' for #&lt;Capistrano::Configuration:0x13af9d1c&gt; (NoMethodError)
	from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/capistrano-2.5.10/lib/capistrano/recipes/deploy.rb:105:in `command_present?'
@@@

Where/How do I send my 'thanks' to the &quot;BitNami Rubystack users&quot;...? ;-)</original-body>
    <latest-body>The recent update a to use 'find_executable' has another side effect besides [mkmf.log being generated when checking for git](https://capistrano.lighthouseapp.com/projects/8716/tickets/127), it flat out doesn't work on JRuby.
@@@
WARNING: JRuby does not support native extensions or the `mkmf' library.
         Check wiki.jruby.org for alternatives.
  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
    executing locally: &quot;git ls-remote git@git.example.com:my_application.git HEAD&quot;
*** [deploy:update_code] rolling back
  * executing &quot;rm -rf /srv/tomcat/my_application/releases/20091128004931; true&quot;
    servers: [&quot;www.example.com&quot;]
    [tomcat@www.example.com] executing command
    command finished
/usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/capistrano-2.5.10/lib/capistrano/configuration/variables.rb:122:in `method_missing_with_variables': undefined method `find_executable' for #&lt;Capistrano::Configuration:0x13af9d1c&gt; (NoMethodError)
	from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/capistrano-2.5.10/lib/capistrano/recipes/deploy.rb:105:in `command_present?'
@@@

Where/How do I send my 'thanks' to the &quot;BitNami Rubystack users&quot;...? ;-)</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;The recent update a to use 'find_executable' has another side
effect besides &lt;a href=
&quot;https://capistrano.lighthouseapp.com/projects/8716/tickets/127&quot;&gt;mkmf.log
being generated when checking for git&lt;/a&gt;, it flat out doesn't work
on JRuby.&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;WARNING: JRuby does not support native extensions or the &lt;/code&gt;mkmf' library.

&lt;/pre&gt;
&lt;pre&gt;
&lt;code&gt;     Check wiki.jruby.org for alternatives.&lt;/code&gt;
&lt;/pre&gt;
&lt;pre&gt;


&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;executing &lt;code&gt;deploy'&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;executing &lt;code&gt;deploy:update' ** transaction:
start&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;executing &lt;code&gt;deploy:update_code' updating the cached
checkout on all servers executing locally: &amp;amp;quot;git ls-remote
git@git.example.com:my_application.git HEAD&amp;amp;quot; ***
[deploy:update_code] rolling back&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;executing &quot;rm -rf
/srv/tomcat/my_application/releases/20091128004931; true&quot; servers:
[&quot;&lt;a href=
&quot;http://www.example.com&amp;quot;&quot;&gt;www.example.com&amp;amp;quot;&lt;/a&gt;]
[tomcat@&lt;a href=&quot;http://www.example.com&quot;&gt;www.example.com&lt;/a&gt;]
executing command command finished
/usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/capistrano-2.5.10/lib/capistrano/configuration/variables.rb:122:in
&lt;code&gt;method_missing_with_variables': undefined
method&lt;/code&gt;find_executable' for
#&amp;lt;Capistrano::Configuration:0x13af9d1c&amp;gt; (NoMethodError) from
/usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/capistrano-2.5.10/lib/capistrano/recipes/deploy.rb:105:in
&lt;code&gt;command_present?'&amp;lt;/code&amp;gt; &amp;lt;/pre&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;



&lt;br&gt;
Where/How do I send my 'thanks' to the &quot;BitNami Rubystack users&quot;...? ;-)
&lt;/pre&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-10-07T18:02:33+01:00</created-at>
    <creator-id type="integer">59517</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer">54692</milestone-id>
    <number type="integer">115</number>
    <permalink>help-or-in-cap-shell-should-also-list-tasks-if-any-exist</permalink>
    <priority type="integer">7</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>help or ? in cap shell should also list tasks if any exist</title>
    <updated-at type="datetime">2009-12-03T08:51:57+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Joe McDonagh</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/115</url>
    <milestone-title>2.6.0</milestone-title>
    <original-body>If any tasks exist, in the cap shell doing help should list them like what cap -T or -vT does.</original-body>
    <latest-body>If any tasks exist, in the cap shell doing help should list them like what cap -T or -vT does.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;If any tasks exist, in the cap shell doing help should list them
like what cap -T or -vT does.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-07-27T17:43:20+01:00</created-at>
    <creator-id type="integer">51907</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">78</number>
    <permalink>task-intermittently-hang-while-negotiating-with-remote-hosts-via-ssh</permalink>
    <priority type="integer">94844</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>resolved</state>
    <tag>ssh</tag>
    <title>task intermittently hang while negotiating with remote hosts via ssh</title>
    <updated-at type="datetime">2009-12-03T00:02:44+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>prpht9</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/78</url>
    <original-body>Hey there,

  I have been able to reproduce this more effectively the more hosts I have in the :app role.  Workstation is XP Pro, using putty v0.58 connecting to a Windows Server 2003 env running OpenSSH_5.1p1, OpenSSL 0.9.8j 07 Jan 2009, Capistrano v2.5.5, ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-cygwin] under Cygwin.  All destinations capistrano is attempting to login to are the exact same specs as the Win Server above.  I have recreated this behavior using both pageant.exe v0.58 and v0.60 on my workstation.  At first I thought it might be the agent not able to serve out the key info to 23 execution threads at the same time.  I typically troubleshoot using this cap shell sequence. 

cap shell
&gt; !prod     # this sets up the :app role with all the production servers
&gt; with app    # scope to the :app role
&gt; ls -d /   # this could be replaced with any simple command, they all produce the same effect

  Intermittently, this shell command sequence replicates the same problem I occasionally get when executing Capfile tasks against remote servers.  Other times it works perfectly.  Repeated attempts after failure and subsequent killing of the process usually result in success, eventually.  Aside from the role :app and vars :application, :repository and :deploy_to, the only other variable I have set is...

set :use_sudo, false  # kinda necessary for Cygwin env's :)

  I'd post the whole Capfile but it's a ton of hostnames and private info I'd prefer not to have to globally replace to post here.

  Against a single server it happens infrequently, against 10 servers it happens 10% of the time and against 23 servers it happens 90% of the time.  The main thing I notice is that when it is successful, my workstation load increases significantly as pageant.exe serves out the key information to capistrano.  (this works very well when it works)  When it is not successful I see zero load from pageant and the execution of the first task attempting ssh connectivity with cause it to hang and not respond to Ctrl-C.  It has to be killed at this point.  With debug enabled I get the following during an occasion where it did hang...

(any help would be appreciated)

$ cap shell
  * executing `shell'
====================================================================
Welcome to the interactive Capistrano shell! This is an experimental
feature, and is liable to change in future releases. Type 'help' for
a summary of how to use the shell.
--------------------------------------------------------------------
cap&gt; !prod
cap&gt; with app
scoping with app
cap&gt; ls -d /app
[establishing connection(s) to hostname01.domain_name.com, hostname02.domain_name.com, hostname03.domain_name.com, hostname04.domain_name.com, hostname05.domain_name.com, hostname06.domain_name.com, hostname07.domain_name.com, hostname08.domain_name.com, hostname09.domain_name.com, hostname10.domain_name.com, hostname11.domain_name.com, hostname12.domain_name.com, hostname13.domain_name.com, hostname14.domain_name.com, hostname15.domain_name.com, hostname16.domain_name.com, hostname17.domain_name.com, hostname18.domain_name.com, hostname19.domain_name.com, hostname20.domain_name.com, hostname21.domain_name.com, hostname22.domain_name.com, hostname23.domain_name.com]
D, [2009-03-25T18:02:03.005232 #5696] DEBUG -- net.ssh.transport.session[3fe3a1a4]: establishing connection to hostname01.domain_name.com:22
D, [2009-03-25T18:02:03.036232 #5696] DEBUG -- net.ssh.transport.session[3fe39a10]: establishing connection to hostname02.domain_name.com:22
D, [2009-03-25T18:02:03.177232 #5696] DEBUG -- net.ssh.transport.session[3fe3924a]: establishing connection to hostname03.domain_name.com:22
D, [2009-03-25T18:02:03.239232 #5696] DEBUG -- net.ssh.transport.session[3fe3a1a4]: connection established
D, [2009-03-25T18:02:03.317232 #5696] DEBUG -- net.ssh.transport.session[3fe388b8]: establishing connection to hostname04.domain_name.com:22
D, [2009-03-25T18:02:03.317232 #5696] DEBUG -- net.ssh.transport.session[3fe39a10]: connection established
I, [2009-03-25T18:02:03.317232 #5696]  INFO -- net.ssh.transport.server_version[3fe38516]: negotiating protocol version
D, [2009-03-25T18:02:03.411232 #5696] DEBUG -- net.ssh.transport.session[3fe37da0]: establishing connection to hostname05.domain_name.com:22
D, [2009-03-25T18:02:03.427232 #5696] DEBUG -- net.ssh.transport.session[3fe3924a]: connection established
I, [2009-03-25T18:02:03.458232 #5696]  INFO -- net.ssh.transport.server_version[3fe379fe]: negotiating protocol version
D, [2009-03-25T18:02:03.489232 #5696] DEBUG -- net.ssh.transport.session[3fe3727e]: establishing connection to hostname06.domain_name.com:22
D, [2009-03-25T18:02:03.661232 #5696] DEBUG -- net.ssh.transport.session[3fe388b8]: connection established
I, [2009-03-25T18:02:03.677232 #5696]  INFO -- net.ssh.transport.server_version[3fe36edc]: negotiating protocol version
D, [2009-03-25T18:02:03.677232 #5696] DEBUG -- net.ssh.transport.server_version[3fe38516]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.755232 #5696] DEBUG -- net.ssh.transport.session[3fe366a8]: establishing connection to hostname07.domain_name.com:22
D, [2009-03-25T18:02:03.755232 #5696] DEBUG -- net.ssh.transport.session[3fe37da0]: connection established
I, [2009-03-25T18:02:03.786232 #5696]  INFO -- net.ssh.transport.server_version[3fe36306]: negotiating protocol version
D, [2009-03-25T18:02:03.786232 #5696] DEBUG -- net.ssh.transport.server_version[3fe379fe]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.786232 #5696] DEBUG -- net.ssh.transport.server_version[3fe38516]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:03.833232 #5696] DEBUG -- net.ssh.transport.session[3fe35a1e]: establishing connection to hostname08.domain_name.com:22
D, [2009-03-25T18:02:03.849232 #5696] DEBUG -- net.ssh.transport.session[3fe3727e]: connection established
I, [2009-03-25T18:02:03.849232 #5696]  INFO -- net.ssh.transport.server_version[3fe3567c]: negotiating protocol version
D, [2009-03-25T18:02:03.849232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36edc]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.864232 #5696] DEBUG -- net.ssh.transport.server_version[3fe379fe]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:03.896232 #5696] DEBUG -- net.ssh.transport.session[3fe34d8a]: establishing connection to hostname09.domain_name.com:22
D, [2009-03-25T18:02:03.911232 #5696] DEBUG -- net.ssh.transport.session[3fe366a8]: connection established
I, [2009-03-25T18:02:03.911232 #5696]  INFO -- net.ssh.transport.server_version[3fe349e8]: negotiating protocol version
D, [2009-03-25T18:02:03.911232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36306]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.911232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36edc]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:03.958232 #5696] DEBUG -- net.ssh.transport.session[3fe340f6]: establishing connection to hostname10.domain_name.com:22
D, [2009-03-25T18:02:03.958232 #5696] DEBUG -- net.ssh.transport.session[3fe35a1e]: connection established
I, [2009-03-25T18:02:03.974232 #5696]  INFO -- net.ssh.transport.server_version[3fe33d54]: negotiating protocol version
D, [2009-03-25T18:02:03.989232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36306]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.021232 #5696] DEBUG -- net.ssh.transport.session[3fe332dc]: establishing connection to hostname11.domain_name.com:22
I, [2009-03-25T18:02:04.067232 #5696]  INFO -- net.ssh.transport.server_version[3fe33106]: negotiating protocol version
D, [2009-03-25T18:02:04.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe349e8]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.session[3fe3092e]: establishing connection to hostname12.domain_name.com:22
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.session[3fe340f6]: connection established
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.session[3fe34d8a]: connection established
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe349e8]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe3567c]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.224232 #5696] DEBUG -- net.ssh.transport.session[3fe2dbe8]: establishing connection to hostname13.domain_name.com:22
D, [2009-03-25T18:02:04.239232 #5696] DEBUG -- net.ssh.transport.session[3fe332dc]: connection established
I, [2009-03-25T18:02:04.239232 #5696]  INFO -- net.ssh.transport.server_version[3fe2d846]: negotiating protocol version
I, [2009-03-25T18:02:04.239232 #5696]  INFO -- net.ssh.transport.server_version[3fe2d6c0]: negotiating protocol version
D, [2009-03-25T18:02:04.239232 #5696] DEBUG -- net.ssh.transport.server_version[3fe3567c]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.333232 #5696] DEBUG -- net.ssh.transport.session[3fe2adc6]: establishing connection to hostname14.domain_name.com:22
D, [2009-03-25T18:02:04.364232 #5696] DEBUG -- net.ssh.transport.session[3fe3092e]: connection established
I, [2009-03-25T18:02:04.364232 #5696]  INFO -- net.ssh.transport.server_version[3fe2aa24]: negotiating protocol version
D, [2009-03-25T18:02:04.396232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33106]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.474232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 784 bytes
D, [2009-03-25T18:02:04.536232 #5696] DEBUG -- net.ssh.transport.session[3fe281fc]: establishing connection to hostname15.domain_name.com:22
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.session[3fe2dbe8]: connection established
I, [2009-03-25T18:02:04.552232 #5696]  INFO -- net.ssh.transport.server_version[3fe27e5a]: negotiating protocol version
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d846]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d6c0]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33106]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33d54]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.614232 #5696] DEBUG -- tcpsocket[3fe39088]: read 784 bytes
D, [2009-03-25T18:02:04.614232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:04.614232 #5696] DEBUG -- net.ssh.transport.session[3fe26dfc]: establishing connection to hostname16.domain_name.com:22
D, [2009-03-25T18:02:04.630232 #5696] DEBUG -- net.ssh.transport.session[3fe2adc6]: connection established
I, [2009-03-25T18:02:04.630232 #5696]  INFO -- net.ssh.transport.server_version[3fe26a5a]: negotiating protocol version
D, [2009-03-25T18:02:04.630232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2aa24]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.630232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d846]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.646232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d6c0]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.646232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33d54]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.677232 #5696] DEBUG -- tcpsocket[3fe386f6]: read 784 bytes
D, [2009-03-25T18:02:04.708232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:04.755232 #5696]  INFO -- net.ssh.transport.algorithms[3fe33b10]: got KEXINIT from server
D, [2009-03-25T18:02:04.802232 #5696] DEBUG -- net.ssh.transport.session[3fe23bac]: establishing connection to hostname17.domain_name.com:22
D, [2009-03-25T18:02:04.833232 #5696] DEBUG -- net.ssh.transport.session[3fe281fc]: connection established
I, [2009-03-25T18:02:04.833232 #5696]  INFO -- net.ssh.transport.server_version[3fe2380a]: negotiating protocol version
D, [2009-03-25T18:02:04.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe27e5a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2aa24]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.942232 #5696] DEBUG -- tcpsocket[3fe37bde]: read 784 bytes
D, [2009-03-25T18:02:04.942232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:04.942232 #5696]  INFO -- net.ssh.transport.algorithms[3fe32ec2]: got KEXINIT from server
I, [2009-03-25T18:02:04.942232 #5696]  INFO -- net.ssh.transport.algorithms[3fe33b10]: sending KEXINIT
D, [2009-03-25T18:02:04.974232 #5696] DEBUG -- net.ssh.transport.session[3fe206d2]: establishing connection to hostname18.domain_name.com:22
D, [2009-03-25T18:02:05.005232 #5696] DEBUG -- net.ssh.transport.session[3fe26dfc]: connection established
I, [2009-03-25T18:02:05.005232 #5696]  INFO -- net.ssh.transport.server_version[3fe20330]: negotiating protocol version
D, [2009-03-25T18:02:05.005232 #5696] DEBUG -- net.ssh.transport.server_version[3fe26a5a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.005232 #5696] DEBUG -- net.ssh.transport.server_version[3fe27e5a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:05.036232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:05.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fe30258]: got KEXINIT from server
I, [2009-03-25T18:02:05.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fe32ec2]: sending KEXINIT
D, [2009-03-25T18:02:05.380232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:05.521232 #5696] DEBUG -- net.ssh.transport.session[3fe1e904]: establishing connection to hostname19.domain_name.com:22
D, [2009-03-25T18:02:05.536232 #5696] DEBUG -- net.ssh.transport.session[3fe23bac]: connection established
I, [2009-03-25T18:02:05.552232 #5696]  INFO -- net.ssh.transport.server_version[3fe1e562]: negotiating protocol version
D, [2009-03-25T18:02:05.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2380a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe26a5a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:05.661232 #5696] DEBUG -- tcpsocket[3fe364e6]: read 784 bytes
I, [2009-03-25T18:02:05.661232 #5696]  INFO -- net.ssh.transport.algorithms[3fe2d486]: got KEXINIT from server
I, [2009-03-25T18:02:05.661232 #5696]  INFO -- net.ssh.transport.algorithms[3fe30258]: sending KEXINIT
D, [2009-03-25T18:02:05.661232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.session[3fe1ab1a]: establishing connection to hostname20.domain_name.com:22
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.session[3fe206d2]: connection established
I, [2009-03-25T18:02:05.692232 #5696]  INFO -- net.ssh.transport.server_version[3fe1a778]: negotiating protocol version
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.server_version[3fe20330]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2380a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:05.739232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:05.739232 #5696] DEBUG -- tcpsocket[3fe370bc]: read 784 bytes
I, [2009-03-25T18:02:05.739232 #5696]  INFO -- net.ssh.transport.algorithms[3fe2d486]: sending KEXINIT
D, [2009-03-25T18:02:05.755232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:05.771232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 512 bytes
D, [2009-03-25T18:02:05.771232 #5696] DEBUG -- net.ssh.transport.session[3fe1346e]: establishing connection to hostname21.domain_name.com:22
D, [2009-03-25T18:02:05.833232 #5696] DEBUG -- net.ssh.transport.session[3fe1e904]: connection established
I, [2009-03-25T18:02:05.833232 #5696]  INFO -- net.ssh.transport.server_version[3fe130cc]: negotiating protocol version
D, [2009-03-25T18:02:05.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1e562]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe20330]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
I, [2009-03-25T18:02:05.896232 #5696]  INFO -- net.ssh.transport.algorithms[3fe27a04]: got KEXINIT from server
D, [2009-03-25T18:02:05.896232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:05.942232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:06.036232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 512 bytes
I, [2009-03-25T18:02:06.067232 #5696]  INFO -- net.ssh.transport.algorithms[3fe33b10]: negotiating algorithms
D, [2009-03-25T18:02:06.067232 #5696] DEBUG -- net.ssh.transport.session[3fe0fc74]: establishing connection to hostname22.domain_name.com:22
D, [2009-03-25T18:02:06.114232 #5696] DEBUG -- net.ssh.transport.session[3fe1ab1a]: connection established
I, [2009-03-25T18:02:06.146232 #5696]  INFO -- net.ssh.transport.server_version[3fe0f8d2]: negotiating protocol version
D, [2009-03-25T18:02:06.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1a778]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1e562]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.208232 #5696] DEBUG -- tcpsocket[3fe34bc8]: read 784 bytes
I, [2009-03-25T18:02:06.208232 #5696]  INFO -- net.ssh.transport.algorithms[3fe27a04]: sending KEXINIT
I, [2009-03-25T18:02:06.208232 #5696]  INFO -- net.ssh.transport.algorithms[3fe24854]: got KEXINIT from server
D, [2009-03-25T18:02:06.208232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 512 bytes
I, [2009-03-25T18:02:06.208232 #5696]  INFO -- net.ssh.transport.algorithms[3fe32ec2]: negotiating algorithms
D, [2009-03-25T18:02:06.208232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe33b10]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.224232 #5696] DEBUG -- net.ssh.transport.session[3fe0c2cc]: establishing connection to hostname23.domain_name.com:22
D, [2009-03-25T18:02:06.239232 #5696] DEBUG -- net.ssh.transport.session[3fe1346e]: connection established
I, [2009-03-25T18:02:06.255232 #5696]  INFO -- net.ssh.transport.server_version[3fe0bf2a]: negotiating protocol version
D, [2009-03-25T18:02:06.286232 #5696] DEBUG -- net.ssh.transport.server_version[3fe130cc]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.286232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1a778]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.364232 #5696] DEBUG -- tcpsocket[3fe3311a]: read 784 bytes
D, [2009-03-25T18:02:06.364232 #5696] DEBUG -- tcpsocket[3fe33f34]: read 784 bytes
D, [2009-03-25T18:02:06.396232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:06.411232 #5696] DEBUG -- tcpsocket[3fe3585c]: read 784 bytes
D, [2009-03-25T18:02:06.411232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:06.427232 #5696]  INFO -- net.ssh.transport.algorithms[3fe24854]: sending KEXINIT
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 512 bytes
I, [2009-03-25T18:02:06.427232 #5696]  INFO -- net.ssh.transport.algorithms[3fe30258]: negotiating algorithms
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe32ec2]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe33b10]: exchanging keys
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- net.ssh.transport.session[3fe0fc74]: connection established
I, [2009-03-25T18:02:06.427232 #5696]  INFO -- net.ssh.transport.server_version[3fe08078]: negotiating protocol version
D, [2009-03-25T18:02:06.458232 #5696] DEBUG -- net.ssh.transport.server_version[3fe130cc]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.489232 #5696] DEBUG -- tcpsocket[3fe3076c]: read 784 bytes
D, [2009-03-25T18:02:06.489232 #5696] DEBUG -- tcpsocket[3fe3311a]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:06.489232 #5696] DEBUG -- tcpsocket[3fe33f34]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:06.489232 #5696]  INFO -- net.ssh.transport.algorithms[3fe20038]: got KEXINIT from server
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- tcpsocket[3fe3585c]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:06.505232 #5696]  INFO -- net.ssh.transport.algorithms[3fe2d486]: negotiating algorithms
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe30258]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe32ec2]: exchanging keys
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- net.ssh.transport.session[3fe0c2cc]: connection established
I, [2009-03-25T18:02:06.521232 #5696]  INFO -- net.ssh.transport.server_version[3fe04234]: negotiating protocol version
D, [2009-03-25T18:02:06.521232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0bf2a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.599232 #5696] DEBUG -- tcpsocket[3fe2da26]: read 784 bytes
D, [2009-03-25T18:02:06.599232 #5696] DEBUG -- tcpsocket[3fe3076c]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:06.599232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e26a]: got KEXINIT from server
I, [2009-03-25T18:02:06.599232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e06c]: got KEXINIT from server
I, [2009-03-25T18:02:06.614232 #5696]  INFO -- net.ssh.transport.algorithms[3fe20038]: sending KEXINIT
I, [2009-03-25T18:02:06.614232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1c0c8]: got KEXINIT from server
D, [2009-03-25T18:02:06.614232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 512 bytes
D, [2009-03-25T18:02:06.942232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe2d486]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.942232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe30258]: exchanging keys
D, [2009-03-25T18:02:06.942232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 1 type 34 len 20
I, [2009-03-25T18:02:06.958232 #5696]  INFO -- net.ssh.transport.server_version[3fe0063e]: negotiating protocol version
D, [2009-03-25T18:02:06.958232 #5696] DEBUG -- net.ssh.transport.server_version[3fe08078]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.958232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0bf2a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.958232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0f8d2]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:07.005232 #5696] DEBUG -- tcpsocket[3fe2ac04]: read 784 bytes
D, [2009-03-25T18:02:07.005232 #5696] DEBUG -- tcpsocket[3fe2da26]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1a480]: got KEXINIT from server
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e26a]: sending KEXINIT
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e06c]: sending KEXINIT
D, [2009-03-25T18:02:07.021232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1c0c8]: sending KEXINIT
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe27a04]: negotiating algorithms
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 512 bytes
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe2d486]: exchanging keys
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 24 bytes
D, [2009-03-25T18:02:07.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe04234]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:07.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe08078]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0f8d2]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.099232 #5696] DEBUG -- tcpsocket[3fe2803a]: read 784 bytes
D, [2009-03-25T18:02:07.099232 #5696] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.099232 #5696]  INFO -- net.ssh.transport.algorithms[3fe12dd4]: got KEXINIT from server
I, [2009-03-25T18:02:07.099232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1a480]: sending KEXINIT
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe27a04]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
I, [2009-03-25T18:02:07.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fe24854]: negotiating algorithms
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.130232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 24 bytes
D, [2009-03-25T18:02:07.130232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0063e]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:07.130232 #5696] DEBUG -- net.ssh.transport.server_version[3fe04234]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.224232 #5696] DEBUG -- tcpsocket[3fe26c3a]: read 784 bytes
D, [2009-03-25T18:02:07.239232 #5696] DEBUG -- tcpsocket[3fe2803a]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.239232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0f5da]: got KEXINIT from server
I, [2009-03-25T18:02:07.239232 #5696]  INFO -- net.ssh.transport.algorithms[3fe12dd4]: sending KEXINIT
D, [2009-03-25T18:02:07.271232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.317232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 512 bytes
D, [2009-03-25T18:02:07.396232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe27a04]: exchanging keys
D, [2009-03-25T18:02:07.396232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe24854]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:07.458232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 24 bytes
D, [2009-03-25T18:02:07.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0063e]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.614232 #5696] DEBUG -- tcpsocket[3fe239ea]: read 784 bytes
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe26c3a]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.630232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0bc32]: got KEXINIT from server
I, [2009-03-25T18:02:07.630232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0f5da]: sending KEXINIT
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 512 bytes
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 512 bytes
I, [2009-03-25T18:02:07.630232 #5696]  INFO -- net.ssh.transport.algorithms[3fe20038]: negotiating algorithms
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 512 bytes
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe24854]: exchanging keys
D, [2009-03-25T18:02:07.646232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 24 bytes
D, [2009-03-25T18:02:07.724232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 152 bytes
D, [2009-03-25T18:02:07.755232 #5696] DEBUG -- tcpsocket[3fe20510]: read 784 bytes
D, [2009-03-25T18:02:07.755232 #5696] DEBUG -- tcpsocket[3fe239ea]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.755232 #5696]  INFO -- net.ssh.transport.algorithms[3fe07e34]: got KEXINIT from server
I, [2009-03-25T18:02:07.755232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0bc32]: sending KEXINIT
D, [2009-03-25T18:02:07.755232 #5696] DEBUG -- tcpsocket[3fe2ac04]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.771232 #5696] DEBUG -- tcpsocket[3fe3076c]: sent 512 bytes
I, [2009-03-25T18:02:07.771232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e26a]: negotiating algorithms
I, [2009-03-25T18:02:07.771232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e06c]: negotiating algorithms
D, [2009-03-25T18:02:07.771232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe20038]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
I, [2009-03-25T18:02:07.771232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1c0c8]: negotiating algorithms
D, [2009-03-25T18:02:07.771232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.786232 #5696] DEBUG -- tcpsocket[3fe39088]: read 152 bytes
D, [2009-03-25T18:02:07.786232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:07.974232 #5696] DEBUG -- tcpsocket[3fe1e742]: read 784 bytes
D, [2009-03-25T18:02:07.989232 #5696] DEBUG -- tcpsocket[3fe20510]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.005232 #5696]  INFO -- net.ssh.transport.algorithms[3fe03ff0]: got KEXINIT from server
I, [2009-03-25T18:02:08.005232 #5696]  INFO -- net.ssh.transport.algorithms[3fe07e34]: sending KEXINIT
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- tcpsocket[3fe2803a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- tcpsocket[3fe2da26]: sent 512 bytes
I, [2009-03-25T18:02:08.005232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1a480]: negotiating algorithms
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e26a]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e06c]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.021232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe20038]: exchanging keys
D, [2009-03-25T18:02:08.021232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1c0c8]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.036232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 24 bytes
D, [2009-03-25T18:02:08.067232 #5696] DEBUG -- tcpsocket[3fe386f6]: read 152 bytes
D, [2009-03-25T18:02:08.083232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.146232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.177232 #5696] DEBUG -- tcpsocket[3fe1e742]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.192232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0029c]: got KEXINIT from server
I, [2009-03-25T18:02:08.192232 #5696]  INFO -- net.ssh.transport.algorithms[3fe03ff0]: sending KEXINIT
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- tcpsocket[3fe26c3a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- tcpsocket[3fe2ac04]: sent 512 bytes
I, [2009-03-25T18:02:08.192232 #5696]  INFO -- net.ssh.transport.algorithms[3fe12dd4]: negotiating algorithms
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1a480]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e26a]: exchanging keys
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e06c]: exchanging keys
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1c0c8]: exchanging keys
D, [2009-03-25T18:02:08.224232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 24 bytes
D, [2009-03-25T18:02:08.224232 #5696] DEBUG -- tcpsocket[3fe37bde]: read 152 bytes
D, [2009-03-25T18:02:08.224232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.271232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe132ac]: read 784 bytes
I, [2009-03-25T18:02:08.302232 #5696]  INFO -- net.ssh.transport.algorithms[3fdfbfe4]: got KEXINIT from server
I, [2009-03-25T18:02:08.302232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0029c]: sending KEXINIT
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe239ea]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe2803a]: sent 512 bytes
I, [2009-03-25T18:02:08.302232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0f5da]: negotiating algorithms
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe12dd4]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1a480]: exchanging keys
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.317232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.317232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.317232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.333232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 144 bytes
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe0fab2]: read 784 bytes
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe132ac]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe1a958]: read 784 bytes
I, [2009-03-25T18:02:08.349232 #5696]  INFO -- net.ssh.transport.algorithms[3fdfbfe4]: sending KEXINIT
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe20510]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe26c3a]: sent 512 bytes
I, [2009-03-25T18:02:08.349232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0bc32]: negotiating algorithms
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0f5da]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe12dd4]: exchanging keys
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 24 bytes
D, [2009-03-25T18:02:08.380232 #5696] DEBUG -- tcpsocket[3fe364e6]: read 152 bytes
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 144 bytes
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe0c10a]: read 784 bytes
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe0fab2]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.474232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf3df8]: got KEXINIT from server
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- tcpsocket[3fe1a958]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- tcpsocket[3fe1e742]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- tcpsocket[3fe239ea]: sent 512 bytes
I, [2009-03-25T18:02:08.474232 #5696]  INFO -- net.ssh.transport.algorithms[3fe07e34]: negotiating algorithms
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0bc32]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0f5da]: exchanging keys
D, [2009-03-25T18:02:08.489232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.489232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 24 bytes
D, [2009-03-25T18:02:08.505232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 24 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 24 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe370bc]: read 152 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 144 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe08258]: read 784 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe0c10a]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.552232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf22e6]: got KEXINIT from server
I, [2009-03-25T18:02:08.552232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf3df8]: sending KEXINIT
I, [2009-03-25T18:02:08.552232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf0400]: got KEXINIT from server
D, [2009-03-25T18:02:08.567232 #5696] DEBUG -- tcpsocket[3fe20510]: sent 512 bytes
I, [2009-03-25T18:02:08.692232 #5696]  INFO -- net.ssh.transport.algorithms[3fe03ff0]: negotiating algorithms
D, [2009-03-25T18:02:08.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe07e34]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0bc32]: exchanging keys
D, [2009-03-25T18:02:08.771232 #5696] DEBUG -- tcpsocket[3fe2ac04]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.786232 #5696] DEBUG -- tcpsocket[3fe3076c]: sent 24 bytes
D, [2009-03-25T18:02:08.989232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.989232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.005232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 144 bytes
D, [2009-03-25T18:02:09.005232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 720 bytes
D, [2009-03-25T18:02:09.021232 #5696] DEBUG -- tcpsocket[3fe08258]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:09.036232 #5696]  INFO -- net.ssh.transport.algorithms[3fdee114]: got KEXINIT from server
I, [2009-03-25T18:02:09.052232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf22e6]: sending KEXINIT
D, [2009-03-25T18:02:09.052232 #5696] DEBUG -- tcpsocket[3fe132ac]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:09.067232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf0400]: sending KEXINIT
D, [2009-03-25T18:02:09.067232 #5696] DEBUG -- tcpsocket[3fe1e742]: sent 512 bytes
I, [2009-03-25T18:02:09.067232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0029c]: negotiating algorithms
D, [2009-03-25T18:02:09.067232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe03ff0]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe07e34]: exchanging keys
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- tcpsocket[3fe2803a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- tcpsocket[3fe2da26]: sent 24 bytes
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- tcpsocket[3fe34bc8]: read 152 bytes
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe39088]: read 720 bytes
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 2 type 33 len 700
I, [2009-03-25T18:02:09.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fde4cea]: got KEXINIT from server
I, [2009-03-25T18:02:09.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fdee114]: sending KEXINIT
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe0fab2]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- tcpsocket[3fe1a958]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:09.177232 #5696]  INFO -- net.ssh.transport.algorithms[3fdfbfe4]: negotiating algorithms
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0029c]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe03ff0]: exchanging keys
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- tcpsocket[3fe26c3a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.208232 #5696] DEBUG -- tcpsocket[3fe2ac04]: sent 24 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe3311a]: read 152 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe33f34]: read 152 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe3585c]: read 152 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 144 bytes
D, [2009-03-25T18:02:09.239232 #5696] DEBUG -- tcpsocket[3fe386f6]: read 720 bytes
D, [2009-03-25T18:02:09.239232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 2 type 33 len 700
I, [2009-03-25T18:02:09.505232 #5696]  INFO -- net.ssh.transport.algorithms[3fde4cea]: sending KEXINIT
D, [2009-03-25T18:02:09.505232 #5696] DEBUG -- tcpsocket[3fe0c10a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:09.505232 #5696] DEBUG -- tcpsocket[3fe132ac]: sent 512 bytes
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdfbfe4]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0029c]: exchanging keys
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- tcpsocket[3fe239ea]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- tcpsocket[3fe2803a]: sent 24 bytes
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- tcpsocket[3fe3076c]: read 152 bytes
D, [2009-03-25T18:02:09.567232 #5696] DEBUG -- tcpsocket[3fe3311a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.567232 #5696] DEBUG -- tcpsocket[3fe33f34]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe3585c]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 144 bytes
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe37bde]: read 720 bytes
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe08258]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe0fab2]: sent 512 bytes
I, [2009-03-25T18:02:09.646232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf3df8]: negotiating algorithms
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe1a958]: sent 512 bytes
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdfbfe4]: exchanging keys
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe20510]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.661232 #5696] DEBUG -- tcpsocket[3fe26c3a]: sent 24 bytes
D, [2009-03-25T18:02:09.661232 #5696] DEBUG -- tcpsocket[3fe2da26]: read 152 bytes
D, [2009-03-25T18:02:09.677232 #5696] DEBUG -- tcpsocket[3fe3076c]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.755232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.896232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.958232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.974232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.146232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.161232 #5696] DEBUG -- tcpsocket[3fe0c10a]: sent 512 bytes
I, [2009-03-25T18:02:10.161232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf22e6]: negotiating algorithms
D, [2009-03-25T18:02:10.161232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf3df8]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
I, [2009-03-25T18:02:10.161232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf0400]: negotiating algorithms
D, [2009-03-25T18:02:10.161232 #5696] DEBUG -- tcpsocket[3fe1e742]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.177232 #5696] DEBUG -- tcpsocket[3fe239ea]: sent 24 bytes
D, [2009-03-25T18:02:10.177232 #5696] DEBUG -- tcpsocket[3fe2ac04]: read 152 bytes
D, [2009-03-25T18:02:10.177232 #5696] DEBUG -- tcpsocket[3fe2da26]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.411232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.411232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 144 bytes
D, [2009-03-25T18:02:10.411232 #5696] DEBUG -- tcpsocket[3fe364e6]: read 720 bytes
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- tcpsocket[3fe08258]: sent 512 bytes
I, [2009-03-25T18:02:10.474232 #5696]  INFO -- net.ssh.transport.algorithms[3fdee114]: negotiating algorithms
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf22e6]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf3df8]: exchanging keys
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf0400]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.489232 #5696] DEBUG -- tcpsocket[3fe20510]: sent 24 bytes
D, [2009-03-25T18:02:10.489232 #5696] DEBUG -- tcpsocket[3fe2803a]: read 152 bytes
D, [2009-03-25T18:02:10.552232 #5696] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.583232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.583232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 144 bytes
D, [2009-03-25T18:02:10.583232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 144 bytes
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 144 bytes
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe370bc]: read 720 bytes
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 24 bytes
I, [2009-03-25T18:02:10.614232 #5696]  INFO -- net.ssh.transport.algorithms[3fde4cea]: negotiating algorithms
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdee114]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf22e6]: exchanging keys
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- tcpsocket[3fe132ac]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf0400]: exchanging keys
D, [2009-03-25T18:02:10.630232 #5696] DEBUG -- tcpsocket[3fe1e742]: sent 24 bytes
D, [2009-03-25T18:02:10.646232 #5696] DEBUG -- tcpsocket[3fe26c3a]: read 152 bytes
D, [2009-03-25T18:02:10.646232 #5696] DEBUG -- tcpsocket[3fe2803a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.692232 #5696] DEBUG -- tcpsocket[3fe2ac04]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.692232 #5696] DEBUG -- tcpsocket[3fe3076c]: sent 144 bytes
D, [2009-03-25T18:02:10.708232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.724232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.724232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 24 bytes
D, [2009-03-25T18:02:10.724232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fde4cea]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdee114]: exchanging keys
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe0fab2]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe1a958]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe239ea]: read 152 bytes
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe26c3a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.755232 #5696] DEBUG -- tcpsocket[3fe2803a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.755232 #5696] DEBUG -- tcpsocket[3fe2da26]: sent 144 bytes
D, [2009-03-25T18:02:10.755232 #5696] DEBUG -- tcpsocket[3fe34bc8]: read 720 bytes
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 24 bytes
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- net.ssh.transport.algorithms[3fde4cea]: exchanging keys
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- tcpsocket[3fe0c10a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.802232 #5696] DEBUG -- tcpsocket[3fe132ac]: sent 24 bytes
D, [2009-03-25T18:02:10.802232 #5696] DEBUG -- tcpsocket[3fe20510]: read 152 bytes
D, [2009-03-25T18:02:10.802232 #5696] DEBUG -- tcpsocket[3fe239ea]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe26c3a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe2ac04]: sent 144 bytes
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe3311a]: read 720 bytes
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe33f34]: read 720 bytes
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe3585c]: read 720 bytes
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 24 bytes
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- net.ssh.authentication.session[3fe55670]: beginning authentication of `my_username'
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe08258]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.849232 #5696] DEBUG -- tcpsocket[3fe0fab2]: sent 24 bytes
D, [2009-03-25T18:02:10.849232 #5696] DEBUG -- tcpsocket[3fe1a958]: sent 24 bytes
D, [2009-03-25T18:02:10.864232 #5696] DEBUG -- tcpsocket[3fe1e742]: read 152 bytes
D, [2009-03-25T18:02:10.864232 #5696] DEBUG -- tcpsocket[3fe20510]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe239ea]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe2803a]: sent 144 bytes
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe3076c]: read 720 bytes
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe3311a]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe33f34]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe3585c]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- net.ssh.authentication.session[3fe4f96e]: beginning authentication of `my_username'
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe0c10a]: sent 24 bytes
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe1e742]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.911232 #5696] DEBUG -- tcpsocket[3fe20510]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.911232 #5696] DEBUG -- tcpsocket[3fe26c3a]: sent 144 bytes
D, [2009-03-25T18:02:10.911232 #5696] DEBUG -- tcpsocket[3fe2da26]: read 720 bytes
D, [2009-03-25T18:02:10.927232 #5696] DEBUG -- tcpsocket[3fe3076c]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.958232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 24 bytes
D, [2009-03-25T18:02:10.958232 #5696] DEBUG -- net.ssh.authentication.session[3fe48722]: beginning authentication of `my_username'
D, [2009-03-25T18:02:10.974232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:10.974232 #5696] DEBUG -- tcpsocket[3fe08258]: sent 24 bytes
D, [2009-03-25T18:02:10.974232 #5696] DEBUG -- tcpsocket[3fe132ac]: read 152 bytes
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe1e742]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe239ea]: sent 144 bytes
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe2ac04]: read 720 bytes
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe2da26]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.052232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 24 bytes
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- net.ssh.authentication.session[3fe398c6]: beginning authentication of `my_username'
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 52 bytes
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe132ac]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe1a958]: read 152 bytes
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe20510]: sent 144 bytes
D, [2009-03-25T18:02:11.083232 #5696] DEBUG -- tcpsocket[3fe2803a]: read 720 bytes
D, [2009-03-25T18:02:11.083232 #5696] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.114232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.114232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 52 bytes
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe0c10a]: read 152 bytes
D, [2009-03-25T18:02:11.146232 #5696] DEBUG -- tcpsocket[3fe0fab2]: read 152 bytes
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe132ac]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe1a958]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe1e742]: sent 144 bytes
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe26c3a]: read 720 bytes
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe2803a]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.177232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 24 bytes
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- net.ssh.authentication.session[3fe2c194]: beginning authentication of `my_username'
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 52 bytes
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe08258]: read 152 bytes
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe0c10a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe0fab2]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.208232 #5696] DEBUG -- tcpsocket[3fe1a958]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.208232 #5696] DEBUG -- tcpsocket[3fe239ea]: read 720 bytes
D, [2009-03-25T18:02:11.208232 #5696] DEBUG -- tcpsocket[3fe26c3a]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 24 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 24 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 24 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- net.ssh.authentication.session[3fe2437c]: beginning authentication of `my_username'
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 52 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 52 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe08258]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.255232 #5696] DEBUG -- tcpsocket[3fe0c10a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.271232 #5696] DEBUG -- tcpsocket[3fe0fab2]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.271232 #5696] DEBUG -- tcpsocket[3fe132ac]: sent 144 bytes
D, [2009-03-25T18:02:11.271232 #5696] DEBUG -- tcpsocket[3fe20510]: read 720 bytes
D, [2009</original-body>
    <latest-body>Hey there,

  I have been able to reproduce this more effectively the more hosts I have in the :app role.  Workstation is XP Pro, using putty v0.58 connecting to a Windows Server 2003 env running OpenSSH_5.1p1, OpenSSL 0.9.8j 07 Jan 2009, Capistrano v2.5.5, ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-cygwin] under Cygwin.  All destinations capistrano is attempting to login to are the exact same specs as the Win Server above.  I have recreated this behavior using both pageant.exe v0.58 and v0.60 on my workstation.  At first I thought it might be the agent not able to serve out the key info to 23 execution threads at the same time.  I typically troubleshoot using this cap shell sequence. 

cap shell
&gt; !prod     # this sets up the :app role with all the production servers
&gt; with app    # scope to the :app role
&gt; ls -d /   # this could be replaced with any simple command, they all produce the same effect

  Intermittently, this shell command sequence replicates the same problem I occasionally get when executing Capfile tasks against remote servers.  Other times it works perfectly.  Repeated attempts after failure and subsequent killing of the process usually result in success, eventually.  Aside from the role :app and vars :application, :repository and :deploy_to, the only other variable I have set is...

set :use_sudo, false  # kinda necessary for Cygwin env's :)

  I'd post the whole Capfile but it's a ton of hostnames and private info I'd prefer not to have to globally replace to post here.

  Against a single server it happens infrequently, against 10 servers it happens 10% of the time and against 23 servers it happens 90% of the time.  The main thing I notice is that when it is successful, my workstation load increases significantly as pageant.exe serves out the key information to capistrano.  (this works very well when it works)  When it is not successful I see zero load from pageant and the execution of the first task attempting ssh connectivity with cause it to hang and not respond to Ctrl-C.  It has to be killed at this point.  With debug enabled I get the following during an occasion where it did hang...

(any help would be appreciated)

$ cap shell
  * executing `shell'
====================================================================
Welcome to the interactive Capistrano shell! This is an experimental
feature, and is liable to change in future releases. Type 'help' for
a summary of how to use the shell.
--------------------------------------------------------------------
cap&gt; !prod
cap&gt; with app
scoping with app
cap&gt; ls -d /app
[establishing connection(s) to hostname01.domain_name.com, hostname02.domain_name.com, hostname03.domain_name.com, hostname04.domain_name.com, hostname05.domain_name.com, hostname06.domain_name.com, hostname07.domain_name.com, hostname08.domain_name.com, hostname09.domain_name.com, hostname10.domain_name.com, hostname11.domain_name.com, hostname12.domain_name.com, hostname13.domain_name.com, hostname14.domain_name.com, hostname15.domain_name.com, hostname16.domain_name.com, hostname17.domain_name.com, hostname18.domain_name.com, hostname19.domain_name.com, hostname20.domain_name.com, hostname21.domain_name.com, hostname22.domain_name.com, hostname23.domain_name.com]
D, [2009-03-25T18:02:03.005232 #5696] DEBUG -- net.ssh.transport.session[3fe3a1a4]: establishing connection to hostname01.domain_name.com:22
D, [2009-03-25T18:02:03.036232 #5696] DEBUG -- net.ssh.transport.session[3fe39a10]: establishing connection to hostname02.domain_name.com:22
D, [2009-03-25T18:02:03.177232 #5696] DEBUG -- net.ssh.transport.session[3fe3924a]: establishing connection to hostname03.domain_name.com:22
D, [2009-03-25T18:02:03.239232 #5696] DEBUG -- net.ssh.transport.session[3fe3a1a4]: connection established
D, [2009-03-25T18:02:03.317232 #5696] DEBUG -- net.ssh.transport.session[3fe388b8]: establishing connection to hostname04.domain_name.com:22
D, [2009-03-25T18:02:03.317232 #5696] DEBUG -- net.ssh.transport.session[3fe39a10]: connection established
I, [2009-03-25T18:02:03.317232 #5696]  INFO -- net.ssh.transport.server_version[3fe38516]: negotiating protocol version
D, [2009-03-25T18:02:03.411232 #5696] DEBUG -- net.ssh.transport.session[3fe37da0]: establishing connection to hostname05.domain_name.com:22
D, [2009-03-25T18:02:03.427232 #5696] DEBUG -- net.ssh.transport.session[3fe3924a]: connection established
I, [2009-03-25T18:02:03.458232 #5696]  INFO -- net.ssh.transport.server_version[3fe379fe]: negotiating protocol version
D, [2009-03-25T18:02:03.489232 #5696] DEBUG -- net.ssh.transport.session[3fe3727e]: establishing connection to hostname06.domain_name.com:22
D, [2009-03-25T18:02:03.661232 #5696] DEBUG -- net.ssh.transport.session[3fe388b8]: connection established
I, [2009-03-25T18:02:03.677232 #5696]  INFO -- net.ssh.transport.server_version[3fe36edc]: negotiating protocol version
D, [2009-03-25T18:02:03.677232 #5696] DEBUG -- net.ssh.transport.server_version[3fe38516]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.755232 #5696] DEBUG -- net.ssh.transport.session[3fe366a8]: establishing connection to hostname07.domain_name.com:22
D, [2009-03-25T18:02:03.755232 #5696] DEBUG -- net.ssh.transport.session[3fe37da0]: connection established
I, [2009-03-25T18:02:03.786232 #5696]  INFO -- net.ssh.transport.server_version[3fe36306]: negotiating protocol version
D, [2009-03-25T18:02:03.786232 #5696] DEBUG -- net.ssh.transport.server_version[3fe379fe]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.786232 #5696] DEBUG -- net.ssh.transport.server_version[3fe38516]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:03.833232 #5696] DEBUG -- net.ssh.transport.session[3fe35a1e]: establishing connection to hostname08.domain_name.com:22
D, [2009-03-25T18:02:03.849232 #5696] DEBUG -- net.ssh.transport.session[3fe3727e]: connection established
I, [2009-03-25T18:02:03.849232 #5696]  INFO -- net.ssh.transport.server_version[3fe3567c]: negotiating protocol version
D, [2009-03-25T18:02:03.849232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36edc]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.864232 #5696] DEBUG -- net.ssh.transport.server_version[3fe379fe]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:03.896232 #5696] DEBUG -- net.ssh.transport.session[3fe34d8a]: establishing connection to hostname09.domain_name.com:22
D, [2009-03-25T18:02:03.911232 #5696] DEBUG -- net.ssh.transport.session[3fe366a8]: connection established
I, [2009-03-25T18:02:03.911232 #5696]  INFO -- net.ssh.transport.server_version[3fe349e8]: negotiating protocol version
D, [2009-03-25T18:02:03.911232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36306]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:03.911232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36edc]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:03.958232 #5696] DEBUG -- net.ssh.transport.session[3fe340f6]: establishing connection to hostname10.domain_name.com:22
D, [2009-03-25T18:02:03.958232 #5696] DEBUG -- net.ssh.transport.session[3fe35a1e]: connection established
I, [2009-03-25T18:02:03.974232 #5696]  INFO -- net.ssh.transport.server_version[3fe33d54]: negotiating protocol version
D, [2009-03-25T18:02:03.989232 #5696] DEBUG -- net.ssh.transport.server_version[3fe36306]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.021232 #5696] DEBUG -- net.ssh.transport.session[3fe332dc]: establishing connection to hostname11.domain_name.com:22
I, [2009-03-25T18:02:04.067232 #5696]  INFO -- net.ssh.transport.server_version[3fe33106]: negotiating protocol version
D, [2009-03-25T18:02:04.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe349e8]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.session[3fe3092e]: establishing connection to hostname12.domain_name.com:22
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.session[3fe340f6]: connection established
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.session[3fe34d8a]: connection established
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe349e8]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe3567c]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.224232 #5696] DEBUG -- net.ssh.transport.session[3fe2dbe8]: establishing connection to hostname13.domain_name.com:22
D, [2009-03-25T18:02:04.239232 #5696] DEBUG -- net.ssh.transport.session[3fe332dc]: connection established
I, [2009-03-25T18:02:04.239232 #5696]  INFO -- net.ssh.transport.server_version[3fe2d846]: negotiating protocol version
I, [2009-03-25T18:02:04.239232 #5696]  INFO -- net.ssh.transport.server_version[3fe2d6c0]: negotiating protocol version
D, [2009-03-25T18:02:04.239232 #5696] DEBUG -- net.ssh.transport.server_version[3fe3567c]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.333232 #5696] DEBUG -- net.ssh.transport.session[3fe2adc6]: establishing connection to hostname14.domain_name.com:22
D, [2009-03-25T18:02:04.364232 #5696] DEBUG -- net.ssh.transport.session[3fe3092e]: connection established
I, [2009-03-25T18:02:04.364232 #5696]  INFO -- net.ssh.transport.server_version[3fe2aa24]: negotiating protocol version
D, [2009-03-25T18:02:04.396232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33106]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.474232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 784 bytes
D, [2009-03-25T18:02:04.536232 #5696] DEBUG -- net.ssh.transport.session[3fe281fc]: establishing connection to hostname15.domain_name.com:22
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.session[3fe2dbe8]: connection established
I, [2009-03-25T18:02:04.552232 #5696]  INFO -- net.ssh.transport.server_version[3fe27e5a]: negotiating protocol version
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d846]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d6c0]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33106]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33d54]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.614232 #5696] DEBUG -- tcpsocket[3fe39088]: read 784 bytes
D, [2009-03-25T18:02:04.614232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:04.614232 #5696] DEBUG -- net.ssh.transport.session[3fe26dfc]: establishing connection to hostname16.domain_name.com:22
D, [2009-03-25T18:02:04.630232 #5696] DEBUG -- net.ssh.transport.session[3fe2adc6]: connection established
I, [2009-03-25T18:02:04.630232 #5696]  INFO -- net.ssh.transport.server_version[3fe26a5a]: negotiating protocol version
D, [2009-03-25T18:02:04.630232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2aa24]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.630232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d846]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.646232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2d6c0]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.646232 #5696] DEBUG -- net.ssh.transport.server_version[3fe33d54]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.677232 #5696] DEBUG -- tcpsocket[3fe386f6]: read 784 bytes
D, [2009-03-25T18:02:04.708232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:04.755232 #5696]  INFO -- net.ssh.transport.algorithms[3fe33b10]: got KEXINIT from server
D, [2009-03-25T18:02:04.802232 #5696] DEBUG -- net.ssh.transport.session[3fe23bac]: establishing connection to hostname17.domain_name.com:22
D, [2009-03-25T18:02:04.833232 #5696] DEBUG -- net.ssh.transport.session[3fe281fc]: connection established
I, [2009-03-25T18:02:04.833232 #5696]  INFO -- net.ssh.transport.server_version[3fe2380a]: negotiating protocol version
D, [2009-03-25T18:02:04.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe27e5a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:04.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2aa24]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:04.942232 #5696] DEBUG -- tcpsocket[3fe37bde]: read 784 bytes
D, [2009-03-25T18:02:04.942232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:04.942232 #5696]  INFO -- net.ssh.transport.algorithms[3fe32ec2]: got KEXINIT from server
I, [2009-03-25T18:02:04.942232 #5696]  INFO -- net.ssh.transport.algorithms[3fe33b10]: sending KEXINIT
D, [2009-03-25T18:02:04.974232 #5696] DEBUG -- net.ssh.transport.session[3fe206d2]: establishing connection to hostname18.domain_name.com:22
D, [2009-03-25T18:02:05.005232 #5696] DEBUG -- net.ssh.transport.session[3fe26dfc]: connection established
I, [2009-03-25T18:02:05.005232 #5696]  INFO -- net.ssh.transport.server_version[3fe20330]: negotiating protocol version
D, [2009-03-25T18:02:05.005232 #5696] DEBUG -- net.ssh.transport.server_version[3fe26a5a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.005232 #5696] DEBUG -- net.ssh.transport.server_version[3fe27e5a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:05.036232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:05.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fe30258]: got KEXINIT from server
I, [2009-03-25T18:02:05.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fe32ec2]: sending KEXINIT
D, [2009-03-25T18:02:05.380232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:05.521232 #5696] DEBUG -- net.ssh.transport.session[3fe1e904]: establishing connection to hostname19.domain_name.com:22
D, [2009-03-25T18:02:05.536232 #5696] DEBUG -- net.ssh.transport.session[3fe23bac]: connection established
I, [2009-03-25T18:02:05.552232 #5696]  INFO -- net.ssh.transport.server_version[3fe1e562]: negotiating protocol version
D, [2009-03-25T18:02:05.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2380a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe26a5a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:05.661232 #5696] DEBUG -- tcpsocket[3fe364e6]: read 784 bytes
I, [2009-03-25T18:02:05.661232 #5696]  INFO -- net.ssh.transport.algorithms[3fe2d486]: got KEXINIT from server
I, [2009-03-25T18:02:05.661232 #5696]  INFO -- net.ssh.transport.algorithms[3fe30258]: sending KEXINIT
D, [2009-03-25T18:02:05.661232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.session[3fe1ab1a]: establishing connection to hostname20.domain_name.com:22
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.session[3fe206d2]: connection established
I, [2009-03-25T18:02:05.692232 #5696]  INFO -- net.ssh.transport.server_version[3fe1a778]: negotiating protocol version
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.server_version[3fe20330]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.692232 #5696] DEBUG -- net.ssh.transport.server_version[3fe2380a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:05.739232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:05.739232 #5696] DEBUG -- tcpsocket[3fe370bc]: read 784 bytes
I, [2009-03-25T18:02:05.739232 #5696]  INFO -- net.ssh.transport.algorithms[3fe2d486]: sending KEXINIT
D, [2009-03-25T18:02:05.755232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:05.771232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 512 bytes
D, [2009-03-25T18:02:05.771232 #5696] DEBUG -- net.ssh.transport.session[3fe1346e]: establishing connection to hostname21.domain_name.com:22
D, [2009-03-25T18:02:05.833232 #5696] DEBUG -- net.ssh.transport.session[3fe1e904]: connection established
I, [2009-03-25T18:02:05.833232 #5696]  INFO -- net.ssh.transport.server_version[3fe130cc]: negotiating protocol version
D, [2009-03-25T18:02:05.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1e562]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:05.833232 #5696] DEBUG -- net.ssh.transport.server_version[3fe20330]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
I, [2009-03-25T18:02:05.896232 #5696]  INFO -- net.ssh.transport.algorithms[3fe27a04]: got KEXINIT from server
D, [2009-03-25T18:02:05.896232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:05.942232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:06.036232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 512 bytes
I, [2009-03-25T18:02:06.067232 #5696]  INFO -- net.ssh.transport.algorithms[3fe33b10]: negotiating algorithms
D, [2009-03-25T18:02:06.067232 #5696] DEBUG -- net.ssh.transport.session[3fe0fc74]: establishing connection to hostname22.domain_name.com:22
D, [2009-03-25T18:02:06.114232 #5696] DEBUG -- net.ssh.transport.session[3fe1ab1a]: connection established
I, [2009-03-25T18:02:06.146232 #5696]  INFO -- net.ssh.transport.server_version[3fe0f8d2]: negotiating protocol version
D, [2009-03-25T18:02:06.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1a778]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.146232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1e562]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.208232 #5696] DEBUG -- tcpsocket[3fe34bc8]: read 784 bytes
I, [2009-03-25T18:02:06.208232 #5696]  INFO -- net.ssh.transport.algorithms[3fe27a04]: sending KEXINIT
I, [2009-03-25T18:02:06.208232 #5696]  INFO -- net.ssh.transport.algorithms[3fe24854]: got KEXINIT from server
D, [2009-03-25T18:02:06.208232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 512 bytes
I, [2009-03-25T18:02:06.208232 #5696]  INFO -- net.ssh.transport.algorithms[3fe32ec2]: negotiating algorithms
D, [2009-03-25T18:02:06.208232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe33b10]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.224232 #5696] DEBUG -- net.ssh.transport.session[3fe0c2cc]: establishing connection to hostname23.domain_name.com:22
D, [2009-03-25T18:02:06.239232 #5696] DEBUG -- net.ssh.transport.session[3fe1346e]: connection established
I, [2009-03-25T18:02:06.255232 #5696]  INFO -- net.ssh.transport.server_version[3fe0bf2a]: negotiating protocol version
D, [2009-03-25T18:02:06.286232 #5696] DEBUG -- net.ssh.transport.server_version[3fe130cc]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.286232 #5696] DEBUG -- net.ssh.transport.server_version[3fe1a778]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.364232 #5696] DEBUG -- tcpsocket[3fe3311a]: read 784 bytes
D, [2009-03-25T18:02:06.364232 #5696] DEBUG -- tcpsocket[3fe33f34]: read 784 bytes
D, [2009-03-25T18:02:06.396232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:06.411232 #5696] DEBUG -- tcpsocket[3fe3585c]: read 784 bytes
D, [2009-03-25T18:02:06.411232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:06.427232 #5696]  INFO -- net.ssh.transport.algorithms[3fe24854]: sending KEXINIT
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 512 bytes
I, [2009-03-25T18:02:06.427232 #5696]  INFO -- net.ssh.transport.algorithms[3fe30258]: negotiating algorithms
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe32ec2]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe33b10]: exchanging keys
D, [2009-03-25T18:02:06.427232 #5696] DEBUG -- net.ssh.transport.session[3fe0fc74]: connection established
I, [2009-03-25T18:02:06.427232 #5696]  INFO -- net.ssh.transport.server_version[3fe08078]: negotiating protocol version
D, [2009-03-25T18:02:06.458232 #5696] DEBUG -- net.ssh.transport.server_version[3fe130cc]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.489232 #5696] DEBUG -- tcpsocket[3fe3076c]: read 784 bytes
D, [2009-03-25T18:02:06.489232 #5696] DEBUG -- tcpsocket[3fe3311a]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:06.489232 #5696] DEBUG -- tcpsocket[3fe33f34]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:06.489232 #5696]  INFO -- net.ssh.transport.algorithms[3fe20038]: got KEXINIT from server
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- tcpsocket[3fe3585c]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:06.505232 #5696]  INFO -- net.ssh.transport.algorithms[3fe2d486]: negotiating algorithms
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe30258]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe32ec2]: exchanging keys
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:06.505232 #5696] DEBUG -- net.ssh.transport.session[3fe0c2cc]: connection established
I, [2009-03-25T18:02:06.521232 #5696]  INFO -- net.ssh.transport.server_version[3fe04234]: negotiating protocol version
D, [2009-03-25T18:02:06.521232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0bf2a]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.599232 #5696] DEBUG -- tcpsocket[3fe2da26]: read 784 bytes
D, [2009-03-25T18:02:06.599232 #5696] DEBUG -- tcpsocket[3fe3076c]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:06.599232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e26a]: got KEXINIT from server
I, [2009-03-25T18:02:06.599232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e06c]: got KEXINIT from server
I, [2009-03-25T18:02:06.614232 #5696]  INFO -- net.ssh.transport.algorithms[3fe20038]: sending KEXINIT
I, [2009-03-25T18:02:06.614232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1c0c8]: got KEXINIT from server
D, [2009-03-25T18:02:06.614232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 512 bytes
D, [2009-03-25T18:02:06.942232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe2d486]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:06.942232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe30258]: exchanging keys
D, [2009-03-25T18:02:06.942232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 1 type 34 len 20
I, [2009-03-25T18:02:06.958232 #5696]  INFO -- net.ssh.transport.server_version[3fe0063e]: negotiating protocol version
D, [2009-03-25T18:02:06.958232 #5696] DEBUG -- net.ssh.transport.server_version[3fe08078]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:06.958232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0bf2a]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:06.958232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0f8d2]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:07.005232 #5696] DEBUG -- tcpsocket[3fe2ac04]: read 784 bytes
D, [2009-03-25T18:02:07.005232 #5696] DEBUG -- tcpsocket[3fe2da26]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1a480]: got KEXINIT from server
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e26a]: sending KEXINIT
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e06c]: sending KEXINIT
D, [2009-03-25T18:02:07.021232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1c0c8]: sending KEXINIT
I, [2009-03-25T18:02:07.021232 #5696]  INFO -- net.ssh.transport.algorithms[3fe27a04]: negotiating algorithms
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 512 bytes
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe2d486]: exchanging keys
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.036232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 24 bytes
D, [2009-03-25T18:02:07.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe04234]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:07.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe08078]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.083232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0f8d2]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.099232 #5696] DEBUG -- tcpsocket[3fe2803a]: read 784 bytes
D, [2009-03-25T18:02:07.099232 #5696] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.099232 #5696]  INFO -- net.ssh.transport.algorithms[3fe12dd4]: got KEXINIT from server
I, [2009-03-25T18:02:07.099232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1a480]: sending KEXINIT
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe27a04]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
I, [2009-03-25T18:02:07.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fe24854]: negotiating algorithms
D, [2009-03-25T18:02:07.114232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.130232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 24 bytes
D, [2009-03-25T18:02:07.130232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0063e]: remote is `SSH-2.0-OpenSSH_5.1'
D, [2009-03-25T18:02:07.130232 #5696] DEBUG -- net.ssh.transport.server_version[3fe04234]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.224232 #5696] DEBUG -- tcpsocket[3fe26c3a]: read 784 bytes
D, [2009-03-25T18:02:07.239232 #5696] DEBUG -- tcpsocket[3fe2803a]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.239232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0f5da]: got KEXINIT from server
I, [2009-03-25T18:02:07.239232 #5696]  INFO -- net.ssh.transport.algorithms[3fe12dd4]: sending KEXINIT
D, [2009-03-25T18:02:07.271232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.317232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 512 bytes
D, [2009-03-25T18:02:07.396232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe27a04]: exchanging keys
D, [2009-03-25T18:02:07.396232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe24854]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:07.458232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 24 bytes
D, [2009-03-25T18:02:07.552232 #5696] DEBUG -- net.ssh.transport.server_version[3fe0063e]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin'
D, [2009-03-25T18:02:07.614232 #5696] DEBUG -- tcpsocket[3fe239ea]: read 784 bytes
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe26c3a]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.630232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0bc32]: got KEXINIT from server
I, [2009-03-25T18:02:07.630232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0f5da]: sending KEXINIT
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 512 bytes
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 512 bytes
I, [2009-03-25T18:02:07.630232 #5696]  INFO -- net.ssh.transport.algorithms[3fe20038]: negotiating algorithms
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 512 bytes
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.630232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe24854]: exchanging keys
D, [2009-03-25T18:02:07.646232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 24 bytes
D, [2009-03-25T18:02:07.724232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 152 bytes
D, [2009-03-25T18:02:07.755232 #5696] DEBUG -- tcpsocket[3fe20510]: read 784 bytes
D, [2009-03-25T18:02:07.755232 #5696] DEBUG -- tcpsocket[3fe239ea]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:07.755232 #5696]  INFO -- net.ssh.transport.algorithms[3fe07e34]: got KEXINIT from server
I, [2009-03-25T18:02:07.755232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0bc32]: sending KEXINIT
D, [2009-03-25T18:02:07.755232 #5696] DEBUG -- tcpsocket[3fe2ac04]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:07.771232 #5696] DEBUG -- tcpsocket[3fe3076c]: sent 512 bytes
I, [2009-03-25T18:02:07.771232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e26a]: negotiating algorithms
I, [2009-03-25T18:02:07.771232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1e06c]: negotiating algorithms
D, [2009-03-25T18:02:07.771232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe20038]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
I, [2009-03-25T18:02:07.771232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1c0c8]: negotiating algorithms
D, [2009-03-25T18:02:07.771232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:07.786232 #5696] DEBUG -- tcpsocket[3fe39088]: read 152 bytes
D, [2009-03-25T18:02:07.786232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:07.974232 #5696] DEBUG -- tcpsocket[3fe1e742]: read 784 bytes
D, [2009-03-25T18:02:07.989232 #5696] DEBUG -- tcpsocket[3fe20510]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.005232 #5696]  INFO -- net.ssh.transport.algorithms[3fe03ff0]: got KEXINIT from server
I, [2009-03-25T18:02:08.005232 #5696]  INFO -- net.ssh.transport.algorithms[3fe07e34]: sending KEXINIT
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- tcpsocket[3fe2803a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- tcpsocket[3fe2da26]: sent 512 bytes
I, [2009-03-25T18:02:08.005232 #5696]  INFO -- net.ssh.transport.algorithms[3fe1a480]: negotiating algorithms
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e26a]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.005232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e06c]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.021232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe20038]: exchanging keys
D, [2009-03-25T18:02:08.021232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1c0c8]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.036232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 24 bytes
D, [2009-03-25T18:02:08.067232 #5696] DEBUG -- tcpsocket[3fe386f6]: read 152 bytes
D, [2009-03-25T18:02:08.083232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.146232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.177232 #5696] DEBUG -- tcpsocket[3fe1e742]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.192232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0029c]: got KEXINIT from server
I, [2009-03-25T18:02:08.192232 #5696]  INFO -- net.ssh.transport.algorithms[3fe03ff0]: sending KEXINIT
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- tcpsocket[3fe26c3a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- tcpsocket[3fe2ac04]: sent 512 bytes
I, [2009-03-25T18:02:08.192232 #5696]  INFO -- net.ssh.transport.algorithms[3fe12dd4]: negotiating algorithms
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1a480]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e26a]: exchanging keys
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1e06c]: exchanging keys
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.192232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1c0c8]: exchanging keys
D, [2009-03-25T18:02:08.224232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 24 bytes
D, [2009-03-25T18:02:08.224232 #5696] DEBUG -- tcpsocket[3fe37bde]: read 152 bytes
D, [2009-03-25T18:02:08.224232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.271232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe132ac]: read 784 bytes
I, [2009-03-25T18:02:08.302232 #5696]  INFO -- net.ssh.transport.algorithms[3fdfbfe4]: got KEXINIT from server
I, [2009-03-25T18:02:08.302232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0029c]: sending KEXINIT
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe239ea]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe2803a]: sent 512 bytes
I, [2009-03-25T18:02:08.302232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0f5da]: negotiating algorithms
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe12dd4]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe1a480]: exchanging keys
D, [2009-03-25T18:02:08.302232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.317232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.317232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.317232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.333232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 144 bytes
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe0fab2]: read 784 bytes
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe132ac]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe1a958]: read 784 bytes
I, [2009-03-25T18:02:08.349232 #5696]  INFO -- net.ssh.transport.algorithms[3fdfbfe4]: sending KEXINIT
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe20510]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe26c3a]: sent 512 bytes
I, [2009-03-25T18:02:08.349232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0bc32]: negotiating algorithms
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0f5da]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe12dd4]: exchanging keys
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.349232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 24 bytes
D, [2009-03-25T18:02:08.380232 #5696] DEBUG -- tcpsocket[3fe364e6]: read 152 bytes
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 144 bytes
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe0c10a]: read 784 bytes
D, [2009-03-25T18:02:08.458232 #5696] DEBUG -- tcpsocket[3fe0fab2]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.474232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf3df8]: got KEXINIT from server
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- tcpsocket[3fe1a958]: received packet nr 0 type 20 len 780
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- tcpsocket[3fe1e742]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- tcpsocket[3fe239ea]: sent 512 bytes
I, [2009-03-25T18:02:08.474232 #5696]  INFO -- net.ssh.transport.algorithms[3fe07e34]: negotiating algorithms
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0bc32]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0f5da]: exchanging keys
D, [2009-03-25T18:02:08.489232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.489232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 24 bytes
D, [2009-03-25T18:02:08.505232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 24 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 24 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe370bc]: read 152 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 144 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe08258]: read 784 bytes
D, [2009-03-25T18:02:08.521232 #5696] DEBUG -- tcpsocket[3fe0c10a]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:08.552232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf22e6]: got KEXINIT from server
I, [2009-03-25T18:02:08.552232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf3df8]: sending KEXINIT
I, [2009-03-25T18:02:08.552232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf0400]: got KEXINIT from server
D, [2009-03-25T18:02:08.567232 #5696] DEBUG -- tcpsocket[3fe20510]: sent 512 bytes
I, [2009-03-25T18:02:08.692232 #5696]  INFO -- net.ssh.transport.algorithms[3fe03ff0]: negotiating algorithms
D, [2009-03-25T18:02:08.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe07e34]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:08.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0bc32]: exchanging keys
D, [2009-03-25T18:02:08.771232 #5696] DEBUG -- tcpsocket[3fe2ac04]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:08.786232 #5696] DEBUG -- tcpsocket[3fe3076c]: sent 24 bytes
D, [2009-03-25T18:02:08.989232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:08.989232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.005232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 144 bytes
D, [2009-03-25T18:02:09.005232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 720 bytes
D, [2009-03-25T18:02:09.021232 #5696] DEBUG -- tcpsocket[3fe08258]: received packet nr 0 type 20 len 780
I, [2009-03-25T18:02:09.036232 #5696]  INFO -- net.ssh.transport.algorithms[3fdee114]: got KEXINIT from server
I, [2009-03-25T18:02:09.052232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf22e6]: sending KEXINIT
D, [2009-03-25T18:02:09.052232 #5696] DEBUG -- tcpsocket[3fe132ac]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:09.067232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf0400]: sending KEXINIT
D, [2009-03-25T18:02:09.067232 #5696] DEBUG -- tcpsocket[3fe1e742]: sent 512 bytes
I, [2009-03-25T18:02:09.067232 #5696]  INFO -- net.ssh.transport.algorithms[3fe0029c]: negotiating algorithms
D, [2009-03-25T18:02:09.067232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe03ff0]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe07e34]: exchanging keys
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- tcpsocket[3fe2803a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- tcpsocket[3fe2da26]: sent 24 bytes
D, [2009-03-25T18:02:09.083232 #5696] DEBUG -- tcpsocket[3fe34bc8]: read 152 bytes
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe39088]: read 720 bytes
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 2 type 33 len 700
I, [2009-03-25T18:02:09.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fde4cea]: got KEXINIT from server
I, [2009-03-25T18:02:09.114232 #5696]  INFO -- net.ssh.transport.algorithms[3fdee114]: sending KEXINIT
D, [2009-03-25T18:02:09.114232 #5696] DEBUG -- tcpsocket[3fe0fab2]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- tcpsocket[3fe1a958]: queueing packet nr 0 type 20 len 508
I, [2009-03-25T18:02:09.177232 #5696]  INFO -- net.ssh.transport.algorithms[3fdfbfe4]: negotiating algorithms
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0029c]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe03ff0]: exchanging keys
D, [2009-03-25T18:02:09.177232 #5696] DEBUG -- tcpsocket[3fe26c3a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.208232 #5696] DEBUG -- tcpsocket[3fe2ac04]: sent 24 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe3311a]: read 152 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe33f34]: read 152 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe3585c]: read 152 bytes
D, [2009-03-25T18:02:09.224232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 144 bytes
D, [2009-03-25T18:02:09.239232 #5696] DEBUG -- tcpsocket[3fe386f6]: read 720 bytes
D, [2009-03-25T18:02:09.239232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 2 type 33 len 700
I, [2009-03-25T18:02:09.505232 #5696]  INFO -- net.ssh.transport.algorithms[3fde4cea]: sending KEXINIT
D, [2009-03-25T18:02:09.505232 #5696] DEBUG -- tcpsocket[3fe0c10a]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:09.505232 #5696] DEBUG -- tcpsocket[3fe132ac]: sent 512 bytes
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdfbfe4]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- net.ssh.transport.algorithms[3fe0029c]: exchanging keys
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- tcpsocket[3fe239ea]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- tcpsocket[3fe2803a]: sent 24 bytes
D, [2009-03-25T18:02:09.521232 #5696] DEBUG -- tcpsocket[3fe3076c]: read 152 bytes
D, [2009-03-25T18:02:09.567232 #5696] DEBUG -- tcpsocket[3fe3311a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.567232 #5696] DEBUG -- tcpsocket[3fe33f34]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe3585c]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 144 bytes
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe37bde]: read 720 bytes
D, [2009-03-25T18:02:09.614232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe08258]: queueing packet nr 0 type 20 len 508
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe0fab2]: sent 512 bytes
I, [2009-03-25T18:02:09.646232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf3df8]: negotiating algorithms
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe1a958]: sent 512 bytes
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdfbfe4]: exchanging keys
D, [2009-03-25T18:02:09.646232 #5696] DEBUG -- tcpsocket[3fe20510]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:09.661232 #5696] DEBUG -- tcpsocket[3fe26c3a]: sent 24 bytes
D, [2009-03-25T18:02:09.661232 #5696] DEBUG -- tcpsocket[3fe2da26]: read 152 bytes
D, [2009-03-25T18:02:09.677232 #5696] DEBUG -- tcpsocket[3fe3076c]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:09.755232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.896232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.958232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:09.974232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.146232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.161232 #5696] DEBUG -- tcpsocket[3fe0c10a]: sent 512 bytes
I, [2009-03-25T18:02:10.161232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf22e6]: negotiating algorithms
D, [2009-03-25T18:02:10.161232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf3df8]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
I, [2009-03-25T18:02:10.161232 #5696]  INFO -- net.ssh.transport.algorithms[3fdf0400]: negotiating algorithms
D, [2009-03-25T18:02:10.161232 #5696] DEBUG -- tcpsocket[3fe1e742]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.177232 #5696] DEBUG -- tcpsocket[3fe239ea]: sent 24 bytes
D, [2009-03-25T18:02:10.177232 #5696] DEBUG -- tcpsocket[3fe2ac04]: read 152 bytes
D, [2009-03-25T18:02:10.177232 #5696] DEBUG -- tcpsocket[3fe2da26]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.411232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.411232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 144 bytes
D, [2009-03-25T18:02:10.411232 #5696] DEBUG -- tcpsocket[3fe364e6]: read 720 bytes
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- tcpsocket[3fe08258]: sent 512 bytes
I, [2009-03-25T18:02:10.474232 #5696]  INFO -- net.ssh.transport.algorithms[3fdee114]: negotiating algorithms
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf22e6]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf3df8]: exchanging keys
D, [2009-03-25T18:02:10.474232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf0400]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.489232 #5696] DEBUG -- tcpsocket[3fe20510]: sent 24 bytes
D, [2009-03-25T18:02:10.489232 #5696] DEBUG -- tcpsocket[3fe2803a]: read 152 bytes
D, [2009-03-25T18:02:10.552232 #5696] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.583232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.583232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 144 bytes
D, [2009-03-25T18:02:10.583232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 144 bytes
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 144 bytes
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe370bc]: read 720 bytes
D, [2009-03-25T18:02:10.599232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 24 bytes
I, [2009-03-25T18:02:10.614232 #5696]  INFO -- net.ssh.transport.algorithms[3fde4cea]: negotiating algorithms
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdee114]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf22e6]: exchanging keys
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- tcpsocket[3fe132ac]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.614232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdf0400]: exchanging keys
D, [2009-03-25T18:02:10.630232 #5696] DEBUG -- tcpsocket[3fe1e742]: sent 24 bytes
D, [2009-03-25T18:02:10.646232 #5696] DEBUG -- tcpsocket[3fe26c3a]: read 152 bytes
D, [2009-03-25T18:02:10.646232 #5696] DEBUG -- tcpsocket[3fe2803a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.692232 #5696] DEBUG -- tcpsocket[3fe2ac04]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.692232 #5696] DEBUG -- tcpsocket[3fe3076c]: sent 144 bytes
D, [2009-03-25T18:02:10.708232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.724232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.724232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 24 bytes
D, [2009-03-25T18:02:10.724232 #5696] DEBUG -- tcpsocket[3fe3984e]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fde4cea]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- net.ssh.transport.algorithms[3fdee114]: exchanging keys
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe0fab2]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe1a958]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe239ea]: read 152 bytes
D, [2009-03-25T18:02:10.739232 #5696] DEBUG -- tcpsocket[3fe26c3a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.755232 #5696] DEBUG -- tcpsocket[3fe2803a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.755232 #5696] DEBUG -- tcpsocket[3fe2da26]: sent 144 bytes
D, [2009-03-25T18:02:10.755232 #5696] DEBUG -- tcpsocket[3fe34bc8]: read 720 bytes
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 24 bytes
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- tcpsocket[3fe39088]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- net.ssh.transport.algorithms[3fde4cea]: exchanging keys
D, [2009-03-25T18:02:10.786232 #5696] DEBUG -- tcpsocket[3fe0c10a]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.802232 #5696] DEBUG -- tcpsocket[3fe132ac]: sent 24 bytes
D, [2009-03-25T18:02:10.802232 #5696] DEBUG -- tcpsocket[3fe20510]: read 152 bytes
D, [2009-03-25T18:02:10.802232 #5696] DEBUG -- tcpsocket[3fe239ea]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe26c3a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe2ac04]: sent 144 bytes
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe3311a]: read 720 bytes
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe33f34]: read 720 bytes
D, [2009-03-25T18:02:10.817232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe3585c]: read 720 bytes
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 24 bytes
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe386f6]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- net.ssh.authentication.session[3fe55670]: beginning authentication of `my_username'
D, [2009-03-25T18:02:10.833232 #5696] DEBUG -- tcpsocket[3fe08258]: queueing packet nr 1 type 34 len 20
D, [2009-03-25T18:02:10.849232 #5696] DEBUG -- tcpsocket[3fe0fab2]: sent 24 bytes
D, [2009-03-25T18:02:10.849232 #5696] DEBUG -- tcpsocket[3fe1a958]: sent 24 bytes
D, [2009-03-25T18:02:10.864232 #5696] DEBUG -- tcpsocket[3fe1e742]: read 152 bytes
D, [2009-03-25T18:02:10.864232 #5696] DEBUG -- tcpsocket[3fe20510]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe239ea]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe2803a]: sent 144 bytes
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe3076c]: read 720 bytes
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe3311a]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.880232 #5696] DEBUG -- tcpsocket[3fe33f34]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe3585c]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe370bc]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe37bde]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- net.ssh.authentication.session[3fe4f96e]: beginning authentication of `my_username'
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe3984e]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe0c10a]: sent 24 bytes
D, [2009-03-25T18:02:10.896232 #5696] DEBUG -- tcpsocket[3fe1e742]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:10.911232 #5696] DEBUG -- tcpsocket[3fe20510]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.911232 #5696] DEBUG -- tcpsocket[3fe26c3a]: sent 144 bytes
D, [2009-03-25T18:02:10.911232 #5696] DEBUG -- tcpsocket[3fe2da26]: read 720 bytes
D, [2009-03-25T18:02:10.927232 #5696] DEBUG -- tcpsocket[3fe3076c]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:10.958232 #5696] DEBUG -- tcpsocket[3fe364e6]: sent 24 bytes
D, [2009-03-25T18:02:10.958232 #5696] DEBUG -- net.ssh.authentication.session[3fe48722]: beginning authentication of `my_username'
D, [2009-03-25T18:02:10.974232 #5696] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:10.974232 #5696] DEBUG -- tcpsocket[3fe08258]: sent 24 bytes
D, [2009-03-25T18:02:10.974232 #5696] DEBUG -- tcpsocket[3fe132ac]: read 152 bytes
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe1e742]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe239ea]: sent 144 bytes
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe2ac04]: read 720 bytes
D, [2009-03-25T18:02:10.989232 #5696] DEBUG -- tcpsocket[3fe2da26]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.052232 #5696] DEBUG -- tcpsocket[3fe34bc8]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe364e6]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe370bc]: sent 24 bytes
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- net.ssh.authentication.session[3fe398c6]: beginning authentication of `my_username'
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe3984e]: sent 52 bytes
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe132ac]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe1a958]: read 152 bytes
D, [2009-03-25T18:02:11.067232 #5696] DEBUG -- tcpsocket[3fe20510]: sent 144 bytes
D, [2009-03-25T18:02:11.083232 #5696] DEBUG -- tcpsocket[3fe2803a]: read 720 bytes
D, [2009-03-25T18:02:11.083232 #5696] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.114232 #5696] DEBUG -- tcpsocket[3fe3311a]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.114232 #5696] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe3585c]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe370bc]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe39088]: sent 52 bytes
D, [2009-03-25T18:02:11.130232 #5696] DEBUG -- tcpsocket[3fe0c10a]: read 152 bytes
D, [2009-03-25T18:02:11.146232 #5696] DEBUG -- tcpsocket[3fe0fab2]: read 152 bytes
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe132ac]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe1a958]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe1e742]: sent 144 bytes
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe26c3a]: read 720 bytes
D, [2009-03-25T18:02:11.161232 #5696] DEBUG -- tcpsocket[3fe2803a]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.177232 #5696] DEBUG -- tcpsocket[3fe3076c]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe34bc8]: sent 24 bytes
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- net.ssh.authentication.session[3fe2c194]: beginning authentication of `my_username'
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe386f6]: sent 52 bytes
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe08258]: read 152 bytes
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe0c10a]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.192232 #5696] DEBUG -- tcpsocket[3fe0fab2]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.208232 #5696] DEBUG -- tcpsocket[3fe1a958]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.208232 #5696] DEBUG -- tcpsocket[3fe239ea]: read 720 bytes
D, [2009-03-25T18:02:11.208232 #5696] DEBUG -- tcpsocket[3fe26c3a]: received packet nr 2 type 33 len 700
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe2da26]: queueing packet nr 3 type 21 len 20
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe3311a]: sent 24 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe33f34]: sent 24 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 3 type 21 len 12
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe3585c]: sent 24 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe364e6]: queueing packet nr 4 type 5 len 28
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- net.ssh.authentication.session[3fe2437c]: beginning authentication of `my_username'
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe37bde]: sent 52 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe3984e]: read 52 bytes
D, [2009-03-25T18:02:11.239232 #5696] DEBUG -- tcpsocket[3fe08258]: received packet nr 1 type 31 len 148
D, [2009-03-25T18:02:11.255232 #5696] DEBUG -- tcpsocket[3fe0c10a]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.271232 #5696] DEBUG -- tcpsocket[3fe0fab2]: queueing packet nr 2 type 32 len 140
D, [2009-03-25T18:02:11.271232 #5696] DEBUG -- tcpsocket[3fe132ac]: sent 144 bytes
D, [2009-03-25T18:02:11.271232 #5696] DEBUG -- tcpsocket[3fe20510]: read 720 bytes
D, [2009</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Hey there,&lt;/p&gt;
&lt;p&gt;I have been able to reproduce this more effectively the more
hosts I have in the :app role. Workstation is XP Pro, using putty
v0.58 connecting to a Windows Server 2003 env running
OpenSSH_5.1p1, OpenSSL 0.9.8j 07 Jan 2009, Capistrano v2.5.5, ruby
1.8.7 (2008-08-11 patchlevel 72) [i386-cygwin] under Cygwin. All
destinations capistrano is attempting to login to are the exact
same specs as the Win Server above. I have recreated this behavior
using both pageant.exe v0.58 and v0.60 on my workstation. At first
I thought it might be the agent not able to serve out the key info
to 23 execution threads at the same time. I typically troubleshoot
using this cap shell sequence.&lt;/p&gt;
&lt;p&gt;cap shell&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;!prod # this sets up the :app role with all the production
servers with app # scope to the :app role ls -d / # this could be
replaced with any simple command, they all produce the same
effect&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Intermittently, this shell command sequence replicates the same
problem I occasionally get when executing Capfile tasks against
remote servers. Other times it works perfectly. Repeated attempts
after failure and subsequent killing of the process usually result
in success, eventually. Aside from the role :app and vars
:application, :repository and :deploy_to, the only other variable I
have set is...&lt;/p&gt;
&lt;p&gt;set :use_sudo, false # kinda necessary for Cygwin env's :)&lt;/p&gt;
&lt;p&gt;I'd post the whole Capfile but it's a ton of hostnames and
private info I'd prefer not to have to globally replace to post
here.&lt;/p&gt;
&lt;p&gt;Against a single server it happens infrequently, against 10
servers it happens 10% of the time and against 23 servers it
happens 90% of the time. The main thing I notice is that when it is
successful, my workstation load increases significantly as
pageant.exe serves out the key information to capistrano. (this
works very well when it works) When it is not successful I see zero
load from pageant and the execution of the first task attempting
ssh connectivity with cause it to hang and not respond to Ctrl-C.
It has to be killed at this point. With debug enabled I get the
following during an occasion where it did hang...&lt;/p&gt;
&lt;p&gt;(any help would be appreciated)&lt;/p&gt;
&lt;p&gt;$ cap shell&lt;/p&gt;
&lt;h1&gt;* executing &lt;code&gt;shell'&lt;/code&gt;&lt;/h1&gt;
&lt;p&gt;Welcome to the interactive Capistrano shell! This is an
experimental feature, and is liable to change in future releases.
Type 'help' for&lt;/p&gt;
&lt;h2&gt;a summary of how to use the shell.&lt;/h2&gt;
&lt;p&gt;cap&amp;gt; !prod cap&amp;gt; with app scoping with app cap&amp;gt; ls -d
/app [establishing connection(s) to hostname01.domain_name.com,
hostname02.domain_name.com, hostname03.domain_name.com,
hostname04.domain_name.com, hostname05.domain_name.com,
hostname06.domain_name.com, hostname07.domain_name.com,
hostname08.domain_name.com, hostname09.domain_name.com,
hostname10.domain_name.com, hostname11.domain_name.com,
hostname12.domain_name.com, hostname13.domain_name.com,
hostname14.domain_name.com, hostname15.domain_name.com,
hostname16.domain_name.com, hostname17.domain_name.com,
hostname18.domain_name.com, hostname19.domain_name.com,
hostname20.domain_name.com, hostname21.domain_name.com,
hostname22.domain_name.com, hostname23.domain_name.com] D,
[2009-03-25T18:02:03.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe3a1a4]: establishing connection to
hostname01.domain_name.com:22 D, [2009-03-25T18:02:03.036232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe39a10]: establishing connection to
hostname02.domain_name.com:22 D, [2009-03-25T18:02:03.177232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe3924a]: establishing connection to
hostname03.domain_name.com:22 D, [2009-03-25T18:02:03.239232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe3a1a4]: connection established D,
[2009-03-25T18:02:03.317232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe388b8]: establishing connection to
hostname04.domain_name.com:22 D, [2009-03-25T18:02:03.317232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe39a10]: connection established I,
[2009-03-25T18:02:03.317232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.server_version[3fe38516]: negotiating protocol
version D, [2009-03-25T18:02:03.411232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.session[3fe37da0]: establishing connection to
hostname05.domain_name.com:22 D, [2009-03-25T18:02:03.427232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe3924a]: connection established I,
[2009-03-25T18:02:03.458232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.server_version[3fe379fe]: negotiating protocol
version D, [2009-03-25T18:02:03.489232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.session[3fe3727e]: establishing connection to
hostname06.domain_name.com:22 D, [2009-03-25T18:02:03.661232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe388b8]: connection established I,
[2009-03-25T18:02:03.677232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.server_version[3fe36edc]: negotiating protocol
version D, [2009-03-25T18:02:03.677232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.server_version[3fe38516]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:03.755232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe366a8]: establishing connection to
hostname07.domain_name.com:22 D, [2009-03-25T18:02:03.755232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe37da0]: connection established I,
[2009-03-25T18:02:03.786232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe36306]: negotiating protocol
version D, [2009-03-25T18:02:03.786232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe379fe]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:03.786232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe38516]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:03.833232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe35a1e]:
establishing connection to hostname08.domain_name.com:22 D,
[2009-03-25T18:02:03.849232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe3727e]:
connection established I, [2009-03-25T18:02:03.849232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe3567c]: negotiating protocol
version D, [2009-03-25T18:02:03.849232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe36edc]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:03.864232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe379fe]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:03.896232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe34d8a]:
establishing connection to hostname09.domain_name.com:22 D,
[2009-03-25T18:02:03.911232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe366a8]:
connection established I, [2009-03-25T18:02:03.911232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe349e8]: negotiating protocol
version D, [2009-03-25T18:02:03.911232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe36306]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:03.911232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe36edc]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:03.958232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe340f6]:
establishing connection to hostname10.domain_name.com:22 D,
[2009-03-25T18:02:03.958232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe35a1e]:
connection established I, [2009-03-25T18:02:03.974232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe33d54]: negotiating protocol
version D, [2009-03-25T18:02:03.989232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe36306]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe332dc]: establishing connection to
hostname11.domain_name.com:22 I, [2009-03-25T18:02:04.067232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.server_version[3fe33106]: negotiating protocol
version D, [2009-03-25T18:02:04.083232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.server_version[3fe349e8]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.146232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe3092e]: establishing connection to
hostname12.domain_name.com:22 D, [2009-03-25T18:02:04.146232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe340f6]: connection established D,
[2009-03-25T18:02:04.146232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe34d8a]:
connection established D, [2009-03-25T18:02:04.146232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe349e8]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.146232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe3567c]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.224232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe2dbe8]: establishing connection to
hostname13.domain_name.com:22 D, [2009-03-25T18:02:04.239232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe332dc]: connection established I,
[2009-03-25T18:02:04.239232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe2d846]: negotiating protocol
version I, [2009-03-25T18:02:04.239232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe2d6c0]: negotiating protocol
version D, [2009-03-25T18:02:04.239232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe3567c]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.333232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe2adc6]: establishing connection to
hostname14.domain_name.com:22 D, [2009-03-25T18:02:04.364232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe3092e]: connection established I,
[2009-03-25T18:02:04.364232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.server_version[3fe2aa24]: negotiating protocol
version D, [2009-03-25T18:02:04.396232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.server_version[3fe33106]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.474232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3984e]: read 784 bytes D, [2009-03-25T18:02:04.536232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe281fc]: establishing connection to
hostname15.domain_name.com:22 D, [2009-03-25T18:02:04.552232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe2dbe8]: connection established I,
[2009-03-25T18:02:04.552232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe27e5a]: negotiating protocol
version D, [2009-03-25T18:02:04.552232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe2d846]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.552232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe2d6c0]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.552232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe33106]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.552232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe33d54]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.614232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe39088]: read 784 bytes D, [2009-03-25T18:02:04.614232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3984e]: received packet nr 0 type 20 len 780 D,
[2009-03-25T18:02:04.614232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe26dfc]:
establishing connection to hostname16.domain_name.com:22 D,
[2009-03-25T18:02:04.630232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe2adc6]:
connection established I, [2009-03-25T18:02:04.630232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe26a5a]: negotiating protocol
version D, [2009-03-25T18:02:04.630232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe2aa24]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.630232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe2d846]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.646232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe2d6c0]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.646232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe33d54]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.677232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe386f6]: read 784 bytes D,
[2009-03-25T18:02:04.708232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe39088]: received packet nr 0
type 20 len 780 I, [2009-03-25T18:02:04.755232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe33b10]: got KEXINIT from server D,
[2009-03-25T18:02:04.802232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe23bac]:
establishing connection to hostname17.domain_name.com:22 D,
[2009-03-25T18:02:04.833232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe281fc]:
connection established I, [2009-03-25T18:02:04.833232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe2380a]: negotiating protocol
version D, [2009-03-25T18:02:04.833232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe27e5a]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:04.833232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe2aa24]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:04.942232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe37bde]: read 784 bytes D,
[2009-03-25T18:02:04.942232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe386f6]: received packet nr 0
type 20 len 780 I, [2009-03-25T18:02:04.942232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe32ec2]: got KEXINIT from server I,
[2009-03-25T18:02:04.942232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe33b10]:
sending KEXINIT D, [2009-03-25T18:02:04.974232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe206d2]: establishing connection to
hostname18.domain_name.com:22 D, [2009-03-25T18:02:05.005232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe26dfc]: connection established I,
[2009-03-25T18:02:05.005232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe20330]: negotiating protocol
version D, [2009-03-25T18:02:05.005232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe26a5a]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:05.005232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe27e5a]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:05.036232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe37bde]: received packet nr 0
type 20 len 780 I, [2009-03-25T18:02:05.114232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe30258]: got KEXINIT from server I,
[2009-03-25T18:02:05.114232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe32ec2]:
sending KEXINIT D, [2009-03-25T18:02:05.380232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3984e]: queueing packet nr 0 type 20 len 508 D,
[2009-03-25T18:02:05.521232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe1e904]:
establishing connection to hostname19.domain_name.com:22 D,
[2009-03-25T18:02:05.536232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe23bac]:
connection established I, [2009-03-25T18:02:05.552232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe1e562]: negotiating protocol
version D, [2009-03-25T18:02:05.552232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe2380a]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:05.552232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe26a5a]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:05.661232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe364e6]: read 784 bytes I,
[2009-03-25T18:02:05.661232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe2d486]:
got KEXINIT from server I, [2009-03-25T18:02:05.661232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe30258]: sending KEXINIT D,
[2009-03-25T18:02:05.661232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 0
type 20 len 508 D, [2009-03-25T18:02:05.692232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe1ab1a]: establishing connection to
hostname20.domain_name.com:22 D, [2009-03-25T18:02:05.692232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe206d2]: connection established I,
[2009-03-25T18:02:05.692232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe1a778]: negotiating protocol
version D, [2009-03-25T18:02:05.692232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe20330]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:05.692232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe2380a]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:05.739232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe364e6]: received packet nr 0
type 20 len 780 D, [2009-03-25T18:02:05.739232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe370bc]: read 784 bytes I, [2009-03-25T18:02:05.739232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe2d486]: sending KEXINIT D,
[2009-03-25T18:02:05.755232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe386f6]: queueing packet nr 0
type 20 len 508 D, [2009-03-25T18:02:05.771232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3984e]: sent 512 bytes D, [2009-03-25T18:02:05.771232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe1346e]: establishing connection to
hostname21.domain_name.com:22 D, [2009-03-25T18:02:05.833232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe1e904]: connection established I,
[2009-03-25T18:02:05.833232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe130cc]: negotiating protocol
version D, [2009-03-25T18:02:05.833232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe1e562]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:05.833232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe20330]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' I,
[2009-03-25T18:02:05.896232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe27a04]:
got KEXINIT from server D, [2009-03-25T18:02:05.896232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe370bc]: received packet nr 0 type 20 len 780 D,
[2009-03-25T18:02:05.942232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 0
type 20 len 508 D, [2009-03-25T18:02:06.036232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe39088]: sent 512 bytes I, [2009-03-25T18:02:06.067232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe33b10]: negotiating algorithms D,
[2009-03-25T18:02:06.067232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe0fc74]:
establishing connection to hostname22.domain_name.com:22 D,
[2009-03-25T18:02:06.114232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe1ab1a]:
connection established I, [2009-03-25T18:02:06.146232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe0f8d2]: negotiating protocol
version D, [2009-03-25T18:02:06.146232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe1a778]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:06.146232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe1e562]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:06.208232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe34bc8]: read 784 bytes I,
[2009-03-25T18:02:06.208232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe27a04]:
sending KEXINIT I, [2009-03-25T18:02:06.208232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe24854]: got KEXINIT from server D,
[2009-03-25T18:02:06.208232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe386f6]: sent 512 bytes I,
[2009-03-25T18:02:06.208232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe32ec2]:
negotiating algorithms D, [2009-03-25T18:02:06.208232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.algorithms[3fe33b10]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:06.224232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe0c2cc]: establishing connection to
hostname23.domain_name.com:22 D, [2009-03-25T18:02:06.239232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.session[3fe1346e]: connection established I,
[2009-03-25T18:02:06.255232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe0bf2a]: negotiating protocol
version D, [2009-03-25T18:02:06.286232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe130cc]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:06.286232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe1a778]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:06.364232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe3311a]: read 784 bytes D,
[2009-03-25T18:02:06.364232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe33f34]: read 784 bytes D,
[2009-03-25T18:02:06.396232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe34bc8]: received packet nr 0
type 20 len 780 D, [2009-03-25T18:02:06.411232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3585c]: read 784 bytes D, [2009-03-25T18:02:06.411232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe364e6]: queueing packet nr 0 type 20 len 508 I,
[2009-03-25T18:02:06.427232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe24854]:
sending KEXINIT D, [2009-03-25T18:02:06.427232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe37bde]: sent 512 bytes I, [2009-03-25T18:02:06.427232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe30258]: negotiating algorithms D,
[2009-03-25T18:02:06.427232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.algorithms[3fe32ec2]:
negotiated: * kex: diffie-hellman-group-exchange-sha1 * host_key:
ssh-rsa * encryption_server: aes128-cbc * encryption_client:
aes128-cbc * hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:06.427232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.algorithms[3fe33b10]: exchanging keys D,
[2009-03-25T18:02:06.427232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.session[3fe0fc74]:
connection established I, [2009-03-25T18:02:06.427232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe08078]: negotiating protocol
version D, [2009-03-25T18:02:06.458232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe130cc]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:06.489232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3076c]: read
784 bytes D, [2009-03-25T18:02:06.489232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3311a]: received packet nr 0 type 20 len 780 D,
[2009-03-25T18:02:06.489232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe33f34]:
received packet nr 0 type 20 len 780 I, [2009-03-25T18:02:06.489232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe20038]: got KEXINIT from server D,
[2009-03-25T18:02:06.505232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3585c]:
received packet nr 0 type 20 len 780 D, [2009-03-25T18:02:06.505232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]: queueing
packet nr 0 type 20 len 508 I, [2009-03-25T18:02:06.505232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe2d486]: negotiating algorithms
D, [2009-03-25T18:02:06.505232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe30258]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:06.505232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe32ec2]: exchanging keys D,
[2009-03-25T18:02:06.505232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3984e]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:06.505232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.session[3fe0c2cc]: connection established I,
[2009-03-25T18:02:06.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.server_version[3fe04234]: negotiating protocol
version D, [2009-03-25T18:02:06.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.server_version[3fe0bf2a]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:06.599232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe2da26]: read 784 bytes D, [2009-03-25T18:02:06.599232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3076c]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:06.599232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe1e26a]:
got KEXINIT from server I, [2009-03-25T18:02:06.599232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe1e06c]: got KEXINIT from server I,
[2009-03-25T18:02:06.614232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe20038]:
sending KEXINIT I, [2009-03-25T18:02:06.614232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe1c0c8]: got KEXINIT from server D,
[2009-03-25T18:02:06.614232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe364e6]: sent 512 bytes D,
[2009-03-25T18:02:06.942232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.algorithms[3fe2d486]:
negotiated: * kex: diffie-hellman-group-exchange-sha1 * host_key:
ssh-rsa * encryption_server: aes128-cbc * encryption_client:
aes128-cbc * hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:06.942232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.algorithms[3fe30258]: exchanging keys D,
[2009-03-25T18:02:06.942232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe39088]: queueing packet nr 1
type 34 len 20 I, [2009-03-25T18:02:06.958232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.server_version[3fe0063e]: negotiating protocol
version D, [2009-03-25T18:02:06.958232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe08078]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:06.958232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe0bf2a]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:06.958232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe0f8d2]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:07.005232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2ac04]: read 784
bytes D, [2009-03-25T18:02:07.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe2da26]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:07.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe1a480]: got KEXINIT from server I,
[2009-03-25T18:02:07.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe1e26a]: sending KEXINIT I,
[2009-03-25T18:02:07.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe1e06c]: sending KEXINIT D,
[2009-03-25T18:02:07.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe34bc8]:
queueing packet nr 0 type 20 len 508 I, [2009-03-25T18:02:07.021232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe1c0c8]: sending KEXINIT I,
[2009-03-25T18:02:07.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe27a04]: negotiating algorithms D,
[2009-03-25T18:02:07.036232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]: sent
512 bytes D, [2009-03-25T18:02:07.036232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe2d486]: exchanging keys D,
[2009-03-25T18:02:07.036232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe386f6]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:07.036232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3984e]: sent 24
bytes D, [2009-03-25T18:02:07.083232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.server_version[3fe04234]: remote is
&lt;code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:07.083232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe08078]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:07.083232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe0f8d2]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:07.099232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe2803a]: read 784 bytes D,
[2009-03-25T18:02:07.099232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe2ac04]: received packet nr 0
type 20 len 780 I, [2009-03-25T18:02:07.099232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe12dd4]: got KEXINIT from server I,
[2009-03-25T18:02:07.099232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe1a480]:
sending KEXINIT D, [2009-03-25T18:02:07.114232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3311a]: queueing packet nr 0 type 20 len 508 D,
[2009-03-25T18:02:07.114232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe33f34]: queueing packet nr 0
type 20 len 508 D, [2009-03-25T18:02:07.114232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3585c]: queueing packet nr 0 type 20 len 508 D,
[2009-03-25T18:02:07.114232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.algorithms[3fe27a04]:
negotiated: * kex: diffie-hellman-group-exchange-sha1 * host_key:
ssh-rsa * encryption_server: aes128-cbc * encryption_client:
aes128-cbc * hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: I, [2009-03-25T18:02:07.114232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe24854]: negotiating algorithms D,
[2009-03-25T18:02:07.114232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe37bde]: queueing packet nr 1
type 34 len 20 D, [2009-03-25T18:02:07.130232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe39088]: sent 24 bytes D, [2009-03-25T18:02:07.130232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe0063e]: remote
is&lt;/code&gt;SSH-2.0-OpenSSH_5.1' D, [2009-03-25T18:02:07.130232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.server_version[3fe04234]: local is
&lt;code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:07.224232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe26c3a]: read 784 bytes D,
[2009-03-25T18:02:07.239232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe2803a]: received packet nr 0
type 20 len 780 I, [2009-03-25T18:02:07.239232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] INFO --
net.ssh.transport.algorithms[3fe0f5da]: got KEXINIT from server I,
[2009-03-25T18:02:07.239232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] INFO -- net.ssh.transport.algorithms[3fe12dd4]:
sending KEXINIT D, [2009-03-25T18:02:07.271232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe3076c]: queueing packet nr 0 type 20 len 508 D,
[2009-03-25T18:02:07.317232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- tcpsocket[3fe34bc8]: sent 512 bytes D,
[2009-03-25T18:02:07.396232 [#5696](/projects/8716/tickets/5696
&quot;Ticket #5696&quot;)] DEBUG -- net.ssh.transport.algorithms[3fe27a04]:
exchanging keys D, [2009-03-25T18:02:07.396232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.algorithms[3fe24854]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:07.458232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
tcpsocket[3fe386f6]: sent 24 bytes D, [2009-03-25T18:02:07.552232
[#5696](/projects/8716/tickets/5696 &quot;Ticket #5696&quot;)] DEBUG --
net.ssh.transport.server_version[3fe0063e]: local
is&lt;/code&gt;SSH-2.0-Ruby/Net::SSH_2.0.11 i386-cygwin' D,
[2009-03-25T18:02:07.614232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe239ea]: read
784 bytes D, [2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe26c3a]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe0bc32]: got KEXINIT from server I,
[2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe0f5da]: sending KEXINIT D,
[2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2da26]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:07.630232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3311a]: sent 512
bytes D, [2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe33f34]: sent 512 bytes I,
[2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe20038]: negotiating algorithms D,
[2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3585c]: sent
512 bytes D, [2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe364e6]: queueing packet nr 1 type 34 len 20 D,
[2009-03-25T18:02:07.630232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe24854]: exchanging keys D,
[2009-03-25T18:02:07.646232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe37bde]: sent
24 bytes D, [2009-03-25T18:02:07.724232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3984e]: read 152 bytes D,
[2009-03-25T18:02:07.755232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe20510]: read
784 bytes D, [2009-03-25T18:02:07.755232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe239ea]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:07.755232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe07e34]: got KEXINIT from server I,
[2009-03-25T18:02:07.755232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe0bc32]: sending KEXINIT D,
[2009-03-25T18:02:07.755232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2ac04]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:07.771232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3076c]: sent 512
bytes I, [2009-03-25T18:02:07.771232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe1e26a]: negotiating algorithms
I, [2009-03-25T18:02:07.771232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe1e06c]: negotiating algorithms
D, [2009-03-25T18:02:07.771232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe20038]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: I, [2009-03-25T18:02:07.771232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe1c0c8]: negotiating algorithms D,
[2009-03-25T18:02:07.771232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:07.786232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe39088]: read 152
bytes D, [2009-03-25T18:02:07.786232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3984e]: received packet nr 1 type 31 len 148 D,
[2009-03-25T18:02:07.974232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe1e742]: read
784 bytes D, [2009-03-25T18:02:07.989232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe20510]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:08.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe03ff0]: got KEXINIT from server I,
[2009-03-25T18:02:08.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe07e34]: sending KEXINIT D,
[2009-03-25T18:02:08.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2803a]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:08.005232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2da26]: sent 512
bytes I, [2009-03-25T18:02:08.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe1a480]: negotiating algorithms
D, [2009-03-25T18:02:08.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe1e26a]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.005232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe1e06c]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.021232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe20038]: exchanging keys D,
[2009-03-25T18:02:08.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe1c0c8]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.036232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe364e6]: sent 24
bytes D, [2009-03-25T18:02:08.067232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe386f6]: read 152 bytes D,
[2009-03-25T18:02:08.083232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe39088]:
received packet nr 1 type 31 len 148 D, [2009-03-25T18:02:08.146232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3984e]: queueing
packet nr 2 type 32 len 140 D, [2009-03-25T18:02:08.177232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe1e742]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe0029c]: got KEXINIT from server I,
[2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe03ff0]: sending KEXINIT D,
[2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe26c3a]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:08.192232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2ac04]: sent 512
bytes I, [2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe12dd4]: negotiating algorithms
D, [2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe1a480]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.192232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe1e26a]: exchanging keys D,
[2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe1e06c]: exchanging keys D,
[2009-03-25T18:02:08.192232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe34bc8]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:08.192232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe1c0c8]: exchanging keys D,
[2009-03-25T18:02:08.224232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]: sent
24 bytes D, [2009-03-25T18:02:08.224232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe37bde]: read 152 bytes D,
[2009-03-25T18:02:08.224232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe386f6]:
received packet nr 1 type 31 len 148 D, [2009-03-25T18:02:08.271232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe39088]: queueing
packet nr 2 type 32 len 140 D, [2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe132ac]: read 784 bytes I,
[2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdfbfe4]: got KEXINIT from server I,
[2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe0029c]: sending KEXINIT D,
[2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe239ea]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:08.302232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2803a]: sent 512
bytes I, [2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe0f5da]: negotiating algorithms
D, [2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe12dd4]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.302232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe1a480]: exchanging keys D,
[2009-03-25T18:02:08.302232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3311a]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:08.317232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe33f34]: queueing
packet nr 1 type 34 len 20 D, [2009-03-25T18:02:08.317232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3585c]: queueing packet nr 1 type 34 len 20 D,
[2009-03-25T18:02:08.317232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe37bde]:
received packet nr 1 type 31 len 148 D, [2009-03-25T18:02:08.333232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe386f6]: queueing
packet nr 2 type 32 len 140 D, [2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3984e]: sent 144 bytes D,
[2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe0fab2]: read
784 bytes D, [2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe132ac]: received packet nr 0 type 20 len 780 D,
[2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe1a958]: read
784 bytes I, [2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fdfbfe4]: sending KEXINIT D,
[2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe20510]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:08.349232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe26c3a]: sent 512
bytes I, [2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe0bc32]: negotiating algorithms
D, [2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe0f5da]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.349232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe12dd4]: exchanging keys D,
[2009-03-25T18:02:08.349232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3076c]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:08.349232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe34bc8]: sent 24
bytes D, [2009-03-25T18:02:08.380232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe364e6]: read 152 bytes D,
[2009-03-25T18:02:08.458232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe37bde]:
queueing packet nr 2 type 32 len 140 D, [2009-03-25T18:02:08.458232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe39088]: sent 144
bytes D, [2009-03-25T18:02:08.458232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe0c10a]: read 784 bytes D,
[2009-03-25T18:02:08.458232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe0fab2]:
received packet nr 0 type 20 len 780 I, [2009-03-25T18:02:08.474232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdf3df8]: got KEXINIT from server D,
[2009-03-25T18:02:08.474232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe1a958]:
received packet nr 0 type 20 len 780 D, [2009-03-25T18:02:08.474232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe1e742]: queueing
packet nr 0 type 20 len 508 D, [2009-03-25T18:02:08.474232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe239ea]: sent 512 bytes I,
[2009-03-25T18:02:08.474232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fe07e34]: negotiating algorithms D,
[2009-03-25T18:02:08.474232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe0bc32]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.474232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe0f5da]: exchanging keys D,
[2009-03-25T18:02:08.489232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2da26]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:08.489232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3311a]: sent 24
bytes D, [2009-03-25T18:02:08.505232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe33f34]: sent 24 bytes D,
[2009-03-25T18:02:08.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3585c]: sent
24 bytes D, [2009-03-25T18:02:08.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe364e6]: received packet nr 1 type 31 len 148 D,
[2009-03-25T18:02:08.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]: read
152 bytes D, [2009-03-25T18:02:08.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe386f6]: sent 144 bytes D,
[2009-03-25T18:02:08.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe08258]: read
784 bytes D, [2009-03-25T18:02:08.521232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe0c10a]: received packet nr 0 type 20 len 780 I,
[2009-03-25T18:02:08.552232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdf22e6]: got KEXINIT from server I,
[2009-03-25T18:02:08.552232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdf3df8]: sending KEXINIT I,
[2009-03-25T18:02:08.552232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdf0400]: got KEXINIT from server D,
[2009-03-25T18:02:08.567232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe20510]: sent
512 bytes I, [2009-03-25T18:02:08.692232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe03ff0]: negotiating algorithms
D, [2009-03-25T18:02:08.739232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe07e34]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:08.739232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe0bc32]: exchanging keys D,
[2009-03-25T18:02:08.771232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2ac04]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:08.786232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe3076c]: sent 24
bytes D, [2009-03-25T18:02:08.989232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe364e6]: queueing packet nr 2 type 32 len 140 D,
[2009-03-25T18:02:08.989232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]:
received packet nr 1 type 31 len 148 D, [2009-03-25T18:02:09.005232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe37bde]: sent 144
bytes D, [2009-03-25T18:02:09.005232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3984e]: read 720 bytes D,
[2009-03-25T18:02:09.021232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe08258]:
received packet nr 0 type 20 len 780 I, [2009-03-25T18:02:09.036232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdee114]: got KEXINIT from server I,
[2009-03-25T18:02:09.052232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdf22e6]: sending KEXINIT D,
[2009-03-25T18:02:09.052232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe132ac]:
queueing packet nr 0 type 20 len 508 I, [2009-03-25T18:02:09.067232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdf0400]: sending KEXINIT D,
[2009-03-25T18:02:09.067232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe1e742]: sent
512 bytes I, [2009-03-25T18:02:09.067232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fe0029c]: negotiating algorithms
D, [2009-03-25T18:02:09.067232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe03ff0]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:09.083232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe07e34]: exchanging keys D,
[2009-03-25T18:02:09.083232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2803a]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:09.083232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2da26]: sent 24
bytes D, [2009-03-25T18:02:09.083232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe34bc8]: read 152 bytes D,
[2009-03-25T18:02:09.114232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe370bc]:
queueing packet nr 2 type 32 len 140 D, [2009-03-25T18:02:09.114232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe39088]: read 720
bytes D, [2009-03-25T18:02:09.114232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3984e]: received packet nr 2 type 33 len 700 I,
[2009-03-25T18:02:09.114232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fde4cea]: got KEXINIT from server I,
[2009-03-25T18:02:09.114232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO --
net.ssh.transport.algorithms[3fdee114]: sending KEXINIT D,
[2009-03-25T18:02:09.114232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe0fab2]:
queueing packet nr 0 type 20 len 508 D, [2009-03-25T18:02:09.177232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe1a958]: queueing
packet nr 0 type 20 len 508 I, [2009-03-25T18:02:09.177232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] INFO
-- net.ssh.transport.algorithms[3fdfbfe4]: negotiating algorithms
D, [2009-03-25T18:02:09.177232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- net.ssh.transport.algorithms[3fe0029c]: negotiated: * kex:
diffie-hellman-group-exchange-sha1 * host_key: ssh-rsa *
encryption_server: aes128-cbc * encryption_client: aes128-cbc *
hmac_client: hmac-sha1 * hmac_server: hmac-sha1 *
compression_client: none * compression_server: none *
language_client: * language_server: D, [2009-03-25T18:02:09.177232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG --
net.ssh.transport.algorithms[3fe03ff0]: exchanging keys D,
[2009-03-25T18:02:09.177232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe26c3a]:
queueing packet nr 1 type 34 len 20 D, [2009-03-25T18:02:09.208232
&lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG -- tcpsocket[3fe2ac04]: sent 24
bytes D, [2009-03-25T18:02:09.224232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#5696&lt;/a&gt;] DEBUG
-- tcpsocket[3fe3311a]: read 152 bytes D,
[2009-03-25T18:02:09.224232 &lt;a href=&quot;/projects/8716/tickets/5696&quot; title=&quot;Ticket #5696&quot;&gt;#</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">1379</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">true</closed>
    <created-at type="datetime">2009-08-27T14:54:12+01:00</created-at>
    <creator-id type="integer">27932</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">101</number>
    <permalink>ability-to-customize-template-path</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8716</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>closed</state>
    <tag nil="true"></tag>
    <title>Ability to customize template path</title>
    <updated-at type="datetime">2009-12-03T00:02:09+00:00</updated-at>
    <user-id type="integer">1379</user-id>
    <user-name>Lee Hambley</user-name>
    <creator-name>Simone Carletti</creator-name>
    <assigned-user-name>Lee Hambley</assigned-user-name>
    <url>http://capistrano.lighthouseapp.com/projects/8716/tickets/101</url>
    <original-body>This ticket is related to #100.

Writing really complex deploy strategies, I often end up with the need to customize the path to Capistrano default templates. For example, I might want to replace all Capistrano templates (maintenance.rhtml...) with my own.

The easiest way to do this is prepending a custom template path. We use to do this every day when using Rails and localized templates.

This patch allows developers to append/prepend custom template paths to Capistrano. Capistrano now keeps a template path stack and, when required, it will search the paths until it finds a template that matches.
Right now this is strictly related to the maintenance file, but can be used for any kind of templates Capistrano will need in the future.

A raw preview lives at http://github.com/weppos/capistrano/commits/template_paths/
The patch is not completed yet but I can go ahead, write the test suite and commit it.</original-body>
    <latest-body>This ticket is related to #100.

Writing really complex deploy strategies, I often end up with the need to customize the path to Capistrano default templates. For example, I might want to replace all Capistrano templates (maintenance.rhtml...) with my own.

The easiest way to do this is prepending a custom template path. We use to do this every day when using Rails and localized templates.

This patch allows developers to append/prepend custom template paths to Capistrano. Capistrano now keeps a template path stack and, when required, it will search the paths until it finds a template that matches.
Right now this is strictly related to the maintenance file, but can be used for any kind of templates Capistrano will need in the future.

A raw preview lives at http://github.com/weppos/capistrano/commits/template_paths/
The patch is not completed yet but I can go ahead, write the test suite and commit it.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;This ticket is related to &lt;a href=&quot;/projects/8716/tickets/100&quot; title=&quot;Ticket #100&quot;&gt;#100&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Writing really complex deploy strategies, I often end up with
the need to customize the path to Capistrano default templates. For
example, I might want to replace all Capistrano templates
(maintenance.rhtml...) with my own.&lt;/p&gt;
&lt;p&gt;The easiest way to do this is prepending a custom template path.
We use to do this every day when using Rails and localized
templates.&lt;/p&gt;
&lt;p&gt;This patch allows developers to append/prepend custom template
paths to Capistrano. Capistrano now keeps a template path stack
and, when required, it will search the paths until it finds a
template that matches. Right now this is strictly related to the
maintenance file, but can be used for any kind of templates
Capistrano will need in the future.&lt;/p&gt;
&lt;p&gt;A raw preview lives at &lt;a href=&quot;http://github.com/weppos/capistrano/commits/template_paths/&quot;&gt;http://github.com/weppos/capistr...&lt;/a&gt;
The patch is not completed yet but I can go ahead, write the test
suite and commit it.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
</tickets>
