Skip to content

Instantly share code, notes, and snippets.

@etrepum
Created May 24, 2012 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etrepum/2784056 to your computer and use it in GitHub Desktop.
Save etrepum/2784056 to your computer and use it in GitHub Desktop.
ssh tests, maint 9bbda97
[bob@xiao test_server (maint)]$ $ERL_TOP/bin/erl
Erlang R15B02 (erts-5.9.2) [source] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.9.2 (abort with ^G)
1> ts:install().
Running /Users/bob/src/otp/release/tests/test_server/configure --enable-shlib-thread-safetyEnv: [{"CFLAGS",
"-m32"},
{"LDFLAGS",
"-m32"}]
checking build system type... i386-apple-darwin11.4.0
checking host system type... i386-apple-darwin11.4.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for sin in -lm... yes
checking for main in -linet... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking linux/tcp.h usability... no
checking linux/tcp.h presence... no
checking for linux/tcp.h... no
checking for sane linux/tcp.h... no
checking sys/socketio.h usability... no
checking sys/socketio.h presence... no
checking for sys/socketio.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking system version (for dynamic loading)... i386-apple-darwin11.4.0
checking for dlopen in -ldl... yes
checking for connect... yes
checking for gethostbyname... yes
checking for strerror... yes
checking for vsnprintf... yes
checking for main in -lresolv... yes
checking for res_gethostbyname in -lresolv... no
checking for javac... javac
checking for JDK version 1.5... yes
checking for make... make
configure: creating ./config.status
config.status: creating conf_vars
ok
2> ts:run(ssh, [batch]).
ts_run: Deleting dump: /Users/bob/src/otp/release/tests/test_server/ssh_erl_crash.dump
Command: erl -sname test_server -rsh rsh -env PATH "/Users/bob/src/otp/release/tests/ssh_test:/Users/bob/src/otp/bin/i386-apple-darwin11.4.0:/Users/bob/src/otp/bin:/Users/bob/src/otp/bin:/Users/bob/bin:/Users/bob/.local/bin:/Users/bob/.gem/ruby/1.9.1/bin:/usr/local/share/python:/usr/local/Cellar/ruby/1.9.3-p0/bin:/Users/bob/.local/opt/flex_sdk_4.1.0.16076A/bin:/Applications/Aquamacs.app/Contents/MacOS/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin" -env ERL_CRASH_DUMP /Users/bob/src/otp/release/tests/test_server/ssh_erl_crash.dump -boot start_sasl -sasl errlog_type error -pz /Users/bob/src/otp/release/tests/test_server -ct_test_vars "{net_dir,\"\"}" -eval "file:set_cwd(\"/Users/bob/src/otp/release/tests/ssh_test\")" -eval "ct:run_test([{spec,[\"ssh.spec\"]},{logdir,\"../test_server\"},{config,[\"../test_server/ts.config\",\"../test_server/ts.unix.config\"]},{vars,[{verbose,0}]},batch])" -noinput -s erlang halt
Common Test starting (cwd is /Users/bob/src/otp/release/tests/ssh_test)
Common Test: Running make in test directories...
CWD set to: "/Users/bob/src/otp/release/tests/test_server/ct_run.test_server@xiao.2012-05-24_13.24.25"
TEST INFO: 1 test(s), 78 case(s) in 5 suite(s)
Testing tests.ssh_test: Starting test, 78 test cases
=TESTCASE: ssh_basic_SUITE:app_test/1
=INFO REPORT==== 24-May-2012::13:24:26 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:30 ===
Supervisor: {<0.349.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.351.0>},
{name,#Ref<0.0.0.4857>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec/1
=INFO REPORT==== 24-May-2012::13:24:30 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:33 ===
Supervisor: {<0.377.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.379.0>},
{name,#Ref<0.0.0.5162>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=INFO REPORT==== 24-May-2012::13:24:33 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:shell/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:44 ===
Supervisor: {<0.407.0>,ssh_channel_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.413.0>},
{name,#Ref<0.0.0.5465>},
{mfargs,{ssh_channel,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:shell/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:44 ===
Supervisor: {<0.406.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.408.0>},
{name,#Ref<0.0.0.5430>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:shell/1
=INFO REPORT==== 24-May-2012::13:24:44 ===
application: ssh
exited: stopped
type: temporary
'EXIT'
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:48 ===
Supervisor: {<0.440.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.442.0>},
{name,#Ref<0.0.0.5745>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=INFO REPORT==== 24-May-2012::13:24:48 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:52 ===
Supervisor: {<0.473.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.475.0>},
{name,#Ref<0.0.0.6259>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec/1
=INFO REPORT==== 24-May-2012::13:24:52 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=SUPERVISOR REPORT==== 24-May-2012::13:24:55 ===
Supervisor: {<0.501.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.503.0>},
{name,#Ref<0.0.0.6563>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=INFO REPORT==== 24-May-2012::13:24:55 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:shell/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:03 ===
Supervisor: {<0.530.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.532.0>},
{name,#Ref<0.0.0.6827>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:shell/1
=INFO REPORT==== 24-May-2012::13:25:03 ===
application: ssh
exited: stopped
type: temporary
'EXIT'
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:06 ===
Supervisor: {<0.563.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.565.0>},
{name,#Ref<0.0.0.7131>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=INFO REPORT==== 24-May-2012::13:25:06 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:06 ===
Supervisor: {<0.592.0>,ssh_connection_sup}
Context: shutdown_error
Reason: {shutdown,normal}
Offender: [{pid,<0.593.0>},
{name,#Ref<0.0.0.7623>},
{mfargs,
{ssh_connection_manager,start_link,
[[client,
[{address,"xiao"},
{port,63604},
{role,client},
{channel_pid,<0.580.0>},
{socket_opts,[inet6]},
{ssh_opts,
[{host,"xiao"},
{user_interaction,false},
{user_dir,
"/Users/bob/src/otp/release/tests/test_server/ct_run.test_server@xiao.2012-05-24_13.24.25/tests.ssh_test.logs/run.2012-05-24_13.24.26/log_private/"},
{dsa_pass_phrase,"Password"},
{silently_accept_hosts,true}]}]]]}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:10 ===
Supervisor: {<0.596.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.598.0>},
{name,#Ref<0.0.0.7645>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=INFO REPORT==== 24-May-2012::13:25:10 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:14 ===
Supervisor: {<0.629.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.631.0>},
{name,#Ref<0.0.0.8161>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=INFO REPORT==== 24-May-2012::13:25:14 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:internal_error/1
=ERROR REPORT==== 24-May-2012::13:25:14 ===
Erlang ssh connection handler failed with reason: function_clause
, Stacktace: [{ssh_file,identity_pass_phrase,
[undefined],
[{file,"ssh_file.erl"},{line,221}]},
{ssh_file,host_key,2,[{file,"ssh_file.erl"},{line,52}]},
{ssh_transport,get_host_key,1,
[{file,"ssh_transport.erl"},{line,412}]},
{ssh_transport,handle_kexdh_init,2,
[{file,"ssh_transport.erl"},{line,314}]},
{ssh_connection_handler,key_exchange,2,
[{file,"ssh_connection_handler.erl"},
{line,198}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]
please report this to erlang-bugs@erlang.org
=TESTCASE: ssh_basic_SUITE:internal_error/1
=INFO REPORT==== 24-May-2012::13:25:14 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:daemon_already_started/1
=INFO REPORT==== 24-May-2012::13:25:14 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:server_password_option/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:18 ===
Supervisor: {<0.713.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.715.0>},
{name,#Ref<0.0.0.9235>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:server_password_option/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:21 ===
Supervisor: {<0.703.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.705.0>},
{name,#Ref<0.0.0.9185>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:server_password_option/1
=INFO REPORT==== 24-May-2012::13:25:21 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:server_userpassword_option/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:25 ===
Supervisor: {<0.763.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.765.0>},
{name,#Ref<0.0.0.9594>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:server_userpassword_option/1
=INFO REPORT==== 24-May-2012::13:25:25 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:close/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:29 ===
Supervisor: {<0.788.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.790.0>},
{name,#Ref<0.0.0.9824>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:close/1
=INFO REPORT==== 24-May-2012::13:25:29 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::13:25:29 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=ERROR REPORT==== 24-May-2012::13:25:31 ===
Erlang ssh connection handler failed with reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<224,26,102,194,16,101,
204,1,35,172,39,209,
141,192,166,93,80,87,
127,68,39,177,102,92,
133,248,173,37,234,
195,222,211,50,137,18,
244,127,166,151,202,
137,67,27,99,233,226,
72,157,114,160,251,17,
184,99,71,231,155,141,
32,245,2,196,67,71,
184,108,203,216,218,
135,76,58,47,12,72,
182,224,3,142,14,215,
197,91,104,57,35,78,
141,174,105,79,114,44,
100,71,123>>,
<<6,53,245,120,116,152,
55,232,24,73,30,105,
53,109,27,175,85,203,
17,32>>],
{ssh,client,
{"xiao",
{{0,0,0,0,0,0,0,1},
22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.6",
<<20,255,231,95,28,225,
75,85,184,45,255,217,
16,141,145,253,137,0,
0,0,26,100,105,102,
102,105,101,45,104,
101,108,108,109,97,
110,45,103,114,111,
117,112,49,45,115,104,
97,49,0,0,0,15,115,
115,104,45,114,115,97,
44,115,115,104,45,100,
115,115,0,0,0,19,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,0,
0,0,19,97,101,115,49,
50,56,45,99,98,99,44,
51,100,101,115,45,99,
98,99,0,0,0,9,104,109,
97,99,45,115,104,97,
49,0,0,0,9,104,109,97,
99,45,115,104,97,49,0,
0,0,9,110,111,110,101,
44,122,108,105,98,0,0,
0,9,110,111,110,101,
44,122,108,105,98,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
<<20,177,41,215,102,166,
92,198,107,149,126,0,
144,63,152,54,157,0,0,
0,126,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
45,101,120,99,104,97,
110,103,101,45,115,
104,97,50,53,54,44,
100,105,102,102,105,
101,45,104,101,108,
108,109,97,110,45,103,
114,111,117,112,45,
101,120,99,104,97,110,
103,101,45,115,104,97,
49,44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,52,45,115,104,97,
49,44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,45,115,104,97,49,0,
0,0,15,115,115,104,45,
114,115,97,44,115,115,
104,45,100,115,115,0,
0,0,157,97,101,115,49,
50,56,45,99,116,114,
44,97,101,115,49,57,
50,45,99,116,114,44,
97,101,115,50,53,54,
45,99,116,114,44,97,
114,99,102,111,117,
114,50,53,54,44,97,
114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,157,97,101,115,49,
50,56,45,99,116,114,
44,97,101,115,49,57,
50,45,99,116,114,44,
97,101,115,50,53,54,
45,99,116,114,44,97,
114,99,102,111,117,
114,50,53,54,44,97,
114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,105,104,109,97,99,
45,109,100,53,44,104,
109,97,99,45,115,104,
97,49,44,117,109,97,
99,45,54,52,64,111,
112,101,110,115,115,
104,46,99,111,109,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,44,104,109,
97,99,45,114,105,112,
101,109,100,49,54,48,
64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,115,104,97,49,45,
57,54,44,104,109,97,
99,45,109,100,53,45,
57,54,0,0,0,105,104,
109,97,99,45,109,100,
53,44,104,109,97,99,
45,115,104,97,49,44,
117,109,97,99,45,54,
52,64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,114,105,112,101,
109,100,49,54,48,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,64,111,112,
101,110,115,115,104,
46,99,111,109,44,104,
109,97,99,45,115,104,
97,49,45,57,54,44,104,
109,97,99,45,109,100,
53,45,57,54,0,0,0,21,
110,111,110,101,44,
122,108,105,98,64,111,
112,101,110,115,115,
104,46,99,111,109,0,0,
0,21,110,111,110,101,
44,122,108,105,98,64,
111,112,101,110,115,
115,104,46,99,111,109,
0,0,0,0,0,0,0,0,0,0,0,
0,0>>,
undefined,
'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<185,152,139,21,162,81,
225,2,113,119,141,15,
210,87,79,156,92,97,
106,188>>,
20,'hmac-sha1',
<<88,113,90,206,4,72,
214,150,112,117,148,
62,62,159,132,142,115,
228,59,175>>,
20,'aes128-cbc',
<<175,87,103,88,4,53,
165,174,219,221,157,
121,122,122,156,131>>,
16,
<<215,197,91,104,57,35,
78,141,174,105,79,114,
44,100,71,123>>,
'aes128-cbc',
<<146,117,84,103,176,
116,12,124,9,84,105,
63,168,239,71,168>>,
16,
<<222,146,120,58,160,70,
69,248,34,224,252,207,
158,113,222,121>>,
none,undefined,none,
undefined,none,none,
true,infinity,
160699295666364835410911587791710296436477864517135893171974516292132903515071323357165779555314103128894828805654508062966308974256695314619370243904383604229448273896241818448784475501861239505928354255886450255368587991750304873342321290170824052358479677904978868826135017525912190613593213903301544068166,
<<182,157,177,71,45,176,
195,99,10,196,157,198,
241,243,230,81,33,12,
25,26>>,
<<182,157,177,71,45,176,
195,99,10,196,157,198,
241,243,230,81,33,12,
25,26>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,
true},
{user_interaction,
false}],
6,5,
{{71054602342383989755440716039362047815859534606189083121291677725836824412103110494134689473611492182566021698551693192061799077477572623654897799373114106172304076626900219491768914901378523582478081075112791038166573759308587638395090766579157305658176466197638412352907784840810692568657375568718305936047,
1673748267433768926085235072166702987756129238702971249016304596771048089496491765595982257200080346621508990690594047675749268310356123217030120959398645805494614657762288062832340120837283926129428296006489548848967069772588991243907345371534819623898512785120064650533156508329816317574138061399348156068},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob",
"ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey",
"keyboard-interactive"],
[],
["ssh-rsa",
"ssh-dss"]}}}},
[{ssh_connection_handler,
userauth,2,
[{file,
"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,
[{file,"gen_fsm.erl"},
{line,494}]},
{proc_lib,
init_p_do_apply,3,
[{file,"proc_lib.erl"},
{line,227}]}]}
, Stacktace: [{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]
please report this to erlang-bugs@erlang.org
Testing tests.ssh_test: *** SKIPPED *** init_per_group
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=ERROR REPORT==== 24-May-2012::13:25:31 ===
** State machine <0.1126.0> terminating
** Last message in was {tcp,#Port<0.3559>,
<<166,201,185,157,234,187,33,172,217,7,88,80,51,
14,46,211,27,172,119,205,186,177,25,163,109,217,
83,245,158,107,112,61,222,146,120,58,160,70,69,
248,34,224,252,207,158,113,222,121,34,46,244,59,
147,30,62,149,67,57,63,94,101,248,11,184,45,3,
234,104>>}
** When State == userauth
** Data == {state,tcp,gen_tcp,tcp_closed,
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,255,231,95,28,225,75,85,184,45,255,217,16,141,
145,253,137,0,0,0,26,100,105,102,102,105,101,45,104,
101,108,108,109,97,110,45,103,114,111,117,112,49,45,
115,104,97,49,0,0,0,15,115,115,104,45,114,115,97,44,
115,115,104,45,100,115,115,0,0,0,19,97,101,115,49,
50,56,45,99,98,99,44,51,100,101,115,45,99,98,99,0,0,
0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,
49,0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
110,111,110,101,44,122,108,105,98,0,0,0,9,110,111,
110,101,44,122,108,105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,177,41,215,102,166,92,198,107,149,126,0,144,63,
152,54,157,0,0,0,126,100,105,102,102,105,101,45,104,
101,108,108,109,97,110,45,103,114,111,117,112,45,
101,120,99,104,97,110,103,101,45,115,104,97,50,53,
54,44,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,99,104,
97,110,103,101,45,115,104,97,49,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,52,45,115,104,97,49,44,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,49,45,115,104,97,49,0,0,0,15,115,
115,104,45,114,115,97,44,115,115,104,45,100,115,115,
0,0,0,157,97,101,115,49,50,56,45,99,116,114,44,97,
101,115,49,57,50,45,99,116,114,44,97,101,115,50,53,
54,45,99,116,114,44,97,114,99,102,111,117,114,50,53,
54,44,97,114,99,102,111,117,114,49,50,56,44,97,101,
115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,98,
99,44,98,108,111,119,102,105,115,104,45,99,98,99,44,
99,97,115,116,49,50,56,45,99,98,99,44,97,101,115,49,
57,50,45,99,98,99,44,97,101,115,50,53,54,45,99,98,
99,44,97,114,99,102,111,117,114,44,114,105,106,110,
100,97,101,108,45,99,98,99,64,108,121,115,97,116,
111,114,46,108,105,117,46,115,101,0,0,0,157,97,101,
115,49,50,56,45,99,116,114,44,97,101,115,49,57,50,
45,99,116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,114,99,
102,111,117,114,49,50,56,44,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,44,98,108,
111,119,102,105,115,104,45,99,98,99,44,99,97,115,
116,49,50,56,45,99,98,99,44,97,101,115,49,57,50,45,
99,98,99,44,97,101,115,50,53,54,45,99,98,99,44,97,
114,99,102,111,117,114,44,114,105,106,110,100,97,
101,108,45,99,98,99,64,108,121,115,97,116,111,114,
46,108,105,117,46,115,101,0,0,0,105,104,109,97,99,
45,109,100,53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,114,105,112,
101,109,100,49,54,48,44,104,109,97,99,45,114,105,
112,101,109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,57,54,0,
0,0,105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,64,
111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,48,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,
64,111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,115,104,97,49,45,57,54,44,104,109,97,
99,45,109,100,53,45,57,54,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,115,104,46,
99,111,109,0,0,0,21,110,111,110,101,44,122,108,105,
98,64,111,112,101,110,115,115,104,46,99,111,109,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',
ssh_file,ssh_no_io,'hmac-sha1',
<<185,152,139,21,162,81,225,2,113,119,141,15,210,87,
79,156,92,97,106,188>>,
20,'hmac-sha1',
<<88,113,90,206,4,72,214,150,112,117,148,62,62,159,
132,142,115,228,59,175>>,
20,'aes128-cbc',
<<175,87,103,88,4,53,165,174,219,221,157,121,122,122,
156,131>>,
16,
<<57,104,43,205,239,195,85,151,27,195,110,194,102,197,
186,248>>,
'aes128-cbc',
<<146,117,84,103,176,116,12,124,9,84,105,63,168,239,
71,168>>,
16,
<<172,102,6,129,239,29,234,97,196,187,254,46,18,93,
254,133>>,
none,undefined,none,undefined,none,none,true,
infinity,
160699295666364835410911587791710296436477864517135893171974516292132903515071323357165779555314103128894828805654508062966308974256695314619370243904383604229448273896241818448784475501861239505928354255886450255368587991750304873342321290170824052358479677904978868826135017525912190613593213903301544068166,
<<182,157,177,71,45,176,195,99,10,196,157,198,241,243,
230,81,33,12,25,26>>,
<<182,157,177,71,45,176,195,99,10,196,157,198,241,243,
230,81,33,12,25,26>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
5,4,
{{71054602342383989755440716039362047815859534606189083121291677725836824412103110494134689473611492182566021698551693192061799077477572623654897799373114106172304076626900219491768914901378523582478081075112791038166573759308587638395090766579157305658176466197638412352907784840810692568657375568718305936047,
1673748267433768926085235072166702987756129238702971249016304596771048089496491765595982257200080346621508990690594047675749268310356123217030120959398645805494614657762288062832340120837283926129428296006489548848967069772588991243907345371534819623898512785120064650533156508329816317574138061399348156068},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",none,
[{"publickey",ssh_auth,publickey_msg,["ssh-rsa"]},
{"publickey",ssh_auth,publickey_msg,["ssh-dss"]},
{"password",ssh_auth,password_msg,[]}],
["ssh-rsa","ssh-dss"]},
#Port<0.3559>,<<>>,<<>>,undefined,
{ssh_msg_kexinit,
<<155,150,211,140,34,18,108,80,187,137,85,169,88,129,
247,79>>,
["diffie-hellman-group1-sha1"],
["ssh-rsa","ssh-dss"],
["aes128-cbc","3des-cbc"],
["aes128-cbc","3des-cbc"],
["hmac-sha1"],
["hmac-sha1"],
["none","zlib"],
["none","zlib"],
[],[],false,0},
false,<0.1125.0>,undefined,undefined,undefined,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}]}
** Reason for termination =
** {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<224,26,102,194,16,101,204,1,35,172,39,209,141,192,166,93,80,87,
127,68,39,177,102,92,133,248,173,37,234,195,222,211,50,137,18,
244,127,166,151,202,137,67,27,99,233,226,72,157,114,160,251,17,
184,99,71,231,155,141,32,245,2,196,67,71,184,108,203,216,218,
135,76,58,47,12,72,182,224,3,142,14,215,197,91,104,57,35,78,
141,174,105,79,114,44,100,71,123>>,
<<6,53,245,120,116,152,55,232,24,73,30,105,53,109,27,175,85,203,
17,32>>],
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,255,231,95,28,225,75,85,184,45,255,217,16,141,145,253,
137,0,0,0,26,100,105,102,102,105,101,45,104,101,108,108,109,
97,110,45,103,114,111,117,112,49,45,115,104,97,49,0,0,0,15,
115,115,104,45,114,115,97,44,115,115,104,45,100,115,115,0,0,
0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,
101,115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,49,
0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,110,111,110,
101,44,122,108,105,98,0,0,0,9,110,111,110,101,44,122,108,
105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,177,41,215,102,166,92,198,107,149,126,0,144,63,152,54,
157,0,0,0,126,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,99,104,97,110,
103,101,45,115,104,97,50,53,54,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,117,112,45,101,
120,99,104,97,110,103,101,45,115,104,97,49,44,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,45,103,114,111,
117,112,49,52,45,115,104,97,49,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,117,112,49,45,
115,104,97,49,0,0,0,15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,157,97,101,115,49,50,56,45,99,116,
114,44,97,101,115,49,57,50,45,99,116,114,44,97,101,115,50,
53,54,45,99,116,114,44,97,114,99,102,111,117,114,50,53,54,
44,97,114,99,102,111,117,114,49,50,56,44,97,101,115,49,50,
56,45,99,98,99,44,51,100,101,115,45,99,98,99,44,98,108,111,
119,102,105,115,104,45,99,98,99,44,99,97,115,116,49,50,56,
45,99,98,99,44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,117,114,44,
114,105,106,110,100,97,101,108,45,99,98,99,64,108,121,115,
97,116,111,114,46,108,105,117,46,115,101,0,0,0,157,97,101,
115,49,50,56,45,99,116,114,44,97,101,115,49,57,50,45,99,116,
114,44,97,101,115,50,53,54,45,99,116,114,44,97,114,99,102,
111,117,114,50,53,54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,98,99,44,99,
97,115,116,49,50,56,45,99,98,99,44,97,101,115,49,57,50,45,
99,98,99,44,97,101,115,50,53,54,45,99,98,99,44,97,114,99,
102,111,117,114,44,114,105,106,110,100,97,101,108,45,99,98,
99,64,108,121,115,97,116,111,114,46,108,105,117,46,115,101,
0,0,0,105,104,109,97,99,45,109,100,53,44,104,109,97,99,45,
115,104,97,49,44,117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,45,114,105,112,
101,109,100,49,54,48,44,104,109,97,99,45,114,105,112,101,
109,100,49,54,48,64,111,112,101,110,115,115,104,46,99,111,
109,44,104,109,97,99,45,115,104,97,49,45,57,54,44,104,109,
97,99,45,109,100,53,45,57,54,0,0,0,105,104,109,97,99,45,109,
100,53,44,104,109,97,99,45,115,104,97,49,44,117,109,97,99,
45,54,52,64,111,112,101,110,115,115,104,46,99,111,109,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,48,64,111,112,
101,110,115,115,104,46,99,111,109,44,104,109,97,99,45,115,
104,97,49,45,57,54,44,104,109,97,99,45,109,100,53,45,57,54,
0,0,0,21,110,111,110,101,44,122,108,105,98,64,111,112,101,
110,115,115,104,46,99,111,109,0,0,0,21,110,111,110,101,44,
122,108,105,98,64,111,112,101,110,115,115,104,46,99,111,109,
0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<185,152,139,21,162,81,225,2,113,119,141,15,210,87,79,156,92,
97,106,188>>,
20,'hmac-sha1',
<<88,113,90,206,4,72,214,150,112,117,148,62,62,159,132,142,
115,228,59,175>>,
20,'aes128-cbc',
<<175,87,103,88,4,53,165,174,219,221,157,121,122,122,156,131>>,
16,
<<215,197,91,104,57,35,78,141,174,105,79,114,44,100,71,123>>,
'aes128-cbc',
<<146,117,84,103,176,116,12,124,9,84,105,63,168,239,71,168>>,
16,
<<222,146,120,58,160,70,69,248,34,224,252,207,158,113,222,121>>,
none,undefined,none,undefined,none,none,true,infinity,
160699295666364835410911587791710296436477864517135893171974516292132903515071323357165779555314103128894828805654508062966308974256695314619370243904383604229448273896241818448784475501861239505928354255886450255368587991750304873342321290170824052358479677904978868826135017525912190613593213903301544068166,
<<182,157,177,71,45,176,195,99,10,196,157,198,241,243,230,81,
33,12,25,26>>,
<<182,157,177,71,45,176,195,99,10,196,157,198,241,243,230,81,
33,12,25,26>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{71054602342383989755440716039362047815859534606189083121291677725836824412103110494134689473611492182566021698551693192061799077477572623654897799373114106172304076626900219491768914901378523582478081075112791038166573759308587638395090766579157305658176466197638412352907784840810692568657375568718305936047,
1673748267433768926085235072166702987756129238702971249016304596771048089496491765595982257200080346621508990690594047675749268310356123217030120959398645805494614657762288062832340120837283926129428296006489548848967069772588991243907345371534819623898512785120064650533156508329816317574138061399348156068},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey","keyboard-interactive"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=CRASH REPORT==== 24-May-2012::13:25:31 ===
crasher:
initial call: ssh_connection_handler:init/1
pid: <0.1126.0>
registered_name: []
exception exit: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<224,26,102,194,16,101,204,1,35,172,39,209,141,
192,166,93,80,87,127,68,39,177,102,92,133,248,
173,37,234,195,222,211,50,137,18,244,127,166,
151,202,137,67,27,99,233,226,72,157,114,160,
251,17,184,99,71,231,155,141,32,245,2,196,67,
71,184,108,203,216,218,135,76,58,47,12,72,182,
224,3,142,14,215,197,91,104,57,35,78,141,174,
105,79,114,44,100,71,123>>,
<<6,53,245,120,116,152,55,232,24,73,30,105,53,
109,27,175,85,203,17,32>>],
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,255,231,95,28,225,75,85,184,45,255,217,
16,141,145,253,137,0,0,0,26,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,49,45,115,104,97,49,
0,0,0,15,115,115,104,45,114,115,97,44,115,
115,104,45,100,115,115,0,0,0,19,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,19,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,0,0,
0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
104,109,97,99,45,115,104,97,49,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,0,0,0,
0,0,0,0,0,0,0>>,
<<20,177,41,215,102,166,92,198,107,149,126,0,
144,63,152,54,157,0,0,0,126,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,45,101,120,99,104,
97,110,103,101,45,115,104,97,50,53,54,44,
100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,
120,99,104,97,110,103,101,45,115,104,97,49,
44,100,105,102,102,105,101,45,104,101,108,
108,109,97,110,45,103,114,111,117,112,49,
52,45,115,104,97,49,44,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,49,45,115,104,97,49,0,0,0,
15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,157,97,101,115,49,
50,56,45,99,116,114,44,97,101,115,49,57,50,
45,99,116,114,44,97,101,115,50,53,54,45,99,
116,114,44,97,114,99,102,111,117,114,50,53,
54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,
100,101,115,45,99,98,99,44,98,108,111,119,
102,105,115,104,45,99,98,99,44,99,97,115,
116,49,50,56,45,99,98,99,44,97,101,115,49,
57,50,45,99,98,99,44,97,101,115,50,53,54,
45,99,98,99,44,97,114,99,102,111,117,114,
44,114,105,106,110,100,97,101,108,45,99,98,
99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,157,97,101,115,49,
50,56,45,99,116,114,44,97,101,115,49,57,50,
45,99,116,114,44,97,101,115,50,53,54,45,99,
116,114,44,97,114,99,102,111,117,114,50,53,
54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,
100,101,115,45,99,98,99,44,98,108,111,119,
102,105,115,104,45,99,98,99,44,99,97,115,
116,49,50,56,45,99,98,99,44,97,101,115,49,
57,50,45,99,98,99,44,97,101,115,50,53,54,
45,99,98,99,44,97,114,99,102,111,117,114,
44,114,105,106,110,100,97,101,108,45,99,98,
99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,
45,109,100,53,44,104,109,97,99,45,115,104,
97,49,44,117,109,97,99,45,54,52,64,111,112,
101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,44,104,109,97,99,45,114,105,112,101,109,
100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,
104,97,49,45,57,54,44,104,109,97,99,45,109,
100,53,45,57,54,0,0,0,105,104,109,97,99,45,
109,100,53,44,104,109,97,99,45,115,104,97,
49,44,117,109,97,99,45,54,52,64,111,112,
101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,44,104,109,97,99,45,114,105,112,101,109,
100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,
104,97,49,45,57,54,44,104,109,97,99,45,109,
100,53,45,57,54,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,
115,104,46,99,111,109,0,0,0,21,110,111,110,
101,44,122,108,105,98,64,111,112,101,110,
115,115,104,46,99,111,109,0,0,0,0,0,0,0,0,
0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<185,152,139,21,162,81,225,2,113,119,141,15,
210,87,79,156,92,97,106,188>>,
20,'hmac-sha1',
<<88,113,90,206,4,72,214,150,112,117,148,62,
62,159,132,142,115,228,59,175>>,
20,'aes128-cbc',
<<175,87,103,88,4,53,165,174,219,221,157,121,
122,122,156,131>>,
16,
<<215,197,91,104,57,35,78,141,174,105,79,114,
44,100,71,123>>,
'aes128-cbc',
<<146,117,84,103,176,116,12,124,9,84,105,63,
168,239,71,168>>,
16,
<<222,146,120,58,160,70,69,248,34,224,252,
207,158,113,222,121>>,
none,undefined,none,undefined,none,none,
true,infinity,
160699295666364835410911587791710296436477864517135893171974516292132903515071323357165779555314103128894828805654508062966308974256695314619370243904383604229448273896241818448784475501861239505928354255886450255368587991750304873342321290170824052358479677904978868826135017525912190613593213903301544068166,
<<182,157,177,71,45,176,195,99,10,196,157,
198,241,243,230,81,33,12,25,26>>,
<<182,157,177,71,45,176,195,99,10,196,157,
198,241,243,230,81,33,12,25,26>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{71054602342383989755440716039362047815859534606189083121291677725836824412103110494134689473611492182566021698551693192061799077477572623654897799373114106172304076626900219491768914901378523582478081075112791038166573759308587638395090766579157305658176466197638412352907784840810692568657375568718305936047,
1673748267433768926085235072166702987756129238702971249016304596771048089496491765595982257200080346621508990690594047675749268310356123217030120959398645805494614657762288062832340120837283926129428296006489548848967069772588991243907345371534819623898512785120064650533156508329816317574138061399348156068},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey","keyboard-interactive"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
in function gen_fsm:terminate/7 (gen_fsm.erl, line 611)
ancestors: [<0.1124.0>,sshc_sup,ssh_sup,<0.811.0>]
messages: []
links: [<0.1124.0>]
dictionary: [{{msg_code,ssh_msg_disconnect},{1,[uint32,string,string]}},
{{msg_code,ssh_msg_userauth_request},
{50,[string,string,string,'...']}},
{{msg_name,6},{ssh_msg_service_accept,[string]}},
{{msg_code,ssh_msg_kexdh_init},{30,[mpint]}},
{{msg_name,21},{ssh_msg_newkeys,[]}},
{{msg_code,ssh_msg_userauth_pk_ok},{60,[string,binary]}},
{{msg_name,31},{ssh_msg_kexdh_reply,[binary,mpint,binary]}},
{{msg_name,52},{ssh_msg_userauth_success,[]}},
{{msg_name,50},
{ssh_msg_userauth_request,[string,string,string,'...']}},
{{msg_name,20},
{ssh_msg_kexinit,[cookie,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,
name_list,name_list,name_list,boolean,
uint32]}},
{{msg_name,5},{ssh_msg_service_request,[string]}},
{{msg_name,51},{ssh_msg_userauth_failure,[string,boolean]}},
{{msg_code,ssh_msg_userauth_failure},{51,[string,boolean]}},
{{msg_code,ssh_msg_service_accept},{6,[string]}},
{{msg_code,ssh_msg_debug},{4,[boolean,string,string]}},
{{msg_code,ssh_msg_unimplemented},{3,[uint32]}},
{{msg_name,60},{ssh_msg_userauth_pk_ok,[string,binary]}},
{{msg_name,30},{ssh_msg_kexdh_init,[mpint]}},
{{msg_code,ssh_msg_kexdh_reply},{31,[binary,mpint,binary]}},
{{msg_code,ssh_msg_service_request},{5,[string]}},
{{msg_name,2},{ssh_msg_ignore,[string]}},
{{msg_name,1},{ssh_msg_disconnect,[uint32,string,string]}},
{{msg_name,53},{ssh_msg_userauth_banner,[string,string]}},
{{msg_name,3},{ssh_msg_unimplemented,[uint32]}},
{{msg_code,ssh_msg_userauth_success},{52,[]}},
{{msg_code,ssh_msg_newkeys},{21,[]}},
{{msg_code,ssh_msg_kexinit},
{20,
[cookie,name_list,name_list,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,name_list,
boolean,uint32]}},
{{msg_name,4},{ssh_msg_debug,[boolean,string,string]}},
{{msg_code,ssh_msg_userauth_banner},{53,[string,string]}},
{{msg_code,ssh_msg_ignore},{2,[string]}}]
trap_exit: true
status: running
heap_size: 17711
stack_size: 24
reductions: 295496
neighbours:
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:31 ===
Supervisor: {<0.1124.0>,ssh_connection_sup}
Context: child_terminated
Reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<224,26,102,194,16,101,204,1,35,172,39,209,141,
192,166,93,80,87,127,68,39,177,102,92,133,248,
173,37,234,195,222,211,50,137,18,244,127,166,151,
202,137,67,27,99,233,226,72,157,114,160,251,17,
184,99,71,231,155,141,32,245,2,196,67,71,184,108,
203,216,218,135,76,58,47,12,72,182,224,3,142,14,
215,197,91,104,57,35,78,141,174,105,79,114,44,
100,71,123>>,
<<6,53,245,120,116,152,55,232,24,73,30,105,53,109,
27,175,85,203,17,32>>],
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,255,231,95,28,225,75,85,184,45,255,217,16,
141,145,253,137,0,0,0,26,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,45,115,104,97,49,0,0,0,15,115,
115,104,45,114,115,97,44,115,115,104,45,100,
115,115,0,0,0,19,97,101,115,49,50,56,45,99,98,
99,44,51,100,101,115,45,99,98,99,0,0,0,19,97,
101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,
104,97,49,0,0,0,9,104,109,97,99,45,115,104,97,
49,0,0,0,9,110,111,110,101,44,122,108,105,98,
0,0,0,9,110,111,110,101,44,122,108,105,98,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
<<20,177,41,215,102,166,92,198,107,149,126,0,
144,63,152,54,157,0,0,0,126,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,45,101,120,99,104,97,110,103,
101,45,115,104,97,50,53,54,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,45,101,120,99,104,97,110,103,
101,45,115,104,97,49,44,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,52,45,115,104,97,49,44,100,105,
102,102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,49,45,115,104,97,49,0,
0,0,15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,45,
109,100,53,44,104,109,97,99,45,115,104,97,49,
44,117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,45,
114,105,112,101,109,100,49,54,48,44,104,109,
97,99,45,114,105,112,101,109,100,49,54,48,64,
111,112,101,110,115,115,104,46,99,111,109,44,
104,109,97,99,45,115,104,97,49,45,57,54,44,
104,109,97,99,45,109,100,53,45,57,54,0,0,0,
105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,
64,111,112,101,110,115,115,104,46,99,111,109,
44,104,109,97,99,45,114,105,112,101,109,100,
49,54,48,44,104,109,97,99,45,114,105,112,101,
109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,
97,49,45,57,54,44,104,109,97,99,45,109,100,53,
45,57,54,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<185,152,139,21,162,81,225,2,113,119,141,15,
210,87,79,156,92,97,106,188>>,
20,'hmac-sha1',
<<88,113,90,206,4,72,214,150,112,117,148,62,62,
159,132,142,115,228,59,175>>,
20,'aes128-cbc',
<<175,87,103,88,4,53,165,174,219,221,157,121,
122,122,156,131>>,
16,
<<215,197,91,104,57,35,78,141,174,105,79,114,44,
100,71,123>>,
'aes128-cbc',
<<146,117,84,103,176,116,12,124,9,84,105,63,168,
239,71,168>>,
16,
<<222,146,120,58,160,70,69,248,34,224,252,207,
158,113,222,121>>,
none,undefined,none,undefined,none,none,true,
infinity,
160699295666364835410911587791710296436477864517135893171974516292132903515071323357165779555314103128894828805654508062966308974256695314619370243904383604229448273896241818448784475501861239505928354255886450255368587991750304873342321290170824052358479677904978868826135017525912190613593213903301544068166,
<<182,157,177,71,45,176,195,99,10,196,157,198,
241,243,230,81,33,12,25,26>>,
<<182,157,177,71,45,176,195,99,10,196,157,198,
241,243,230,81,33,12,25,26>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{71054602342383989755440716039362047815859534606189083121291677725836824412103110494134689473611492182566021698551693192061799077477572623654897799373114106172304076626900219491768914901378523582478081075112791038166573759308587638395090766579157305658176466197638412352907784840810692568657375568718305936047,
1673748267433768926085235072166702987756129238702971249016304596771048089496491765595982257200080346621508990690594047675749268310356123217030120959398645805494614657762288062832340120837283926129428296006489548848967069772588991243907345371534819623898512785120064650533156508329816317574138061399348156068},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey","keyboard-interactive"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
Offender: [{pid,<0.1126.0>},
{name,#Ref<0.0.0.22243>},
{mfargs,{ssh_connection_handler,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftp_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::13:25:31 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftp_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::13:25:31 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:open_close_file/1
=INFO REPORT==== 24-May-2012::13:25:31 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:open_close_dir/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:35 ===
Supervisor: {<0.1188.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1190.0>},
{name,#Ref<0.0.0.23933>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:open_close_dir/1
=INFO REPORT==== 24-May-2012::13:25:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:read_file/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:42 ===
Supervisor: {<0.1215.0>,ssh_channel_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1219.0>},
{name,#Ref<0.0.0.24237>},
{mfargs,{ssh_channel,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:read_file/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:42 ===
Supervisor: {<0.1214.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1216.0>},
{name,#Ref<0.0.0.24204>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:read_file/1
=INFO REPORT==== 24-May-2012::13:25:42 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:read_dir/1
=INFO REPORT==== 24-May-2012::13:25:42 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:write_file/1
=INFO REPORT==== 24-May-2012::13:25:42 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:rename_file/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:46 ===
Supervisor: {<0.1295.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1297.0>},
{name,#Ref<0.0.0.25025>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:rename_file/1
=INFO REPORT==== 24-May-2012::13:25:46 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:mk_rm_dir/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:53 ===
Supervisor: {<0.1322.0>,ssh_channel_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1326.0>},
{name,#Ref<0.0.0.25333>},
{mfargs,{ssh_channel,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:mk_rm_dir/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:53 ===
Supervisor: {<0.1321.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1323.0>},
{name,#Ref<0.0.0.25301>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:mk_rm_dir/1
=INFO REPORT==== 24-May-2012::13:25:53 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:remove_file/1
=INFO REPORT==== 24-May-2012::13:25:53 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:real_path/1
=SUPERVISOR REPORT==== 24-May-2012::13:25:57 ===
Supervisor: {<0.1374.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1376.0>},
{name,#Ref<0.0.0.25852>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:real_path/1
=INFO REPORT==== 24-May-2012::13:25:57 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:retrieve_attributes/1
=SUPERVISOR REPORT==== 24-May-2012::13:26:01 ===
Supervisor: {<0.1400.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1402.0>},
{name,#Ref<0.0.0.26128>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:retrieve_attributes/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:set_attributes/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:links/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:ver3_rename_OTP_6352/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:seq10670/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:sshd_read_file/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::13:26:01 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:close_file_OTP_6350/1
=SUPERVISOR REPORT==== 24-May-2012::13:26:05 ===
Supervisor: {<0.1576.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1578.0>},
{name,#Ref<0.0.0.28100>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:close_file_OTP_6350/1
=INFO REPORT==== 24-May-2012::13:26:05 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:quit_OTP_6349/1
=SUPERVISOR REPORT==== 24-May-2012::13:26:14 ===
Supervisor: {<0.1621.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1623.0>},
{name,#Ref<0.0.0.28534>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:quit_OTP_6349/1
=INFO REPORT==== 24-May-2012::13:26:14 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:file_cb_OTP_6356/1
=SUPERVISOR REPORT==== 24-May-2012::13:26:17 ===
Supervisor: {<0.1653.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1655.0>},
{name,#Ref<0.0.0.28844>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:file_cb_OTP_6356/1
=INFO REPORT==== 24-May-2012::13:26:17 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:root_dir/1
=INFO REPORT==== 24-May-2012::13:26:18 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:list_dir_limited/1
=SUPERVISOR REPORT==== 24-May-2012::13:26:21 ===
Supervisor: {<0.1717.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1719.0>},
{name,#Ref<0.0.0.29602>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:list_dir_limited/1
=INFO REPORT==== 24-May-2012::13:26:21 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::13:26:21 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=ERROR REPORT==== 24-May-2012::13:26:21 ===
Erlang ssh connection handler failed with reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<123,231,90,209,67,28,
134,82,220,125,247,44,
67,214,175,104,166,
186,221,122,63,56,156,
52,245,24,122,108,149,
115,178,72,87,148,120,
195,133,236,211,180,
42,78,32,156,229,35,
97,110,112,50,188,106,
89,161,43,45,110,189,
115,193,233,70,211,
165,255,175,235,136,
59,59,10,115,230,161,
99,218,11,225,44,14,
109,127,30,23,59,235,
22,241,53,252,215,49,
210,220,217,66>>,
<<157,192,31,85,84,205,
190,46,200,110,231,
55,170,163,226,62,76,
184,237,73>>],
{ssh,client,
{"xiao",
{{0,0,0,0,0,0,0,1},
22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.6",
<<20,187,215,58,29,85,
68,44,8,49,70,40,145,
185,157,27,238,0,0,0,
26,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,45,115,104,97,49,0,
0,0,15,115,115,104,45,
114,115,97,44,115,115,
104,45,100,115,115,0,
0,0,19,97,101,115,49,
50,56,45,99,98,99,44,
51,100,101,115,45,99,
98,99,0,0,0,19,97,101,
115,49,50,56,45,99,98,
99,44,51,100,101,115,
45,99,98,99,0,0,0,9,
104,109,97,99,45,115,
104,97,49,0,0,0,9,104,
109,97,99,45,115,104,
97,49,0,0,0,9,110,111,
110,101,44,122,108,
105,98,0,0,0,9,110,
111,110,101,44,122,
108,105,98,0,0,0,0,0,
0,0,0,0,0,0,0,0>>,
<<20,222,107,135,98,17,
148,189,164,177,227,
63,56,225,74,38,106,0,
0,0,126,100,105,102,
102,105,101,45,104,
101,108,108,109,97,
110,45,103,114,111,
117,112,45,101,120,99,
104,97,110,103,101,45,
115,104,97,50,53,54,
44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
45,101,120,99,104,97,
110,103,101,45,115,
104,97,49,44,100,105,
102,102,105,101,45,
104,101,108,108,109,
97,110,45,103,114,111,
117,112,49,52,45,115,
104,97,49,44,100,105,
102,102,105,101,45,
104,101,108,108,109,
97,110,45,103,114,111,
117,112,49,45,115,104,
97,49,0,0,0,15,115,
115,104,45,114,115,97,
44,115,115,104,45,100,
115,115,0,0,0,157,97,
101,115,49,50,56,45,
99,116,114,44,97,101,
115,49,57,50,45,99,
116,114,44,97,101,115,
50,53,54,45,99,116,
114,44,97,114,99,102,
111,117,114,50,53,54,
44,97,114,99,102,111,
117,114,49,50,56,44,
97,101,115,49,50,56,
45,99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,157,97,101,115,49,
50,56,45,99,116,114,
44,97,101,115,49,57,
50,45,99,116,114,44,
97,101,115,50,53,54,
45,99,116,114,44,97,
114,99,102,111,117,
114,50,53,54,44,97,
114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,105,104,109,97,99,
45,109,100,53,44,104,
109,97,99,45,115,104,
97,49,44,117,109,97,
99,45,54,52,64,111,
112,101,110,115,115,
104,46,99,111,109,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,44,104,109,
97,99,45,114,105,112,
101,109,100,49,54,48,
64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,115,104,97,49,45,
57,54,44,104,109,97,
99,45,109,100,53,45,
57,54,0,0,0,105,104,
109,97,99,45,109,100,
53,44,104,109,97,99,
45,115,104,97,49,44,
117,109,97,99,45,54,
52,64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,114,105,112,101,
109,100,49,54,48,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,64,111,112,
101,110,115,115,104,
46,99,111,109,44,104,
109,97,99,45,115,104,
97,49,45,57,54,44,104,
109,97,99,45,109,100,
53,45,57,54,0,0,0,21,
110,111,110,101,44,
122,108,105,98,64,111,
112,101,110,115,115,
104,46,99,111,109,0,0,
0,21,110,111,110,101,
44,122,108,105,98,64,
111,112,101,110,115,
115,104,46,99,111,109,
0,0,0,0,0,0,0,0,0,0,0,
0,0>>,
undefined,
'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<150,209,204,96,76,248,
239,130,171,189,145,
36,212,84,242,191,217,
50,130,68>>,
20,'hmac-sha1',
<<169,93,194,89,140,81,
230,171,193,249,106,
232,0,171,124,24,82,7,
201,158>>,
20,'aes128-cbc',
<<241,229,0,167,239,166,
92,95,59,26,212,205,
50,134,82,4>>,
16,
<<109,127,30,23,59,235,
22,241,53,252,215,49,
210,220,217,66>>,
'aes128-cbc',
<<116,95,228,254,78,25,
115,138,137,22,230,25,
21,214,246,102>>,
16,
<<169,112,50,186,200,77,
234,196,105,255,136,
52,51,180,169,3>>,
none,undefined,none,
undefined,none,none,
true,infinity,
161563720021157162546711789032585559438638297829468258054423900768080892268850274573274225679001599306768541734448649329512613676111914064789021857732669729854860733753628180179650770747023632915300498586343033878224597593635730967210455799725726283196240453678389071786123275317814137133534730814605783150627,
<<219,56,93,114,52,189,
163,155,33,106,16,60,
65,223,62,221,179,179,
121,193>>,
<<219,56,93,114,52,189,
163,155,33,106,16,60,
65,223,62,221,179,179,
121,193>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,
true},
{user_interaction,
false}],
6,5,
{{45311363609951801786289686495967354988988888660365952631654917701541621473790435310234741250838129383532360494751921798604752653787831115868714217825344225301216860892496812599154008284721474320433187061015842887536560181302001367804233467495674552096734041193075014108112535030025133406013747506819586249461,
61109056938070961573404541295910415008860695414937368773089789113479643705961602257692901034901831769126891619244734818601999413750845143730166247599911475095548542008737906703623149817396040589178496420289283466452706555752076945920473949478689462133294306515301046661422013495285160013416236763518035589541},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob",
"ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey",
"keyboard-interactive"],
[],
["ssh-rsa",
"ssh-dss"]}}}},
[{ssh_connection_handler,
userauth,2,
[{file,
"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,
[{file,"gen_fsm.erl"},
{line,494}]},
{proc_lib,
init_p_do_apply,3,
[{file,"proc_lib.erl"},
{line,227}]}]}
, Stacktace: [{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]
please report this to erlang-bugs@erlang.org
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=ERROR REPORT==== 24-May-2012::13:26:21 ===
** State machine <0.1757.0> terminating
** Last message in was {tcp,#Port<0.5656>,
<<149,3,246,57,101,130,27,133,97,254,42,70,114,63,
167,150,49,184,95,232,166,238,245,53,86,215,57,
202,194,101,92,116,169,112,50,186,200,77,234,
196,105,255,136,52,51,180,169,3,171,27,127,125,
131,100,177,8,126,128,50,29,219,35,178,239,22,
217,251,147>>}
** When State == userauth
** Data == {state,tcp,gen_tcp,tcp_closed,
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,187,215,58,29,85,68,44,8,49,70,40,145,185,157,27,
238,0,0,0,26,100,105,102,102,105,101,45,104,101,108,
108,109,97,110,45,103,114,111,117,112,49,45,115,104,
97,49,0,0,0,15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,19,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,0,0,0,19,97,
101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,
0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,110,111,
110,101,44,122,108,105,98,0,0,0,9,110,111,110,101,
44,122,108,105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,222,107,135,98,17,148,189,164,177,227,63,56,225,
74,38,106,0,0,0,126,100,105,102,102,105,101,45,104,
101,108,108,109,97,110,45,103,114,111,117,112,45,
101,120,99,104,97,110,103,101,45,115,104,97,50,53,
54,44,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,99,104,
97,110,103,101,45,115,104,97,49,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,52,45,115,104,97,49,44,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,49,45,115,104,97,49,0,0,0,15,115,
115,104,45,114,115,97,44,115,115,104,45,100,115,115,
0,0,0,157,97,101,115,49,50,56,45,99,116,114,44,97,
101,115,49,57,50,45,99,116,114,44,97,101,115,50,53,
54,45,99,116,114,44,97,114,99,102,111,117,114,50,53,
54,44,97,114,99,102,111,117,114,49,50,56,44,97,101,
115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,98,
99,44,98,108,111,119,102,105,115,104,45,99,98,99,44,
99,97,115,116,49,50,56,45,99,98,99,44,97,101,115,49,
57,50,45,99,98,99,44,97,101,115,50,53,54,45,99,98,
99,44,97,114,99,102,111,117,114,44,114,105,106,110,
100,97,101,108,45,99,98,99,64,108,121,115,97,116,
111,114,46,108,105,117,46,115,101,0,0,0,157,97,101,
115,49,50,56,45,99,116,114,44,97,101,115,49,57,50,
45,99,116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,114,99,
102,111,117,114,49,50,56,44,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,44,98,108,
111,119,102,105,115,104,45,99,98,99,44,99,97,115,
116,49,50,56,45,99,98,99,44,97,101,115,49,57,50,45,
99,98,99,44,97,101,115,50,53,54,45,99,98,99,44,97,
114,99,102,111,117,114,44,114,105,106,110,100,97,
101,108,45,99,98,99,64,108,121,115,97,116,111,114,
46,108,105,117,46,115,101,0,0,0,105,104,109,97,99,
45,109,100,53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,114,105,112,
101,109,100,49,54,48,44,104,109,97,99,45,114,105,
112,101,109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,57,54,0,
0,0,105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,64,
111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,48,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,
64,111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,115,104,97,49,45,57,54,44,104,109,97,
99,45,109,100,53,45,57,54,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,115,104,46,
99,111,109,0,0,0,21,110,111,110,101,44,122,108,105,
98,64,111,112,101,110,115,115,104,46,99,111,109,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',
ssh_file,ssh_no_io,'hmac-sha1',
<<150,209,204,96,76,248,239,130,171,189,145,36,212,84,
242,191,217,50,130,68>>,
20,'hmac-sha1',
<<169,93,194,89,140,81,230,171,193,249,106,232,0,171,
124,24,82,7,201,158>>,
20,'aes128-cbc',
<<241,229,0,167,239,166,92,95,59,26,212,205,50,134,82,
4>>,
16,
<<242,219,86,28,128,187,89,234,36,215,81,184,175,5,
109,245>>,
'aes128-cbc',
<<116,95,228,254,78,25,115,138,137,22,230,25,21,214,
246,102>>,
16,
<<246,121,27,75,138,65,151,210,134,116,227,96,185,175,
30,196>>,
none,undefined,none,undefined,none,none,true,
infinity,
161563720021157162546711789032585559438638297829468258054423900768080892268850274573274225679001599306768541734448649329512613676111914064789021857732669729854860733753628180179650770747023632915300498586343033878224597593635730967210455799725726283196240453678389071786123275317814137133534730814605783150627,
<<219,56,93,114,52,189,163,155,33,106,16,60,65,223,62,
221,179,179,121,193>>,
<<219,56,93,114,52,189,163,155,33,106,16,60,65,223,62,
221,179,179,121,193>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
5,4,
{{45311363609951801786289686495967354988988888660365952631654917701541621473790435310234741250838129383532360494751921798604752653787831115868714217825344225301216860892496812599154008284721474320433187061015842887536560181302001367804233467495674552096734041193075014108112535030025133406013747506819586249461,
61109056938070961573404541295910415008860695414937368773089789113479643705961602257692901034901831769126891619244734818601999413750845143730166247599911475095548542008737906703623149817396040589178496420289283466452706555752076945920473949478689462133294306515301046661422013495285160013416236763518035589541},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",none,
[{"publickey",ssh_auth,publickey_msg,["ssh-rsa"]},
{"publickey",ssh_auth,publickey_msg,["ssh-dss"]},
{"password",ssh_auth,password_msg,[]}],
["ssh-rsa","ssh-dss"]},
#Port<0.5656>,<<>>,<<>>,undefined,
{ssh_msg_kexinit,
<<125,74,179,145,109,73,219,37,226,178,236,176,0,42,
30,164>>,
["diffie-hellman-group1-sha1"],
["ssh-rsa","ssh-dss"],
["aes128-cbc","3des-cbc"],
["aes128-cbc","3des-cbc"],
["hmac-sha1"],
["hmac-sha1"],
["none","zlib"],
["none","zlib"],
[],[],false,0},
false,<0.1756.0>,undefined,undefined,undefined,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}]}
** Reason for termination =
** {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<123,231,90,209,67,28,134,82,220,125,247,44,67,214,175,104,166,
186,221,122,63,56,156,52,245,24,122,108,149,115,178,72,87,148,
120,195,133,236,211,180,42,78,32,156,229,35,97,110,112,50,188,
106,89,161,43,45,110,189,115,193,233,70,211,165,255,175,235,
136,59,59,10,115,230,161,99,218,11,225,44,14,109,127,30,23,59,
235,22,241,53,252,215,49,210,220,217,66>>,
<<157,192,31,85,84,205,190,46,200,110,231,55,170,163,226,62,76,
184,237,73>>],
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,187,215,58,29,85,68,44,8,49,70,40,145,185,157,27,238,0,0,
0,26,100,105,102,102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,49,45,115,104,97,49,0,0,0,15,115,115,
104,45,114,115,97,44,115,115,104,45,100,115,115,0,0,0,19,97,
101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,98,99,
0,0,0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,
45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
104,109,97,99,45,115,104,97,49,0,0,0,9,110,111,110,101,44,
122,108,105,98,0,0,0,9,110,111,110,101,44,122,108,105,98,0,
0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,222,107,135,98,17,148,189,164,177,227,63,56,225,74,38,
106,0,0,0,126,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,99,104,97,110,
103,101,45,115,104,97,50,53,54,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,117,112,45,101,
120,99,104,97,110,103,101,45,115,104,97,49,44,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,45,103,114,111,
117,112,49,52,45,115,104,97,49,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,117,112,49,45,
115,104,97,49,0,0,0,15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,157,97,101,115,49,50,56,45,99,116,
114,44,97,101,115,49,57,50,45,99,116,114,44,97,101,115,50,
53,54,45,99,116,114,44,97,114,99,102,111,117,114,50,53,54,
44,97,114,99,102,111,117,114,49,50,56,44,97,101,115,49,50,
56,45,99,98,99,44,51,100,101,115,45,99,98,99,44,98,108,111,
119,102,105,115,104,45,99,98,99,44,99,97,115,116,49,50,56,
45,99,98,99,44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,117,114,44,
114,105,106,110,100,97,101,108,45,99,98,99,64,108,121,115,
97,116,111,114,46,108,105,117,46,115,101,0,0,0,157,97,101,
115,49,50,56,45,99,116,114,44,97,101,115,49,57,50,45,99,116,
114,44,97,101,115,50,53,54,45,99,116,114,44,97,114,99,102,
111,117,114,50,53,54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,98,99,44,99,
97,115,116,49,50,56,45,99,98,99,44,97,101,115,49,57,50,45,
99,98,99,44,97,101,115,50,53,54,45,99,98,99,44,97,114,99,
102,111,117,114,44,114,105,106,110,100,97,101,108,45,99,98,
99,64,108,121,115,97,116,111,114,46,108,105,117,46,115,101,
0,0,0,105,104,109,97,99,45,109,100,53,44,104,109,97,99,45,
115,104,97,49,44,117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,45,114,105,112,
101,109,100,49,54,48,44,104,109,97,99,45,114,105,112,101,
109,100,49,54,48,64,111,112,101,110,115,115,104,46,99,111,
109,44,104,109,97,99,45,115,104,97,49,45,57,54,44,104,109,
97,99,45,109,100,53,45,57,54,0,0,0,105,104,109,97,99,45,109,
100,53,44,104,109,97,99,45,115,104,97,49,44,117,109,97,99,
45,54,52,64,111,112,101,110,115,115,104,46,99,111,109,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,48,64,111,112,
101,110,115,115,104,46,99,111,109,44,104,109,97,99,45,115,
104,97,49,45,57,54,44,104,109,97,99,45,109,100,53,45,57,54,
0,0,0,21,110,111,110,101,44,122,108,105,98,64,111,112,101,
110,115,115,104,46,99,111,109,0,0,0,21,110,111,110,101,44,
122,108,105,98,64,111,112,101,110,115,115,104,46,99,111,109,
0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<150,209,204,96,76,248,239,130,171,189,145,36,212,84,242,191,
217,50,130,68>>,
20,'hmac-sha1',
<<169,93,194,89,140,81,230,171,193,249,106,232,0,171,124,24,
82,7,201,158>>,
20,'aes128-cbc',
<<241,229,0,167,239,166,92,95,59,26,212,205,50,134,82,4>>,
16,
<<109,127,30,23,59,235,22,241,53,252,215,49,210,220,217,66>>,
'aes128-cbc',
<<116,95,228,254,78,25,115,138,137,22,230,25,21,214,246,102>>,
16,
<<169,112,50,186,200,77,234,196,105,255,136,52,51,180,169,3>>,
none,undefined,none,undefined,none,none,true,infinity,
161563720021157162546711789032585559438638297829468258054423900768080892268850274573274225679001599306768541734448649329512613676111914064789021857732669729854860733753628180179650770747023632915300498586343033878224597593635730967210455799725726283196240453678389071786123275317814137133534730814605783150627,
<<219,56,93,114,52,189,163,155,33,106,16,60,65,223,62,221,179,
179,121,193>>,
<<219,56,93,114,52,189,163,155,33,106,16,60,65,223,62,221,179,
179,121,193>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{45311363609951801786289686495967354988988888660365952631654917701541621473790435310234741250838129383532360494751921798604752653787831115868714217825344225301216860892496812599154008284721474320433187061015842887536560181302001367804233467495674552096734041193075014108112535030025133406013747506819586249461,
61109056938070961573404541295910415008860695414937368773089789113479643705961602257692901034901831769126891619244734818601999413750845143730166247599911475095548542008737906703623149817396040589178496420289283466452706555752076945920473949478689462133294306515301046661422013495285160013416236763518035589541},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey","keyboard-interactive"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=CRASH REPORT==== 24-May-2012::13:26:21 ===
crasher:
initial call: ssh_connection_handler:init/1
pid: <0.1757.0>
registered_name: []
exception exit: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<123,231,90,209,67,28,134,82,220,125,247,44,67,
214,175,104,166,186,221,122,63,56,156,52,245,
24,122,108,149,115,178,72,87,148,120,195,133,
236,211,180,42,78,32,156,229,35,97,110,112,50,
188,106,89,161,43,45,110,189,115,193,233,70,
211,165,255,175,235,136,59,59,10,115,230,161,
99,218,11,225,44,14,109,127,30,23,59,235,22,
241,53,252,215,49,210,220,217,66>>,
<<157,192,31,85,84,205,190,46,200,110,231,55,
170,163,226,62,76,184,237,73>>],
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,187,215,58,29,85,68,44,8,49,70,40,145,
185,157,27,238,0,0,0,26,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,
103,114,111,117,112,49,45,115,104,97,49,0,
0,0,15,115,115,104,45,114,115,97,44,115,
115,104,45,100,115,115,0,0,0,19,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,19,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,0,0,
0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
104,109,97,99,45,115,104,97,49,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,0,0,0,
0,0,0,0,0,0,0>>,
<<20,222,107,135,98,17,148,189,164,177,227,
63,56,225,74,38,106,0,0,0,126,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,45,101,120,99,104,
97,110,103,101,45,115,104,97,50,53,54,44,
100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,
120,99,104,97,110,103,101,45,115,104,97,49,
44,100,105,102,102,105,101,45,104,101,108,
108,109,97,110,45,103,114,111,117,112,49,
52,45,115,104,97,49,44,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,49,45,115,104,97,49,0,0,0,
15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,157,97,101,115,49,
50,56,45,99,116,114,44,97,101,115,49,57,50,
45,99,116,114,44,97,101,115,50,53,54,45,99,
116,114,44,97,114,99,102,111,117,114,50,53,
54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,
100,101,115,45,99,98,99,44,98,108,111,119,
102,105,115,104,45,99,98,99,44,99,97,115,
116,49,50,56,45,99,98,99,44,97,101,115,49,
57,50,45,99,98,99,44,97,101,115,50,53,54,
45,99,98,99,44,97,114,99,102,111,117,114,
44,114,105,106,110,100,97,101,108,45,99,98,
99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,157,97,101,115,49,
50,56,45,99,116,114,44,97,101,115,49,57,50,
45,99,116,114,44,97,101,115,50,53,54,45,99,
116,114,44,97,114,99,102,111,117,114,50,53,
54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,
100,101,115,45,99,98,99,44,98,108,111,119,
102,105,115,104,45,99,98,99,44,99,97,115,
116,49,50,56,45,99,98,99,44,97,101,115,49,
57,50,45,99,98,99,44,97,101,115,50,53,54,
45,99,98,99,44,97,114,99,102,111,117,114,
44,114,105,106,110,100,97,101,108,45,99,98,
99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,
45,109,100,53,44,104,109,97,99,45,115,104,
97,49,44,117,109,97,99,45,54,52,64,111,112,
101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,44,104,109,97,99,45,114,105,112,101,109,
100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,
104,97,49,45,57,54,44,104,109,97,99,45,109,
100,53,45,57,54,0,0,0,105,104,109,97,99,45,
109,100,53,44,104,109,97,99,45,115,104,97,
49,44,117,109,97,99,45,54,52,64,111,112,
101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,44,104,109,97,99,45,114,105,112,101,109,
100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,
104,97,49,45,57,54,44,104,109,97,99,45,109,
100,53,45,57,54,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,
115,104,46,99,111,109,0,0,0,21,110,111,110,
101,44,122,108,105,98,64,111,112,101,110,
115,115,104,46,99,111,109,0,0,0,0,0,0,0,0,
0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<150,209,204,96,76,248,239,130,171,189,145,
36,212,84,242,191,217,50,130,68>>,
20,'hmac-sha1',
<<169,93,194,89,140,81,230,171,193,249,106,
232,0,171,124,24,82,7,201,158>>,
20,'aes128-cbc',
<<241,229,0,167,239,166,92,95,59,26,212,205,
50,134,82,4>>,
16,
<<109,127,30,23,59,235,22,241,53,252,215,49,
210,220,217,66>>,
'aes128-cbc',
<<116,95,228,254,78,25,115,138,137,22,230,25,
21,214,246,102>>,
16,
<<169,112,50,186,200,77,234,196,105,255,136,
52,51,180,169,3>>,
none,undefined,none,undefined,none,none,
true,infinity,
161563720021157162546711789032585559438638297829468258054423900768080892268850274573274225679001599306768541734448649329512613676111914064789021857732669729854860733753628180179650770747023632915300498586343033878224597593635730967210455799725726283196240453678389071786123275317814137133534730814605783150627,
<<219,56,93,114,52,189,163,155,33,106,16,60,
65,223,62,221,179,179,121,193>>,
<<219,56,93,114,52,189,163,155,33,106,16,60,
65,223,62,221,179,179,121,193>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{45311363609951801786289686495967354988988888660365952631654917701541621473790435310234741250838129383532360494751921798604752653787831115868714217825344225301216860892496812599154008284721474320433187061015842887536560181302001367804233467495674552096734041193075014108112535030025133406013747506819586249461,
61109056938070961573404541295910415008860695414937368773089789113479643705961602257692901034901831769126891619244734818601999413750845143730166247599911475095548542008737906703623149817396040589178496420289283466452706555752076945920473949478689462133294306515301046661422013495285160013416236763518035589541},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey","keyboard-interactive"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
in function gen_fsm:terminate/7 (gen_fsm.erl, line 611)
ancestors: [<0.1755.0>,sshc_sup,ssh_sup,<0.1748.0>]
messages: []
links: [<0.1755.0>]
dictionary: [{{msg_code,ssh_msg_disconnect},{1,[uint32,string,string]}},
{{msg_code,ssh_msg_userauth_request},
{50,[string,string,string,'...']}},
{{msg_name,6},{ssh_msg_service_accept,[string]}},
{{msg_code,ssh_msg_kexdh_init},{30,[mpint]}},
{{msg_name,21},{ssh_msg_newkeys,[]}},
{{msg_code,ssh_msg_userauth_pk_ok},{60,[string,binary]}},
{{msg_name,31},{ssh_msg_kexdh_reply,[binary,mpint,binary]}},
{{msg_name,52},{ssh_msg_userauth_success,[]}},
{{msg_name,50},
{ssh_msg_userauth_request,[string,string,string,'...']}},
{{msg_name,20},
{ssh_msg_kexinit,[cookie,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,
name_list,name_list,name_list,boolean,
uint32]}},
{{msg_name,5},{ssh_msg_service_request,[string]}},
{{msg_name,51},{ssh_msg_userauth_failure,[string,boolean]}},
{{msg_code,ssh_msg_userauth_failure},{51,[string,boolean]}},
{{msg_code,ssh_msg_service_accept},{6,[string]}},
{{msg_code,ssh_msg_debug},{4,[boolean,string,string]}},
{{msg_code,ssh_msg_unimplemented},{3,[uint32]}},
{{msg_name,60},{ssh_msg_userauth_pk_ok,[string,binary]}},
{{msg_name,30},{ssh_msg_kexdh_init,[mpint]}},
{{msg_code,ssh_msg_kexdh_reply},{31,[binary,mpint,binary]}},
{{msg_code,ssh_msg_service_request},{5,[string]}},
{{msg_name,2},{ssh_msg_ignore,[string]}},
{{msg_name,1},{ssh_msg_disconnect,[uint32,string,string]}},
{{msg_name,53},{ssh_msg_userauth_banner,[string,string]}},
{{msg_name,3},{ssh_msg_unimplemented,[uint32]}},
{{msg_code,ssh_msg_userauth_success},{52,[]}},
{{msg_code,ssh_msg_newkeys},{21,[]}},
{{msg_code,ssh_msg_kexinit},
{20,
[cookie,name_list,name_list,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,name_list,
boolean,uint32]}},
{{msg_name,4},{ssh_msg_debug,[boolean,string,string]}},
{{msg_code,ssh_msg_userauth_banner},{53,[string,string]}},
{{msg_code,ssh_msg_ignore},{2,[string]}}]
trap_exit: true
status: running
heap_size: 4181
stack_size: 24
reductions: 297586
neighbours:
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=SUPERVISOR REPORT==== 24-May-2012::13:26:22 ===
Supervisor: {<0.1755.0>,ssh_connection_sup}
Context: child_terminated
Reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<123,231,90,209,67,28,134,82,220,125,247,44,67,
214,175,104,166,186,221,122,63,56,156,52,245,24,
122,108,149,115,178,72,87,148,120,195,133,236,
211,180,42,78,32,156,229,35,97,110,112,50,188,
106,89,161,43,45,110,189,115,193,233,70,211,165,
255,175,235,136,59,59,10,115,230,161,99,218,11,
225,44,14,109,127,30,23,59,235,22,241,53,252,215,
49,210,220,217,66>>,
<<157,192,31,85,84,205,190,46,200,110,231,55,170,
163,226,62,76,184,237,73>>],
{ssh,client,
{"xiao",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.6",
<<20,187,215,58,29,85,68,44,8,49,70,40,145,185,
157,27,238,0,0,0,26,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,
117,112,49,45,115,104,97,49,0,0,0,15,115,115,
104,45,114,115,97,44,115,115,104,45,100,115,
115,0,0,0,19,97,101,115,49,50,56,45,99,98,99,
44,51,100,101,115,45,99,98,99,0,0,0,19,97,101,
115,49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,
49,0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,
0,9,110,111,110,101,44,122,108,105,98,0,0,0,9,
110,111,110,101,44,122,108,105,98,0,0,0,0,0,0,
0,0,0,0,0,0,0>>,
<<20,222,107,135,98,17,148,189,164,177,227,63,
56,225,74,38,106,0,0,0,126,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,45,101,120,99,104,97,110,103,
101,45,115,104,97,50,53,54,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,45,101,120,99,104,97,110,103,
101,45,115,104,97,49,44,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,52,45,115,104,97,49,44,100,105,
102,102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,49,45,115,104,97,49,0,
0,0,15,115,115,104,45,114,115,97,44,115,115,
104,45,100,115,115,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,45,
109,100,53,44,104,109,97,99,45,115,104,97,49,
44,117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,45,
114,105,112,101,109,100,49,54,48,44,104,109,
97,99,45,114,105,112,101,109,100,49,54,48,64,
111,112,101,110,115,115,104,46,99,111,109,44,
104,109,97,99,45,115,104,97,49,45,57,54,44,
104,109,97,99,45,109,100,53,45,57,54,0,0,0,
105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,
64,111,112,101,110,115,115,104,46,99,111,109,
44,104,109,97,99,45,114,105,112,101,109,100,
49,54,48,44,104,109,97,99,45,114,105,112,101,
109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,
97,49,45,57,54,44,104,109,97,99,45,109,100,53,
45,57,54,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<150,209,204,96,76,248,239,130,171,189,145,36,
212,84,242,191,217,50,130,68>>,
20,'hmac-sha1',
<<169,93,194,89,140,81,230,171,193,249,106,232,
0,171,124,24,82,7,201,158>>,
20,'aes128-cbc',
<<241,229,0,167,239,166,92,95,59,26,212,205,50,
134,82,4>>,
16,
<<109,127,30,23,59,235,22,241,53,252,215,49,210,
220,217,66>>,
'aes128-cbc',
<<116,95,228,254,78,25,115,138,137,22,230,25,21,
214,246,102>>,
16,
<<169,112,50,186,200,77,234,196,105,255,136,52,
51,180,169,3>>,
none,undefined,none,undefined,none,none,true,
infinity,
161563720021157162546711789032585559438638297829468258054423900768080892268850274573274225679001599306768541734448649329512613676111914064789021857732669729854860733753628180179650770747023632915300498586343033878224597593635730967210455799725726283196240453678389071786123275317814137133534730814605783150627,
<<219,56,93,114,52,189,163,155,33,106,16,60,65,
223,62,221,179,179,121,193>>,
<<219,56,93,114,52,189,163,155,33,106,16,60,65,
223,62,221,179,179,121,193>>,
[{address,"xiao"},
{port,22},
{host,"xiao"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{45311363609951801786289686495967354988988888660365952631654917701541621473790435310234741250838129383532360494751921798604752653787831115868714217825344225301216860892496812599154008284721474320433187061015842887536560181302001367804233467495674552096734041193075014108112535030025133406013747506819586249461,
61109056938070961573404541295910415008860695414937368773089789113479643705961602257692901034901831769126891619244734818601999413750845143730166247599911475095548542008737906703623149817396040589178496420289283466452706555752076945920473949478689462133294306515301046661422013495285160013416236763518035589541},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey","keyboard-interactive"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
Offender: [{pid,<0.1757.0>},
{name,#Ref<0.0.0.30351>},
{mfargs,{ssh_connection_handler,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment