Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,131 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,783 people online right now. Registration is fast and FREE... Join Now!




deploying app using capistrano

 
Reply to this topicStart new topic

deploying app using capistrano, on dreamhost!

theRemix
15 Mar, 2007 - 05:30 PM
Post #1

D.I.C Regular
***

Joined: 19 Oct, 2005
Posts: 379



Thanked: 2 times
My Contributions
i'm following a tutorial on how to use capistrano on dreamhost servers here
http://wiki.dreamhost.com/index.php/Capistrano

it's not very well writ, so i'm assuming i do all these commands from my local (win32) machine.


since i'm new, i don't want to risk losing my applications. so i'm starting out with a stock mephisto install.

i set all my configs, here they are


deploy.rb (entirety)
CODE
set :application, "jukkakke"
set :repository, "http://svn.jukkakke.com/trunk"
role :web, "jukkakke.com"
role :app, "jukkakke.com"
role :db,  "jkkdb.jukkakke.com", :primary => true
set :deploy_to, "/home/jukkakke/jukkakke.com"
set :use_sudo, false
set :checkout, "export"

set :user, 'jukkakke'
ssh_options[:port] = 22
ssh_options[:verbose] = :debug
ssh_options[:username] = 'jukkakke'


capistrano.rake (entirety)
CODE
#=============================================================================
# A set of rake tasks for invoking the Capistrano automation utility.
# =============================================================================

# Invoke the given actions via Capistrano
def cap(*parameters)
  begin
    require 'rubygems'
  rescue LoadError
    # no rubygems to load, so we fail silently
  end

  require 'capistrano/cli'

  STDERR.puts "Capistrano/Rake integration is deprecated."
  STDERR.puts "Please invoke the 'cap' command directly: `cap #{parameters.join(" ")}'"

  Capistrano::CLI.new(parameters.map { |param| param.to_s }).execute!
end

namespace :remote do
  desc "Removes unused releases from the releases directory."
  task(:cleanup) { cap :cleanup }

  desc "Used only for deploying when the spinner isn't running."
  task(:cold_deploy) { cap :cold_deploy }

  desc "A macro-task that updates the code, fixes the symlink, and restarts the application servers."
  task(:deploy) { cap :deploy }

  desc "Similar to deploy, but it runs the migrate task on the new release before updating the symlink."
  task(:deploy_with_migrations) { cap :deploy_with_migrations }

  desc "Displays the diff between HEAD and what was last deployed."
  task(:diff_from_last_deploy) { cap :diff_from_last_deploy }

  desc "Disable the web server by writing a \"maintenance.html\" file to the web servers."
  task(:disable_web) { cap :disable_web }

  desc "Re-enable the web server by deleting any \"maintenance.html\" file."
  task(:enable_web) { cap :enable_web }

  desc "A simple task for performing one-off commands that may not require a full task to be written for them."
  task(:invoke) { cap :invoke }

  desc "Run the migrate rake task."
  task(:migrate) { cap :migrate }

  desc "Restart the FCGI processes on the app server."
  task(:restart) { cap :restart }

  desc "A macro-task that rolls back the code and restarts the application servers."
  task(:rollback) { cap :rollback }

  desc "Rollback the latest checked-out version to the previous one by fixing the symlinks and deleting the current release from all servers."
  task(:rollback_code) { cap :rollback_code }

  desc "Sets group permissions on checkout."
  task(:set_permissions) { cap :set_permissions }

  desc "Set up the expected application directory structure on all boxes"
  task(:setup) { cap :setup }

  desc "Begin an interactive Capistrano session."
  task(:shell) { cap :shell }

  desc "Enumerate and describe every available task."
  task(:show_tasks) { cap :show_tasks, '-q' }

  desc "Start the spinner daemon for the application (requires script/spin)."
  task(:spinner) { cap :spinner }

  desc "Update the 'current' symlink to point to the latest version of the application's code."
  task(:symlink) { cap :symlink }

  desc "Updates the code and fixes the symlink under a transaction"
  task(:update) { cap :update }

  desc "Update all servers with the latest release of the source code."
  task(:update_code) { cap :update_code }

  desc "Update the currently released version of the software directly via an SCM update operation"
  task(:update_current) { cap :update_current }

  desc "Execute a specific action using capistrano"
  task :exec do
    unless ENV['ACTION']
      raise "Please specify an action (or comma separated list of actions) via the ACTION environment variable"
    end

    actions = ENV['ACTION'].split(",")
    actions.concat(ENV['PARAMS'].split(" ")) if ENV['PARAMS']

    cap(*actions)
  end
end

desc "Push the latest revision into production (delegates to remote:deploy)"
task :deploy => "remote:deploy"

desc "Rollback to the release before the current release in production (delegates to remote:rollback)"
task :rollback => "remote:rollback"

the username and password to access the db is the same as ssh to web/app server and subversion repository.

i upgraded my svn client to 1.4.3

here is the error that i'm getting:

D:\sites\jkk\> cap setup
CODE
..snip, can't scroll back further...
lgorithm (server-to-client): hmac-md5
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (client-to-server): none
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (server-to-client): none
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: langua
ge (client-to-server):
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: langua
ge (server-to-client):
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\"\000\000\004\000\000\000\004\000\000\000 \000"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(148) remaining(144)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\037\000\000\000\201\000\334\371:\v\2109r\354\016\031\230\232\305\242\316
1\016\0357q~\215\225q\273v#s\030f\346\036\367Z.'\211\213\005\177\230\221\302\342
zc\234?)\266\b\024X\034\323\262\3129\206\322h7\005W}E\302\347\345-\310\034z\027\
030v\345\316\247K\024H\277\337\257\030\202\216\375%\031\361NE\343\202f4\257\031I
\345\2655\314\202\232H;\212v\">]I\n%\177\005\275\377\026\362\373#l?\003\000\000\
000\001\002"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
31
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\000\000\000\201\000\232ddr>\266\3346\245b\177{\031\360v\016\331\354\366\324\22
6\337\301%\v\257 [\022Ro#\217Y\302\225/\005\377\371\201\r\274<\2130P\222\017\205
\257{\222\270%\273\304+\277\254^\037T\340\265\312\325W\326\361\034+P\037\352x\22
5\030^\322\274hX\361D\364\363>\214\022\221y\\\"\021\032Zy\017\a{\351\316\021\004
U|\325\270i\276\341\3631\377\300\260\203g\345\224>\2548\017lN\300"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(636) remaining(632)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "!\000\000\001\262\000\000\000\assh-dss\000\000\000\201\000\346\304?^z|\24
6\302kb\337H\266\331.p\b\216&\363R\022\300\325\220\266J~\211\025X|s\226.\177U\02
4\332\275\256\241\206\313\t\221\f\027\313\225Wi\345m\000\240\243\017\302\344\252
\236l\304Q\221h\220V\350^2\032\036\227\275O\025BN\313\242\335\260m8i\274s\310\02
2\272\251\271O\331y\304\207\344w\353\260\267\371KA\n\260\277w\n\371.\037~\332\22
6-\340\366\324$\207A\303\255\t\000\000\000\025\000\325\200\200\355@\026\271\343\
344D\363\331\254$y{|2my\000\000\000\201\000\250\343\252\243cN%\"\306_\343\233\03
2\345Xm\234\266\t\374uHKA*\364\310\005\243\304\225\001\321\245rJG\026\2472\376Z\
365\020[\000\264\202\231\330*\251\r\240\243\265<\377\030TCx%\344-\376aE\334\277\
225x{\352\001{\324\367\375\263\225~~\373\215\355\002\331\370\243\242Zd\312>\360\
237\347\317\245\030\257\273YV8\223\nY\001\312a\266\032\242\344\336\200\2370\255\
266\320\020$P\004\327\000\000\000\200\v@\323\3337Cg\315h\234\036\314\"\302|;>l\0
27\310\335\2753\257\333\n\027t\266\275\233\333\351\336\240M\nN\024\325\377\367x\
263y\226Z,+,\212\032\333\316\302\r\032\346\352g\240\304\321\001\307\373\265\352\
342-\275\003\036~!\343\326\000[\201\227\324\035P\\\210\206\375\306\365\312\257\0
32\005_\300\261\360OD\271'\317\271\255-\345\242w\357\343\376:4TtD\354\207\372\36
1,\031`h|\266\367\000\000\000\2000\016\372\247h\024?\246g\025\305l\306{5\261\317
\206d\032B\226\t\325+\321H.qC\226\310\233l\026\244\243\271\352\320wl3\217\326\23
4\031\374\357\335\312F\366\024\362V^\307\341\272\220\336_\353\3550\321\205\317Q\
251\2738)$\243\257I\204;\354b\263\3223\277\261\223\205\226[\271\306\241\325\205R
N.S\216\211\214\001\f\274\205\3437\016h\030=\204G\206\231A\215\360WP\250\303E}Kk
\000\000\0007\000\000\000\assh-dss\000\000\000(\303b\e\005z\363\004\327ET{h\233\
265/\322\223\277\026\np\f\317\356'\271k\264\270 \377\314L\210\332\r5\354\364\235
"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
33
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\025"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(12) remaining(8)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\025"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
21
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\005\000\000\000\fssh-userauth"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(28) remaining(24)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\006\000\000\000\fssh-userauth"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
6
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- userauth.driver: trying "password"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
2\000\000\000\bjukkakke\000\000\000\016ssh-connection\000\000\000\bpassword\000\
000\000\000\fpassword"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(52) remaining(48)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "3\000\000\000'publickey,password,keyboard-interactive\000"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
51
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- userauth.driver: trying "keyboard-inte
ractive"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
2\000\000\000\bjukkakke\000\000\000\016ssh-connection\000\000\000\024keyboard-in
teractive\000\000\000\000\000\000\000\000"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(44) remaining(40)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "<\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\000\000
\000\nPassword: \000"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
60
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
=\000\000\000\001\000\000\000\fpassword"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:48 -1000 2007 -- transport.incoming_packet_stream: pack
et length(52) remaining(48)
[DEBUG] Thu Mar 15 13:00:48 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "3\000\000\000'publickey,password,keyboard-interactive\000"
[DEBUG] Thu Mar 15 13:00:48 -1000 2007 -- transport.session: got packet of type
51
[DEBUG] Thu Mar 15 13:00:48 -1000 2007 -- userauth.driver: all authorization met
hods failed
d:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ssh/session.rb:132:in `ini
tialize': jukkakke (Net::SSH::AuthenticationFailed)
        from d:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ssh.rb:47:in
`new'
        from d:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ssh.rb:47:in
`start'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ssh.
rb:33:in `connect'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:25:in `connect_to'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:527:in `establish_connection_to'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:527:in `initialize'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:527:in `new'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:527:in `establish_connection_to'
         ... 13 levels...
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/cli.
rb:12:in `execute!'
        from d:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/bin/cap:11
        from d:/ruby/bin/cap:18:in `load'
        from d:/ruby/bin/cap:18

D:\sites\jkk>cap setup
  * executing task setup
  * executing "umask 02 &&\n    mkdir -p /home/jukkakke/jukkakke.com /home/jukka
kke/jukkakke.com/releases /home/jukkakke/jukkakke.com/shared /home/jukkakke/jukk
akke.com/shared/system &&\n    mkdir -p /home/jukkakke/jukkakke.com/shared/log &
&\n    mkdir -p /home/jukkakke/jukkakke.com/shared/pids"
    servers: ["jukkakke.com", "jkkdb.jukkakke.com"]
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: connecting
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.version_negotiator: remote s
erver is "SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.6"
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.incoming_packet_stream: pack
et length(604) remaining(600)
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\024\003C\211\311}M\"75r=Q\222\245\tS\000\000\000=diffie-hellman-group-ex
change-sha1,diffie-hellman-group1-sha1\000\000\000\017ssh-rsa,ssh-dss\000\000\00
0\207aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,
rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr\000\000\000\207aes1
28-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-
cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr\000\000\000Uhmac-md5,hmac-sh
a1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96\000\000\00
0Uhmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac
-md5-96\000\000\000\tnone,zlib\000\000\000\tnone,zlib\000\000\000\000\000\000\00
0\000\000\000\000\000\000"
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: got packet of type
20
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: sending message >>"
\024\377\374E\360\030d\326\201+\273\251e\207Y\242\217\000\000\000=diffie-hellman
-group-exchange-sha1,diffie-hellman-group1-sha1\000\000\000\017ssh-dss,ssh-rsa\0
00\000\000D3des-cbc,aes128-cbc,blowfish-cbc,aes256-cbc,aes192-cbc,idea-cbc,none\
000\000\000D3des-cbc,aes128-cbc,blowfish-cbc,aes256-cbc,aes192-cbc,idea-cbc,none
\000\000\0000hmac-md5,hmac-sha1,hmac-md5-96,hmac-sha1-96,none\000\000\0000hmac-m
d5,hmac-sha1,hmac-md5-96,hmac-sha1-96,none\000\000\000\tnone,zlib\000\000\000\tn
one,zlib\000\000\000\000\000\000\000\000\000\000\000\000\000"<<
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: kex al
gorithm: diffie-hellman-group-exchange-sha1
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: host k
ey algorithm: ssh-dss
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: encryp
tion algorithm (client-to-server): 3des-cbc
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: encryp
tion algorithm (server-to-client): 3des-cbc
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: hmac a
lgorithm (client-to-server): hmac-md5
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: hmac a
lgorithm (server-to-client): hmac-md5
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (client-to-server): none
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (server-to-client): none
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: langua
ge (client-to-server):
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.algorithm_negotiator: langua
ge (server-to-client):
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: sending message >>"
\"\000\000\004\000\000\000\004\000\000\000 \000"<<
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.incoming_packet_stream: pack
et length(148) remaining(144)
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\037\000\000\000\201\000\334\371:\v\2109r\354\016\031\230\232\305\242\316
1\016\0357q~\215\225q\273v#s\030f\346\036\367Z.'\211\213\005\177\230\221\302\342
zc\234?)\266\b\024X\034\323\262\3129\206\322h7\005W}E\302\347\345-\310\034z\027\
030v\345\316\247K\024H\277\337\257\030\202\216\375%\031\361NE\343\202f4\257\031I
\345\2655\314\202\232H;\212v\">]I\n%\177\005\275\377\026\362\373#\b\001\333\000\
000\000\001\002"
[DEBUG] Thu Mar 15 13:10:39 -1000 2007 -- transport.session: got packet of type
31
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: sending message >>"
\000\000\000\2004}%8\210\327\342\303\e5\363\342\255\027\242\000\221\230\363u\02
3\323\374\337\373\203Q\365\232P\371'\340\354\004\312g\242\323\325\221\344W\"\337
\024\237s\245\265N\245\277\320\030\0063\3741\346\220o\267\223\026\345\037\340\02
0\004\303\2217\030+\026\024pe\370V\256\302\246\256L\221\266\311\266\224\3329<`\2
41-\230\241\242z\241^{\304\225y\265\364.f\002\212\255\366:\325f\306Cl\217\375\31
1\371\307\312\f"<<
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: pack
et length(636) remaining(632)
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "!\000\000\001\262\000\000\000\assh-dss\000\000\000\201\000\346\304?^z|\24
6\302kb\337H\266\331.p\b\216&\363R\022\300\325\220\266J~\211\025X|s\226.\177U\02
4\332\275\256\241\206\313\t\221\f\027\313\225Wi\345m\000\240\243\017\302\344\252
\236l\304Q\221h\220V\350^2\032\036\227\275O\025BN\313\242\335\260m8i\274s\310\02
2\272\251\271O\331y\304\207\344w\353\260\267\371KA\n\260\277w\n\371.\037~\332\22
6-\340\366\324$\207A\303\255\t\000\000\000\025\000\325\200\200\355@\026\271\343\
344D\363\331\254$y{|2my\000\000\000\201\000\250\343\252\243cN%\"\306_\343\233\03
2\345Xm\234\266\t\374uHKA*\364\310\005\243\304\225\001\321\245rJG\026\2472\376Z\
365\020[\000\264\202\231\330*\251\r\240\243\265<\377\030TCx%\344-\376aE\334\277\
225x{\352\001{\324\367\375\263\225~~\373\215\355\002\331\370\243\242Zd\312>\360\
237\347\317\245\030\257\273YV8\223\nY\001\312a\266\032\242\344\336\200\2370\255\
266\320\020$P\004\327\000\000\000\200\v@\323\3337Cg\315h\234\036\314\"\302|;>l\0
27\310\335\2753\257\333\n\027t\266\275\233\333\351\336\240M\nN\024\325\377\367x\
263y\226Z,+,\212\032\333\316\302\r\032\346\352g\240\304\321\001\307\373\265\352\
342-\275\003\036~!\343\326\000[\201\227\324\035P\\\210\206\375\306\365\312\257\0
32\005_\300\261\360OD\271'\317\271\255-\345\242w\357\343\376:4TtD\354\207\372\36
1,\031`h|\266\367\000\000\000\200\e\035\307\376*A\315\310\003Z\326\227#\n\006\27
6\303\346\377\bJP\2623B%\255k\207\214\321\"\261\260JQW\333\301\273@<\355\333>\20
6\312\351\264\0204\b\345 \370v\376D=T\016\357\307/\227\200\025\311\333\240;\317\
376=y\3070g\251\350m\301\241\361\374\332\373z\276I;X|\016\202\206\\O#\037\233a\3
45\276\016\t\325o\#$T}2Y\225if\332\232\231 \343\312\302\267m><\000\000\0007\000\
000\000\assh-dss\000\000\000(\016T\032H\243E\265\364\324\207\347\243\3338\363\34
0\023\261\274\326\032\275\200\232\353\3023\204\212,\242`\225\00590%2\212\365"
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: got packet of type
33
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: sending message >>"
\025"<<
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: pack
et length(12) remaining(8)
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\025"
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: got packet of type
21
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: sending message >>"
\005\000\000\000\fssh-userauth"<<
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: pack
et length(28) remaining(24)
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\006\000\000\000\fssh-userauth"
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- transport.session: got packet of type
6
[DEBUG] Thu Mar 15 13:10:41 -1000 2007 -- userauth.driver: trying "publickey"
[DEBUG] Thu Mar 15 13:10:42 -1000 2007 -- userauth.driver: trying "hostbased"
[DEBUG] Thu Mar 15 13:10:42 -1000 2007 -- userauth.driver: all authorization met
hods failed
Password:

i enter global password...
CODE
..snip, can't scroll back further...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: encryp
tion algorithm (client-to-server): 3des-cbc
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: encryp
tion algorithm (server-to-client): 3des-cbc
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: hmac a
lgorithm (client-to-server): hmac-md5
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: hmac a
lgorithm (server-to-client): hmac-md5
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (client-to-server): none
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (server-to-client): none
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: langua
ge (client-to-server):
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: langua
ge (server-to-client):
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: sending message >>"
\"\000\000\004\000\000\000\004\000\000\000 \000"<<
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: pack
et length(148) remaining(144)
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\037\000\000\000\201\000\334\371:\v\2109r\354\016\031\230\232\305\242\316
1\016\0357q~\215\225q\273v#s\030f\346\036\367Z.'\211\213\005\177\230\221\302\342
zc\234?)\266\b\024X\034\323\262\3129\206\322h7\005W}E\302\347\345-\310\034z\027\
030v\345\316\247K\024H\277\337\257\030\202\216\375%\031\361NE\343\202f4\257\031I
\345\2655\314\202\232H;\212v\">]I\n%\177\005\275\377\026\362\373#X\222\363\000\0
00\000\001\002"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: got packet of type
31
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: sending message >>"
\000\000\000\201\000\271\246\267\341\321Pib\304,yS\340\3568\215\351CI\265\3012\
311w9!ys/\263x\"g\227\3616\260V\330\245i\021\301\343K\254)\337\335\224M\023\342\
345\311\226\352\275%\254%U\323\203\332\314\017\200\337UJ\001\342\032W\267ms\231B
\216\v\274\f\025\256\275\020\244Q\311\336\000!\274\0315\261$\275 D\3567[#\344\26
0\351^X\2636,7\340\224\267\331\305\t\0311)8(\355\324"<<
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: pack
et length(636) remaining(632)
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "!\000\000\001\262\000\000\000\assh-dss\000\000\000\201\000\346\304?^z|\24
6\302kb\337H\266\331.p\b\216&\363R\022\300\325\220\266J~\211\025X|s\226.\177U\02
4\332\275\256\241\206\313\t\221\f\027\313\225Wi\345m\000\240\243\017\302\344\252
\236l\304Q\221h\220V\350^2\032\036\227\275O\025BN\313\242\335\260m8i\274s\310\02
2\272\251\271O\331y\304\207\344w\353\260\267\371KA\n\260\277w\n\371.\037~\332\22
6-\340\366\324$\207A\303\255\t\000\000\000\025\000\325\200\200\355@\026\271\343\
344D\363\331\254$y{|2my\000\000\000\201\000\250\343\252\243cN%\"\306_\343\233\03
2\345Xm\234\266\t\374uHKA*\364\310\005\243\304\225\001\321\245rJG\026\2472\376Z\
365\020[\000\264\202\231\330*\251\r\240\243\265<\377\030TCx%\344-\376aE\334\277\
225x{\352\001{\324\367\375\263\225~~\373\215\355\002\331\370\243\242Zd\312>\360\
237\347\317\245\030\257\273YV8\223\nY\001\312a\266\032\242\344\336\200\2370\255\
266\320\020$P\004\327\000\000\000\200\v@\323\3337Cg\315h\234\036\314\"\302|;>l\0
27\310\335\2753\257\333\n\027t\266\275\233\333\351\336\240M\nN\024\325\377\367x\
263y\226Z,+,\212\032\333\316\302\r\032\346\352g\240\304\321\001\307\373\265\352\
342-\275\003\036~!\343\326\000[\201\227\324\035P\\\210\206\375\306\365\312\257\0
32\005_\300\261\360OD\271'\317\271\255-\345\242w\357\343\376:4TtD\354\207\372\36
1,\031`h|\266\367\000\000\000\201\000\250U \ap;*\354\324\306<\v\373X\372\230\275
\331\035}E\220\230\337L\312\217\371\312F\246\203'\203\036\005\ru%\212\205\213\30
7<>\244n\336\217\352\366\ai\v\037lx\2439P\217\353\237\334N\357\r%\322\363\263B\2
40\220\260\213\211\230-\204\213\334Oh\324 \301\215!\233\367\363|\a\344ad\222\212
-\252=o\b\321\333\236\353\266zWFT\344\212\345\276\234\202\230\334\242\324[\340\3
62\253k\000\000\0007\000\000\000\assh-dss\000\000\000(\306b\354\035\022u|\344\24
7\355\3031\216\261\202+\020\305\372\213\037J\205\3342\301\300kW\231\221T\350\332
\275\017\rt\355\225"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: got packet of type
33
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: sending message >>"
\025"<<
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: pack
et length(12) remaining(8)
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\025"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: got packet of type
21
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: sending message >>"
\005\000\000\000\fssh-userauth"<<
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: pack
et length(28) remaining(24)
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\006\000\000\000\fssh-userauth"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: got packet of type
6
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- userauth.driver: trying "publickey"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- userauth.driver: trying "hostbased"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- userauth.driver: all authorization met
hods failed
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: connecting
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.version_negotiator: remote s
erver is "SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.6"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: pack
et length(604) remaining(600)
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\024fU;\205\357\\\267\301iB\356\330\b\346\224i\000\000\000=diffie-hellman
-group-exchange-sha1,diffie-hellman-group1-sha1\000\000\000\017ssh-rsa,ssh-dss\0
00\000\000\207aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,ae
s256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr\000\000\00
0\207aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,
rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr\000\000\000Uhmac-md
5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96\0
00\000\000Uhmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha
1-96,hmac-md5-96\000\000\000\tnone,zlib\000\000\000\tnone,zlib\000\000\000\000\0
00\000\000\000\000\000\000\000\000"
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: got packet of type
20
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.session: sending message >>"
\024\274D\030\311\t\024X`[m!\034\a`\345y\000\000\000=diffie-hellman-group-exchan
ge-sha1,diffie-hellman-group1-sha1\000\000\000\017ssh-dss,ssh-rsa\000\000\000D3d
es-cbc,aes128-cbc,blowfish-cbc,aes256-cbc,aes192-cbc,idea-cbc,none\000\000\000D3
des-cbc,aes128-cbc,blowfish-cbc,aes256-cbc,aes192-cbc,idea-cbc,none\000\000\0000
hmac-md5,hmac-sha1,hmac-md5-96,hmac-sha1-96,none\000\000\0000hmac-md5,hmac-sha1,
hmac-md5-96,hmac-sha1-96,none\000\000\000\tnone,zlib\000\000\000\tnone,zlib\000\
000\000\000\000\000\000\000\000\000\000\000\000"<<
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: kex al
gorithm: diffie-hellman-group-exchange-sha1
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: host k
ey algorithm: ssh-dss
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: encryp
tion algorithm (client-to-server): 3des-cbc
[DEBUG] Thu Mar 15 13:00:44 -1000 2007 -- transport.algorithm_negotiator: encryp
tion algorithm (server-to-client): 3des-cbc
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: hmac a
lgorithm (client-to-server): hmac-md5
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: hmac a
lgorithm (server-to-client): hmac-md5
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (client-to-server): none
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: compre
ssion algorithm (server-to-client): none
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: langua
ge (client-to-server):
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.algorithm_negotiator: langua
ge (server-to-client):
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\"\000\000\004\000\000\000\004\000\000\000 \000"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(148) remaining(144)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\037\000\000\000\201\000\334\371:\v\2109r\354\016\031\230\232\305\242\316
1\016\0357q~\215\225q\273v#s\030f\346\036\367Z.'\211\213\005\177\230\221\302\342
zc\234?)\266\b\024X\034\323\262\3129\206\322h7\005W}E\302\347\345-\310\034z\027\
030v\345\316\247K\024H\277\337\257\030\202\216\375%\031\361NE\343\202f4\257\031I
\345\2655\314\202\232H;\212v\">]I\n%\177\005\275\377\026\362\373#l?\003\000\000\
000\001\002"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
31
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\000\000\000\201\000\232ddr>\266\3346\245b\177{\031\360v\016\331\354\366\324\22
6\337\301%\v\257 [\022Ro#\217Y\302\225/\005\377\371\201\r\274<\2130P\222\017\205
\257{\222\270%\273\304+\277\254^\037T\340\265\312\325W\326\361\034+P\037\352x\22
5\030^\322\274hX\361D\364\363>\214\022\221y\\\"\021\032Zy\017\a{\351\316\021\004
U|\325\270i\276\341\3631\377\300\260\203g\345\224>\2548\017lN\300"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(636) remaining(632)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "!\000\000\001\262\000\000\000\assh-dss\000\000\000\201\000\346\304?^z|\24
6\302kb\337H\266\331.p\b\216&\363R\022\300\325\220\266J~\211\025X|s\226.\177U\02
4\332\275\256\241\206\313\t\221\f\027\313\225Wi\345m\000\240\243\017\302\344\252
\236l\304Q\221h\220V\350^2\032\036\227\275O\025BN\313\242\335\260m8i\274s\310\02
2\272\251\271O\331y\304\207\344w\353\260\267\371KA\n\260\277w\n\371.\037~\332\22
6-\340\366\324$\207A\303\255\t\000\000\000\025\000\325\200\200\355@\026\271\343\
344D\363\331\254$y{|2my\000\000\000\201\000\250\343\252\243cN%\"\306_\343\233\03
2\345Xm\234\266\t\374uHKA*\364\310\005\243\304\225\001\321\245rJG\026\2472\376Z\
365\020[\000\264\202\231\330*\251\r\240\243\265<\377\030TCx%\344-\376aE\334\277\
225x{\352\001{\324\367\375\263\225~~\373\215\355\002\331\370\243\242Zd\312>\360\
237\347\317\245\030\257\273YV8\223\nY\001\312a\266\032\242\344\336\200\2370\255\
266\320\020$P\004\327\000\000\000\200\v@\323\3337Cg\315h\234\036\314\"\302|;>l\0
27\310\335\2753\257\333\n\027t\266\275\233\333\351\336\240M\nN\024\325\377\367x\
263y\226Z,+,\212\032\333\316\302\r\032\346\352g\240\304\321\001\307\373\265\352\
342-\275\003\036~!\343\326\000[\201\227\324\035P\\\210\206\375\306\365\312\257\0
32\005_\300\261\360OD\271'\317\271\255-\345\242w\357\343\376:4TtD\354\207\372\36
1,\031`h|\266\367\000\000\000\2000\016\372\247h\024?\246g\025\305l\306{5\261\317
\206d\032B\226\t\325+\321H.qC\226\310\233l\026\244\243\271\352\320wl3\217\326\23
4\031\374\357\335\312F\366\024\362V^\307\341\272\220\336_\353\3550\321\205\317Q\
251\2738)$\243\257I\204;\354b\263\3223\277\261\223\205\226[\271\306\241\325\205R
N.S\216\211\214\001\f\274\205\3437\016h\030=\204G\206\231A\215\360WP\250\303E}Kk
\000\000\0007\000\000\000\assh-dss\000\000\000(\303b\e\005z\363\004\327ET{h\233\
265/\322\223\277\026\np\f\317\356'\271k\264\270 \377\314L\210\332\r5\354\364\235
"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
33
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\025"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(12) remaining(8)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\025"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
21
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
\005\000\000\000\fssh-userauth"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(28) remaining(24)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "\006\000\000\000\fssh-userauth"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
6
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- userauth.driver: trying "password"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
2\000\000\000\bjukkakke\000\000\000\016ssh-connection\000\000\000\bpassword\000\
000\000\000\fpassword"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing 8 bytes from socket...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: pack
et length(52) remaining(48)
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: rece
ived: "3\000\000\000'publickey,password,keyboard-interactive\000"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: got packet of type
51
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- userauth.driver: trying "keyboard-inte
ractive"
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: sending message >>"
2\000\000\000\bjukkakke\000\000\000\016ssh-connection\000\000\000\024keyboard-in
teractive\000\000\000\000\000\000\000\000"<<
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.session: waiting for packet
from server...
[DEBUG] Thu Mar 15 13:00:45 -1000 2007 -- transport.incoming_packet_stream: read
ing
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/1/08 10:23PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month